Commit Graph

259 Commits

Author SHA1 Message Date
lperron@google.com
bc274e853a string const & -> const string& 2011-01-10 15:09:41 +00:00
lperron@google.com
73d834ed54 clean timer.cc 2011-01-10 09:20:08 +00:00
lperron@google.com
6793fb3ebb added const on demon and constraint parameters to demon profiling 2011-01-10 09:19:22 +00:00
lperron@google.com
b1817bf544 fix 2011-01-07 20:36:16 +00:00
lperron@google.com
9d89692f63 fix 2011-01-07 20:34:44 +00:00
lperron@google.com
26c96b1c0d fix profiling when failing in the initial propagation 2011-01-07 20:01:33 +00:00
lperron@google.com
516c00b2fd fix 2011-01-07 18:53:20 +00:00
lperron@google.com
13952ef3d6 Compilation fix 2011-01-07 17:49:03 +00:00
lperron@google.com
b12345ac7e mac os x fix 2011-01-07 14:50:03 +00:00
lperron@google.com
d3e9ee676a high performance timer on mac os X and linux 2011-01-07 14:27:19 +00:00
lperron@google.com
6a19a14459 fix costas array on windows 2011-01-07 13:40:36 +00:00
lperron@google.com
eb4a74c6f7 fix 2011-01-07 13:29:44 +00:00
lperron@google.com
e532b31458 fix 2011-01-07 13:20:16 +00:00
lperron@google.com
3d9fefa061 do not crash in tree monitor is var is unknown, i.e. if the variable is an interval var 2011-01-07 10:48:58 +00:00
lperron@google.com
2123f2e649 do not crash in tree monitor is var is unknown, i.e. if the variable is an interval var 2011-01-07 10:06:15 +00:00
lperron@google.com
f9b28c9003 profiler fix 2011-01-07 09:34:01 +00:00
lperron@google.com
bff568949c Added knapsack solver with multiple implementations 2011-01-06 17:47:06 +00:00
lperron@google.com
52d8ae6eb5 visit scheduling decisions; Use it in tree monitor; Solver::MakeFixedDurationIntervalVarArray(); Add demon and constraint profiling; Use it in costas_array example; Implement LNS operator in C++ in costas_array 2011-01-06 17:40:30 +00:00
lperron@google.com
bdaaf2c599 add precise CycleTimer class 2011-01-03 10:50:37 +00:00
lperron@google.com
7540a2903f added missing include 2011-01-03 10:50:10 +00:00
lperron@google.com
0f528c3f5c added STLDelete variation 2011-01-03 10:49:50 +00:00
lperron@google.com
389d95dd05 fix to tree monitor 2011-01-03 09:44:05 +00:00
lperron@google.com
5fac4b2df1 compilation fix 2010-12-22 16:04:06 +00:00
lperron@google.com
35edd3d53d microsecond timer 2010-12-22 15:51:58 +00:00
lperron@google.com
316ccf7291 fix to CP-Viz export 2010-12-20 14:18:25 +00:00
lperron@google.com
1cbbb0cccf wip 2010-12-18 08:30:54 +00:00
lperron@google.com
0e449a2c04 wip on global arithmetic constraint 2010-12-17 10:45:31 +00:00
lperron@google.com
c92140a385 cleanup on global arithmetic constraint 2010-12-17 09:02:53 +00:00
lperron@google.com
50b4c8045e cleanup on global arithmetic constraint 2010-12-17 08:59:33 +00:00
lperron@google.com
bf31f12b05 cleanup on global arithmetic constraint 2010-12-16 22:45:50 +00:00
lperron@google.com
c8e3d9e5cc cleanup on global arithmetic constraint 2010-12-16 22:45:09 +00:00
lperron@google.com
1d16db0eaa wip on global arithmetic constraint 2010-12-16 17:31:54 +00:00
lperron@google.com
c217a8557d CP-Viz output 2010-12-10 16:21:33 +00:00
lperron@google.com
aac4cf21cf improve comments 2010-12-10 08:54:42 +00:00
lperron@google.com
160e0a79b8 improve propagation of cumulative 2010-12-09 09:24:42 +00:00
lperron@google.com
f2140cea2c clean stamping of bounds 2010-12-09 09:24:29 +00:00
lperron@google.com
940c5a2f4f cosmetic fix 2010-12-09 09:24:14 +00:00
lperron@google.com
2322172174 revert add stamps on bounds of DomainIntVar 2010-12-08 16:43:45 +00:00
lperron@google.com
d231ad1ace add stamps on bounds of DomainIntVar 2010-12-08 16:43:02 +00:00
lperron@google.com
537781fb47 add stamps on bounds of DomainIntVar 2010-12-08 16:39:41 +00:00
lperron@google.com
6a3f05c930 cosmetic simplifications of headers 2010-12-08 11:04:12 +00:00
lperron@google.com
457d8d203c Implemented fixed capacity Cumulative constraint 2010-12-06 19:44: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
fc639ef3f5 compilation fix 2010-12-06 16:28:54 +00:00
lperron@google.com
6141128216 Introduced parameters to the Solver class 2010-12-06 10:59:35 +00:00
lperron@google.com
e8fdfa9cac Fix gflags on windows 2010-11-30 14:50:08 +00:00
lperron@google.com
be5398e3f4 move misplaced option 2010-11-30 11:58:54 +00:00
lperron@google.com
a57baab036 remove duplicate include 2010-11-30 10:57:54 +00:00
lperron@google.com
6852f507ee cleanup base implementation 2010-11-30 10:56:44 +00:00
lperron@google.com
81a437e1c1 improve cvrptw example 2010-11-30 09:28:26 +00:00