Commit Graph

20 Commits

Author SHA1 Message Date
lperron@google.com
316ccf7291 fix to CP-Viz export 2010-12-20 14:18:25 +00:00
lperron@google.com
8ccfa7052f create SinglePriorityQueue container for demons to be used in the main propagation queue 2010-12-06 16:29:32 +00:00
lperron@google.com
6141128216 Introduced parameters to the Solver class 2010-12-06 10:59:35 +00:00
lperron@google.com
e884630295 fix bug in nested add of constraints during search 2010-11-15 15:08:17 +00:00
lperron@google.com
3be152b9e1 default to no compression on trail 2010-11-10 10:39:21 +00:00
lperron@google.com
d72793296b freezing the queue can now be nested 2010-10-26 08:49:34 +00:00
lperron@google.com
1f8f0222e6 cosmetic fixes (remove empty lines); Add a lot of missing const qualifiers in expressions.cc 2010-10-20 10:01:33 +00:00
lperron@google.com
0e8623307d new decision: SlitVariableDomain; RandomLNSOperator 2010-10-15 13:22:21 +00:00
lperron@google.com
81b8b94e58 clean ups 2010-10-13 06:41:11 +00:00
lperron@google.com
1cc0c48487 delivered python examples now use google-apputils / cosmetic fixes 2010-10-11 17:39:39 +00:00
lperron@google.com
63e3716360 Display real memory usage on mac OS X, other ports will follow 2010-10-10 12:27:05 +00:00
lperron@google.com
13ca997af1 fix issue4 with timer 2010-10-10 00:23:55 +00:00
lperron@google.com
d5a1d077fa Echo a warning and return false when NextSolution() is called without a NewSearch() before. 2010-10-09 11:18:45 +00:00
lperron@google.com
272c6a1316 proper support for decision builder in python: they must derive from pywrapcp.PyDecisionBuilder, and they can fail, or call a method that will fail 2010-10-08 23:55:59 +00:00
lperron@google.com
672aa0605c Solve() now backtracks at the end/ RejectSolution on SearchMonitor is now split into AcceptSolution() and AtSolution/ There is a new virtual OnStart() on neighborhoods/Examples were tweaked to adapt to the new API 2010-10-06 16:04:31 +00:00
lperron@google.com
f43b4b64a9 Undef #define after use 2010-09-16 15:34:10 +00:00
lperron@google.com
cd0c3f6e13 Improve comments on backtrack implementations 2010-09-16 14:16:51 +00:00
lperron@google.com
a581431cdc Two implementations of backtrack, using setjmp or using exceptions 2010-09-16 09:15:57 +00:00
lperron@google.com
1faf75936c Cleanup of Backtrack implementation 2010-09-16 08:38:55 +00:00
lperron@google.com
1524c8f391 initial checking 2010-09-15 12:42:33 +00:00