Commit Graph

49 Commits

Author SHA1 Message Date
laurent.perron@gmail.com
22a0511b81 fix dllimport 2012-08-10 20:15:05 +00:00
laurent.perron@gmail.com
47a8f80a0c fix hardcoded paths 2012-08-09 19:28:16 +00:00
laurent.perron@gmail.com
b3f1fa66e6 script to upload python archive 2012-07-30 20:50:23 +00:00
lperron@google.com
5f44ab0ab7 C# examples showing a new LS operator 2012-07-26 15:18:44 +00:00
lperron@google.com
8582ba0a47 added LNS c# example 2012-07-26 07:25:05 +00:00
lperron@google.com
3e6df827ee fix java and .net archives 2012-04-04 16:31:02 +00:00
lperron@google.com
7a11067357 fix windows port 2012-04-04 16:17:09 +00:00
lperron@google.com
0eaa7a5f88 fix windows compilation except c# 2012-04-04 16:09:38 +00:00
lperron@google.com
d98c3d8c56 move all sources under src/ 2012-03-28 15:10:00 +00:00
lperron@google.com
64752231d6 reorganize all examples in the examples directory 2012-03-28 14:23:23 +00:00
lperron@google.com
93d022c894 introduce a EX_DIR macro in makefiles 2012-03-28 13:48:10 +00:00
lperron@google.com
17c50f7b07 makefile fixes 2012-03-28 13:21:09 +00:00
lperron@google.com
5b1a267367 lots of maintenance on makefiles, created OBJ_DIR, GEN_DIR, LIB_DIR, BIN_DIR... 2012-03-28 13:09:20 +00:00
lperron@google.com
42949fd564 more cleaning on makefiles 2012-03-28 00:26:48 +00:00
lperron@google.com
6a42842ec2 simplify makefiles by defining OR_ROOT and OR_ROOT_INC 2012-03-28 00:09:22 +00:00
lperron@google.com
6c85553ef4 more makefile cleaning 2012-03-27 23:35:44 +00:00
lperron@google.com
2ac76f05dc usage of TOP for csharp now 2012-03-27 23:19:25 +00:00
lperron@google.com
3858214320 fix a lot of paths after bigbang 2012-03-27 18:20:50 +00:00
lperron@google.com
2466547f88 bigbang on directory structure, now with a bin and a lib directory 2012-03-27 16:59:17 +00:00
lperron@google.com
c7c7ac9787 add test for c# operators 2012-03-20 13:11:17 +00:00
laurent.perron@gmail.com
b3d8161277 remove need for FIX_SWIG in C#; use NodeEvaluator2 in routing; port cstsp.exe 2012-02-12 15:14:11 +00:00
lperron@google.com
b16f70e2a2 fixes 2012-02-09 15:26:20 +00:00
lperron@google.com
2c1b013faa cstsp C# example 2012-02-09 15:19:09 +00:00
laurent.perron@gmail.com
f94c6bb929 add data to dotnet archive 2012-02-08 10:37:13 +00:00
laurent.perron@gmail.com
43e9f34b98 makefile fix 2012-02-07 14:28:47 +00:00
lperron@google.com
c5e5f77f33 clean all .exe in clean_csharp 2012-02-02 14:02:07 +00:00
lperron@google.com
5e7f6f808b first lp test, first bug :-) 2012-01-29 15:29:11 +00:00
lperron@google.com
70b5f8a0e8 untested natural (+, -, *, ==, >=. <=) API for linear solver in C# 2012-01-29 12:53:56 +00:00
lperron@google.com
8f852f28dc add organize_day_intervals.cs to tests 2012-01-28 09:30:39 +00:00
lperron@google.com
f9ce60ead1 add IntervalVarArrayHelper.cs and use it 2012-01-28 00:07:37 +00:00
lperron@google.com
584c51e27c moving furniture with interval variables 2012-01-26 15:59:05 +00:00
lperron@google.com
dd27f55a98 added IsXXX API on IntVar on C#; added command line to compile and run C# examples; improved a bit the circuit example 2012-01-23 10:04:57 +00:00
lperron@google.com
0d312dcaa9 add dependency from cs library source to lib 2012-01-23 07:45:32 +00:00
lperron@google.com
dfc4b13793 clean more generated files with make clean 2012-01-21 19:02:56 +00:00
lperron@google.com
1da22a1a19 fix perpetual rebuild of C# examples 2012-01-21 08:24:29 +00:00
lperron@google.com
ea7708dd3c split make and clean targets per language 2012-01-20 16:39:15 +00:00
lperron@google.com
82623b1e16 add IntExpr.Equality and IntExpr.NonEquality on C#, use it in send_more_money.cs 2012-01-20 13:54:21 +00:00
lperron@google.com
250fc8e3d9 small fix 2012-01-19 22:56:07 +00:00
laurent.perron@gmail.com
327b3bec1f working version of .NET on linux using mono 2012-01-19 21:35:19 +00:00
lperron@google.com
7c11d62c64 tentative support for .net using mono 2012-01-19 21:20:27 +00:00
lperron@google.com
d5eccb9248 tentative support for .net using mono 2012-01-19 21:18:13 +00:00
laurent.perron@gmail.com
60f623c7b2 csharpgraph working on linux 32bit 2012-01-19 21:03:23 +00:00
lperron@google.com
7e54c67d50 first step in supporting mono, wish me luck 2012-01-19 20:35:46 +00:00
lperron@google.com
626b6985aa allows compiling or-tools libs as shared libraries on linux, changed how dependencies and link commands are generated 2012-01-09 14:44:31 +00:00
laurent.perron@gmail.com
ea35f043ca tentative scripts to build stand alone python and java archives 2012-01-08 18:57:31 +00:00
laurent.perron@gmail.com
de1b6275f0 better script for .net_archive 2012-01-08 15:01:13 +00:00
laurent.perron@gmail.com
80b1bc4d53 command to create dotnet archive 2012-01-08 14:30:55 +00:00
lperron@google.com
953518a56a clean makefiles 2012-01-03 12:03:47 +00:00
laurent.perron@gmail.com
2abdf2e848 .Net support 2012-01-02 21:16:37 +00:00