Commit Graph

59 Commits

Author SHA1 Message Date
lperron@google.com
2b6bbdb4a7 remove spec.h, ast.h, merge into parser.h; reorganize flatzinc code 2012-08-01 18:48:20 +00:00
lperron@google.com
5f44ab0ab7 C# examples showing a new LS operator 2012-07-26 15:18:44 +00:00
lperron@google.com
2a147d3c36 rename tests/ls_test to cpp/ls_api in the example directory 2012-07-26 06:44:14 +00:00
lperron@google.com
08431ebbb4 working lns example 2012-07-26 02:08:35 +00:00
lperron@google.com
28c0f8beaa replace sequence var internal module by a tsp like version 2012-07-21 01:19:32 +00:00
lperron@google.com
f7a44730d6 baby steps to have sequence var based on routing like model with next variables 2012-07-18 23:43:45 +00:00
lperron@google.com
a265ee0838 skeleton of early tardy jobshop 2012-07-16 18:40:45 +00:00
lperron@google.com
247420b237 working incremental connection with minisat 2012-07-13 00:12:51 +00:00
lperron@google.com
15fb1447a4 first successful integration of minisat inside or-tools 2012-07-11 22:20:07 +00:00
lperron@google.com
6a9c04f7ce unfinished boolean propagator 2012-07-09 14:59:09 +00:00
lperron@google.com
3313aca838 speed up IsDifferentVar 2012-06-29 05:23:58 +00:00
lperron@google.com
01d335dd8c skeleton of set variables 2012-06-17 06:44:15 +00:00
lperron@google.com
6480c87b67 untested support for Sulum linear programming 2012-06-13 07:01:43 +00:00
lperron@google.com
099ea95e5b fix for fz on windows 2012-06-09 15:07:26 +00:00
lperron@google.com
87952ee0f8 fix for fz on windows 2012-06-09 15:04:47 +00:00
lperron@google.com
79b07ce6d6 tentative support for parser files on windows, cross compiled from unix 2012-06-09 14:56:02 +00:00
lperron@google.com
d1d974acf7 move bucket_table to ac4r_table 2012-06-07 20:23:22 +00:00
lperron@google.com
91bc5dbb22 reorganize more code 2012-06-03 13:35:33 +00:00
lperron@google.com
ce2d837e8e log is now optional 2012-06-02 09:30:12 +00:00
lperron@google.com
26dd6713e5 first example working in flatzinc 2012-06-01 09:30:35 +00:00
lperron@google.com
b7a4034892 compiling version of soft gcc 2012-05-29 13:20:13 +00:00
lperron@google.com
8cd05180e3 use TreeArrayConstraint to encode min/max on array 2012-05-28 21:37:13 +00:00
lperron@google.com
82fe8d7d00 fix one crash in Collect variables 2012-05-24 07:30:03 +00:00
lperron@google.com
7669beb5b6 test new GCC 2012-05-10 14:24:50 +00:00
lperron@google.com
47cd9e7e41 temp version of gcc constraint 2012-05-10 09:14:12 +00:00
lperron@google.com
dba43763c7 first external contrib, experimental bucket based allowed assignment constraint from Jean Charles Régin, mostly untested though 2012-05-04 19:41:37 +00:00
lperron@google.com
0eaa7a5f88 fix windows compilation except c# 2012-04-04 16:09:38 +00:00
lperron@google.com
0dc2191a8e non working versions of mtsearch_test 2012-03-30 23:55:09 +00:00
lperron@google.com
0bfbf658c8 untested //LNS 2012-03-30 23:19:08 +00:00
lperron@google.com
500cac1ec5 add multi-threading tools 2012-03-30 16:04:42 +00:00
lperron@google.com
ebc01b0400 add clean command to remove old crust 2012-03-29 05:55:06 +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
5e11e3ccb0 renamed examples to cpp 2012-03-28 13:59:16 +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
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
89e6c890a9 make cc can be compiled from anywhere by redefining TOP 2012-03-27 21:50:20 +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
adc36fb12e clean up protocol on local search; regroup model visitors code 2012-02-14 14:16:12 +00:00
lperron@google.com
4c3bda8cea dobble_ls example 2012-01-25 18:01:57 +00:00
lperron@google.com
ea7708dd3c split make and clean targets per language 2012-01-20 16:39:15 +00:00
laurent.perron@gmail.com
d3ceda50b5 fix 2012-01-19 21:39:38 +00:00
lperron@google.com
feb7339bb8 rename short_log to log_prefix; misc cleaning 2012-01-11 13:18:39 +00:00
lperron@google.com
af40aff10a move flow to graph in swig generated python and java libraries, add linear_sum_assignment to swig (python and java) + example 2012-01-10 14:16:39 +00:00
laurent.perron@gmail.com
35a0afe0f1 fix makefile 2012-01-09 19:24:42 +00:00
lperron@google.com
fc96c0bda1 fix dependencies for graph examples 2012-01-09 18:47:38 +00:00
lperron@google.com
4ea4f9fed7 scip is embedded in linear_solver on ldynamic library on linux too too 2012-01-09 16:14:42 +00:00