Commit Graph

255 Commits

Author SHA1 Message Date
lperron@google.com
b02828f7aa hook up JC's table 2012-08-21 15:03:47 +00:00
lperron@google.com
27eeb7fa3a missing IO for varvaluewatcher, varboundwatcher, elementequal and indexor constraints 2012-08-17 23:20:02 +00:00
lperron@google.com
b481e43332 Implemented Accept on all constraints 2012-08-14 21:45:43 +00:00
lperron@google.com
a6cb36405c add heuristic period parameter for free flatzinc search; add failing example 2012-08-12 18:06:28 +00:00
lperron@google.com
d6ca48cab3 fix interesting bug, if you restart a search in the final proof phase of an optimization problem, you called optimizevar->ApplyBound() outside of the try/catch, and thus loop indefinitely 2012-08-12 10:53:38 +00:00
lperron@google.com
9d92dbeac2 example that shows the bug in nogoods 2012-08-08 23:01:13 +00:00
lperron@google.com
832983e18d fix debug display on default search 2012-08-07 00:12:37 +00:00
lperron@google.com
7a62a28e31 restore previous search 2012-08-04 16:16:53 +00:00
lperron@google.com
0c3b085e34 fix for aliases simplification 2012-08-04 15:55:49 +00:00
lperron@google.com
b7fd0ef49f add more constraints 2012-07-31 18:28:45 +00:00
laurent.perron@gmail.com
e54d9fa20a correct license 2012-07-31 07:01:37 +00:00
lperron@google.com
3fbe077ccc import googlecode support scripts 2012-07-30 18:51:20 +00:00
lperron@google.com
043b6d48c6 compilation fix 2012-07-27 21:03:16 +00:00
lperron@google.com
81380b8a0c fixes 2012-07-27 17:56:50 +00:00
lperron@google.com
f694c0633c LS and LNS example in java 2012-07-26 17:36:11 +00:00
lperron@google.com
beeb3e7ee3 working C# ls example with filter 2012-07-26 16:51:08 +00:00
lperron@google.com
5f44ab0ab7 C# examples showing a new LS operator 2012-07-26 15:18:44 +00:00
lperron@google.com
896a472b73 added LNS c# example 2012-07-26 07:28:12 +00:00
lperron@google.com
8582ba0a47 added LNS c# example 2012-07-26 07:25:05 +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
fcff53987b more example ls with filter 2012-07-26 05:26:46 +00:00
lperron@google.com
c22fe42290 more example ls 2012-07-26 02:22:16 +00:00
lperron@google.com
08431ebbb4 working lns example 2012-07-26 02:08:35 +00:00
lperron@google.com
80253d53fc display name of named constants 2012-07-25 18:14:46 +00:00
lperron@google.com
34b227be0d fix 2012-07-25 18:00:20 +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
87b5575348 working version of next model on sequence var 2012-07-20 18:14:47 +00:00
lperron@google.com
cda53edf0e more work 2012-07-19 05:22:46 +00:00
lperron@google.com
c80d887e73 fix 2012-07-19 04:29:06 +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
a819336e55 create visible DisjunctiveConstraint class, add name to factory builder, move sequence var builder from solver to disjunctive constraint, port examples 2012-07-18 19:54:04 +00:00
lperron@google.com
152b3d0b6c earlyness -> earliness 2012-07-18 00:35:11 +00:00
lperron@google.com
e83cea5ce9 move jobshop ls and lns operator in separate header file; use it (effectively) in jobshop early tardy 2012-07-18 00:25:34 +00:00
lperron@google.com
b7b1e37ec3 implement time placement code for early tardy 2012-07-17 23:35:17 +00:00
lperron@google.com
7316fa97b9 implement time placement code for early tardy 2012-07-17 23:34:33 +00:00
lperron@google.com
b970848798 implement time placement code for early tardy 2012-07-17 23:33:51 +00:00
lperron@google.com
bad5341a59 implement time placement code for early tardy 2012-07-17 23:29:54 +00:00
lperron@google.com
879008b3ee implement time placement code for early tardy 2012-07-17 23:28:30 +00:00
lperron@google.com
7129a92d2d read jet files 2012-07-17 20:29:42 +00:00
lperron@google.com
3d2b75e9e8 misc fixes 2012-07-16 22:45:38 +00:00
lperron@google.com
67de79a921 working early tardy example 2012-07-16 19:43:44 +00:00
lperron@google.com
ce06f63b3e skeleton of early tardy jobshop 2012-07-16 19:01:22 +00:00
lperron@google.com
9363b2b3ca more work on et_jobshop 2012-07-16 18:55:52 +00:00
lperron@google.com
a265ee0838 skeleton of early tardy jobshop 2012-07-16 18:40:45 +00:00
lperron@google.com
a4dced3a23 first stab at exploiting backjump 2012-07-13 23:11:11 +00:00
lperron@google.com
fefe01f2ea add IsBoolLeEqVar in the minisat connection 2012-07-13 20:42:44 +00:00
lperron@google.com
1fb04b5e83 working minisat connection 2012-07-13 18:43:37 +00:00
lperron@google.com
b6f2ce77b2 more tests 2012-07-13 17:23:52 +00:00
lperron@google.com
e202cfe4fd more tests on minisat 2012-07-13 16:30:18 +00:00
lperron@google.com
b6fa538a13 more work on minisat integration 2012-07-13 16:07:03 +00:00