Commit Graph

97 Commits

Author SHA1 Message Date
lperron@google.com
3c18886f5e improve who_killed_agatha 2012-03-22 09:36:00 +00:00
hakank
a42be30992 Using the improved reifications in who_killed_agatha.py 2012-03-20 06:12:16 +00:00
lperron@google.com
9ffab85b6e Support for Constraint::StatusVar() in C++, automatic conversion in Python 2012-03-19 17:14:57 +00:00
hakank
46882755af Added IntTupleSet for Transition 2012-03-15 18:29:15 +00:00
lperron@google.com
5c2c539646 Implement IntTupleSet for transition and allowedassignment constraints, port all examples 2012-03-15 16:22:13 +00:00
lperron@google.com
7ffaf62f03 add linear assignment api python example 2012-02-20 12:09:28 +00:00
lperron@google.com
57a816f8e0 fix display 2012-02-01 13:36:02 +00:00
hakank
1926e5109f Here's killer_sudoku.py 2012-01-29 07:40:33 +00:00
hakank
408b692197 Fixed killer_sudoku.py, added contiguity_regular.py 2012-01-29 07:39:20 +00:00
lperron@google.com
2ce8335691 fix python examples after consitent swig renaming 2012-01-28 08:55:05 +00:00
lperron@google.com
699be89a17 more renaming fixes 2012-01-21 17:51:53 +00:00
lperron@google.com
d764554bda more renaming fixes 2012-01-21 17:37:21 +00:00
lperron@google.com
c570541716 more renaming in python 2012-01-21 17:33:55 +00:00
lperron@google.com
f88a79ac7a more renaming in python 2012-01-21 17:31:25 +00:00
lperron@google.com
ddae0d3014 more stricter renaming in swig files to follow language naming convention 2012-01-21 17:15:03 +00:00
lperron@google.com
93cfce8b69 remove boolean parameter from python examples 2012-01-16 10:40:52 +00:00
lperron@google.com
a96679e9b0 fix python example after module renaming 2012-01-11 08:42:38 +00:00
lperron@google.com
40e673cb15 improve linear examples 2011-12-05 14:15:20 +00:00
lperron@google.com
0f8ee1d167 remove obsolete linear solver AddXXXTerm API 2011-11-14 20:53:55 +00:00
lperron@google.com
6c2da0407b remove useless () 2011-11-07 15:30:57 +00:00
lperron@google.com
d53c5f5faf make code robust in one of CLP/CBC/GLPK is not used with or-tools 2011-11-03 14:58:42 +00:00
lperron@google.com
4d642b6669 big fall push: improved doc, added READMEs, split Sequence into SequenceVar and DisjunctiveConstraint, renamed most examples 2011-11-03 10:27:53 +00:00
lperron@google.com
b5cadfb750 fix pyflow_example 2011-09-17 13:32:54 +00:00
lperron@google.com
502af74d94 use google apputil 2011-09-13 10:05:34 +00:00
lperron@google.com
3794f40fba add API to query activity of a row 2011-08-11 18:44:23 +00:00
lperron@google.com
44a341f063 added STAYS_IN_SYNC relation between 2 intervals 2011-08-11 01:17:17 +00:00
lperron@google.com
caff113814 use scip in java and python integer solver examples 2011-06-22 08:39:10 +00:00
lperron@google.com
5d2ed0310f fix flow example 2011-06-07 21:51:24 +00:00
lperron@google.com
98bbbfd36b update licenses 2011-04-11 15:00:18 +00:00
hakank
8fabd3b793 Added Python LP/MIP models and a faster nqueens model (CP) 2011-04-04 17:22:06 +00:00
lperron@google.com
986ff68caa initial commit of linear solver wrappers in C++/java/Python 2011-03-31 08:39:26 +00:00
lperron@google.com
62ebb1123b adjust some files, split some in base library; propagate changes to source files; added max_flow and min_cost_flow algorithms in graph; added flow_examples.cc and pyflow_example.py to show API 2011-03-16 15:32:09 +00:00
hakank
2772eea81a Added solvers for Strimko and Rogo 2011-01-23 18:17:37 +00:00
lperron@google.com
48808025e9 wrap knapsack solver in python + python example 2011-01-20 14:17:59 +00:00
lperron@google.com
0b032df9ce rename knapsack to knapsack_cp 2011-01-20 14:05:50 +00:00
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