Laurent Perron
f90cebe616
problematic dzn file
2016-01-03 10:52:21 +01:00
Laurent Perron
d1409f4f52
polish
2015-12-30 12:25:29 +01:00
Laurent Perron
dde6d68b0b
correct version of single path, just zero out unreachable parts
2015-12-30 12:12:59 +01:00
Laurent Perron
fcaf212af9
correct version of single path, just zero out unreachable parts
2015-12-30 12:09:44 +01:00
Laurent Perron
cffea0e11a
add comment
2015-12-30 11:50:33 +01:00
Laurent Perron
73338c33b7
add one more rule on corners
2015-12-30 11:48:14 +01:00
Laurent Perron
70f57e75ce
implemented single loop constraint, use in in the slitherlink problem
2015-12-30 11:34:17 +01:00
Laurent Perron
7e7b50079e
add BooleanSumEven constraint, use it as a redundant constraint
2015-12-30 10:48:01 +01:00
Laurent Perron
e2bb56ac52
better display for slitherlink
2015-12-30 00:25:38 +01:00
Laurent Perron
e5a470cf5b
better display for slitherlink
2015-12-30 00:24:43 +01:00
Laurent Perron
129c5a53a0
second problem for the slitherlink problem
2015-12-30 00:16:30 +01:00
Laurent Perron
e996af7524
incomplete version of the slitherlink problem
2015-12-30 00:08:16 +01:00
Laurent Perron
5c739f271b
rewrote issue128.py
2015-12-17 10:23:50 +01:00
Chris Drake
8927b03942
Get rid of unnecessary string imports
...
Some of these imports are not used.
The rest of them only import string to use the string.atoi function.
But string.atoi(s) on a string input is identical to just int(s).
See the docs: "deprecated since 2.0".
2015-12-16 00:05:33 -08:00
Chris Drake
83b1d48d39
Update some examples to Python3 print statement
2015-12-16 00:05:33 -08:00
Laurent Perron
ae77b87cc2
fix cp iterators and python 3
2015-12-11 14:29:37 +01:00
Laurent Perron
4a8bd4b057
more tests on python3
2015-12-11 14:14:08 +01:00
Laurent Perron
953db27b74
better test of python custom decisions
2015-12-11 13:54:26 +01:00
Laurent Perron
d76a80feb5
fix second failure of issue 115b
2015-12-11 13:52:00 +01:00
Chris Drake
dfa4a5a8bd
Update to Python3-compatible print function
2015-12-10 10:28:04 -08:00
Chris Drake
5c7cc47c49
Get rid of unused import
2015-12-10 10:24:15 -08:00
Laurent Perron
7c58ce62f9
fix examples to work with python3, linear_solver is not yet working; tested with python 3.5
2015-12-09 06:23:06 -08:00
Laurent Perron
de9a5b6653
fix make test_python
2015-12-09 14:56:52 +01:00
Laurent Perron
eb2179b8a1
remove python dependencies on apputils, gflags
2015-12-09 14:49:52 +01:00
Laurent Perron
dfca07300c
custom decision in python + test
2015-12-07 13:27:18 +01:00
Laurent Perron
26005167ad
remove python wrapper code for DecisionBuilder, use directors instead
2015-12-07 13:05:16 +01:00
Laurent Perron
6e09a7821f
example file for issue 117
2015-12-03 08:58:56 +01:00
Laurent Perron
66d5e5b8de
show cumulative API in python
2015-12-01 15:19:40 +01:00
Laurent Perron
90976aa232
fix issue 115
2015-12-01 11:12:15 +01:00
Laurent Perron
3e78e18cd5
fix ls examples in python/java/C#
2015-11-20 18:43:11 +01:00
Laurent Perron
2151430f88
fix msvc 2013 compilation
2015-11-20 12:11:41 +01:00
Laurent Perron
b412d19805
change LNS protocol, port examples; bump nuspec version to 2.1.xxxx; various improvements to the solvers
2015-11-20 11:32:37 +01:00
Laurent Perron
00081fdb05
fix issue #44 (wrong url in comment)
2015-10-21 15:12:26 +02:00
Laurent Perron
9dd33ce40b
fix killer sudoku example
2015-10-20 11:27:27 +02:00
Laurent Perron
62e9b08fbe
added new constraint on forbidden list of intervals
2015-09-25 13:04:43 +02:00
Vincent Furnon
ad4904e30a
Adding more missing casts for VS.
2015-08-14 03:09:25 +02:00
Laurent Perron
ebd7b92d3f
update most of the API from callbacks to std::function, port python, java and C#
2015-08-13 16:00:54 +02:00
Vincent Furnon
fff2638917
Update of linear solver utility: time limit and solution output flags.
2015-07-31 16:16:16 +02:00
Vincent Furnon
d99970e5b2
Update of SAT runner, including new reduced memory mode.
2015-07-31 16:12:32 +02:00
Vincent Furnon
bb481a320c
Minor reformating of C++ examples.
2015-07-31 15:35:59 +02:00
Laurent Perron
c924f71618
finished C# support for flatzinc
2015-07-14 14:08:36 -07:00
Laurent Perron
a48b63d76f
finished C# support for flatzinc
2015-07-14 13:48:32 -07:00
Laurent Perron
20dffb2f3c
initial support for flatzinc from C#, cannot read solution values yet
2015-07-14 12:02:39 -07:00
Laurent Perron
cd2d17df93
support regular_nfa
2015-07-13 16:45:46 -07:00
Laurent Perron
98a0d76e61
fix c# after moving activity() away from MPConstraint to MPSolver
2015-06-24 11:53:22 +02:00
Olivier RATIER
06e111b835
Fixing a few typos
2015-06-24 08:46:31 +02:00
Olivier Ratier
f4787f2d67
Merge remote-tracking branch 'github/master' into cbc_thread_fix_github
2015-06-23 17:25:21 +02:00
Olivier Ratier
b1f34c9a5b
Adding multi thread failing test
2015-06-19 17:28:02 +02:00
Vincent Furnon
53f8bcddd9
Code cleanup of cpp examples.
2015-06-19 15:56:03 +02:00
Vincent Furnon
e4e631b887
Linear solver wrapper: fixed java support.
2015-06-18 15:47:08 +02:00