Commit Graph

62 Commits

Author SHA1 Message Date
lperron@google.com
ed8911a1a8 better description 2010-11-25 16:18:39 +00:00
lperron@google.com
c6490d6c93 push routing library, initial version 2010-11-18 14:24:49 +00:00
hakank
d5f25d63b7 Added nonogram_default_search.py Nonogram solver using DefaultSearch 2010-11-11 20:56:15 +00:00
hakank
0955c4c581 Fix for 0-clues 2010-11-08 16:30:38 +00:00
lperron@google.com
9d10acdf89 smaller code in nonogram_table2 2010-11-08 13:01:51 +00:00
lperron@google.com
f42fd710ba C++ version of transition constraint, use it in nonogram_table2.py and regular_table2.py 2010-11-07 18:46:11 +00:00
lperron@google.com
30a763bafa table version of the regular constraint 2010-11-07 16:19:45 +00:00
hakank
84335ed0bf Added 3_jugs_regular.py 2010-11-02 19:18:19 +00:00
hakank
9ff3bf5831 Added nonogram_regular.py, nurse_rostering.py, regular.py, and data files for Nonogram: data/nonogram_regular 2010-11-01 18:58:36 +00:00
hakank
5a9c3ae124 Added kakuro.py killer_sudoku.py kenken2.py 2010-10-30 08:28:02 +00:00
lperron@google.com
dd494c5a8c experimental version of impact based decision builder 2010-10-28 16:36:21 +00:00
hakank
f1ac88f201 Added set_partition.py ski_assignment.py 2010-10-28 05:35:07 +00:00
hakank
363c653f74 Added post_office_problem2.py safe_cracking.py scheduling_speakers.py set_covering_skiena.py 2010-10-27 05:50:44 +00:00
hakank
ae4921861e Added organize_day.py marathon2.py olympic.py lectures.py p_median.py mr_smith.py 2010-10-26 05:25:08 +00:00
hakank
1643c504ec Added secret_santa.py secret_santa2.py 2010-10-24 18:53:35 +00:00
hakank
b5fc8b1298 fill_a_pix.py with data files max_flow_winston1.py max_flow_taha.py 2010-10-24 08:57:33 +00:00
hakank
3f52ad517c Added broken_weights.py 2010-10-22 05:00:53 +00:00
hakank
b88b10150f Added einav_puzzle.py einav_puzzle2.py (Laurent's slightly faster version) crypto.py curious_set_of_integers.py 2010-10-21 18:16:20 +00:00
hakank
459b01aeeb Added Python examples crypta.py futoshiki.py eq10.py eq20.py just_forgotten.py covering_opl.py 2010-10-20 05:24:13 +00:00
lperron@google.com
e2080308e9 small improvements in steel_lns 2010-10-15 13:57:34 +00:00
hakank
6761cb7b9a Added nontransitive_dice.py photo_problem.py 2010-10-15 07:53:48 +00:00
lperron@google.com
2af0467eb7 clean up steel_lns, added a few missing consts 2010-10-14 16:05:21 +00:00
lperron@google.com
2862929725 nice steel_lns 2010-10-14 15:51:55 +00:00
lperron@google.com
68a1f70a6f fix bitmap.cc, added a few missing const in signatures, working steel_lns 2010-10-14 15:48:25 +00:00
lperron@google.com
3956a70eb3 non working version of steel_lns 2010-10-14 13:47:55 +00:00
hakank
9015a114ea Added langford.py grocery.py car.py 2010-10-14 06:16:18 +00:00
lperron@google.com
8449bd6b85 small improvements to bacp 2010-10-13 16:58:10 +00:00
lperron@google.com
76c232f866 bacp example from Pierre + 1 data set 2010-10-13 16:22:39 +00:00
lperron@google.com
c91d538279 New dimension in bin packing to compute loads per bin and use it in steel 2010-10-13 15:05:40 +00:00
lperron@google.com
bb200ad6a6 hard examples for steel mill + more robust search heuristics, although slower on easy examples 2010-10-13 12:41:02 +00:00
lperron@google.com
aa58c572b8 simplified log for steel, removed search log 2010-10-13 07:37:22 +00:00
lperron@google.com
78e8e54fd1 fix max capacity in steel 2010-10-13 06:45:26 +00:00
lperron@google.com
81b8b94e58 clean ups 2010-10-13 06:41:11 +00:00
hakank
b76ab4adb8 Added costas_array.py 2010-10-13 05:02:10 +00:00
lperron@google.com
a445cb660f working steel example 2010-10-12 15:28:46 +00:00
lperron@google.com
4579aee676 simple element constraint + add steel mill problem type 1 and data 2010-10-12 15:00:33 +00:00
hakank
57c0836ea0 Added a_round_of_golf.py 2010-10-11 17:42:35 +00:00
lperron@google.com
1cc0c48487 delivered python examples now use google-apputils / cosmetic fixes 2010-10-11 17:39:39 +00:00
hakank
aae6555c9f Added traffic_lights.py 2010-10-11 16:46:55 +00:00
hakank
549108a777 Added stable_marriage.py pandigital_numbers.py 2010-10-11 16:14:17 +00:00
hakank
6fbe3155db Added furniture_moving.py with an experimental decomposition of cumulative 2010-10-11 04:37:53 +00:00
hakank
7cfbb17782 Added labeled_dice.py who_killed_agatha.py 2010-10-10 19:54:04 +00:00
hakank
9026145d65 Added models crew.py all_interval.py divisible_by_9_through_1.py coins3.py. Added a note in hidato.py to use Laurent's hidato_table.py instead. 2010-10-10 07:17:39 +00:00
lperron@google.com
f45004c1e4 fix 2010-10-09 15:03:29 +00:00
lperron@google.com
3b85a00129 cosmetic modifications 2010-10-07 19:04:07 +00:00
hakank
f244be3ea4 Added set_covering.py set_covering2.py set_covering3.py set_covering4.py set_covering_deployment.py 2010-10-07 18:15:48 +00:00
lperron@google.com
0de7a34ec9 cleaner display of initial solutions 2010-10-07 11:14:15 +00:00
lperron@google.com
6ce8b51c00 improve hidato_table 2010-10-07 11:10:16 +00:00
hakank
d1c1fd8c99 Added source of problem instance and license text for the data files 2010-10-07 05:22:46 +00:00
lperron@google.com
ada05859a4 removed call to SolutionCollector.solution(n), use shortcut collector.Value(n, var) 2010-10-07 00:27:27 +00:00