Mizux Seiha
|
00387c133f
|
cmake(java): Add Maven Package (#202)
|
2020-05-18 14:15:47 +02:00 |
|
Mizux Seiha
|
3223b97649
|
cmake: Work on Java
* Add SWIG generation CMakeLists.txt
* Fix jni.h include dir
|
2020-04-16 11:25:06 +02:00 |
|
Laurent Perron
|
7e4d1f5e30
|
improve presolve; speed up diffn
|
2020-02-26 16:10:17 +01:00 |
|
Corentin Le Molgat
|
bbd00fcf52
|
Java: remove s/long long/long/ swig hack
|
2020-02-14 17:02:47 +01:00 |
|
Laurent Perron
|
6d61ac1cb0
|
query the domain from an IntVar in Python/Java/C# + tests; small speedup of sat reversible data structures
|
2020-01-24 12:20:08 -08:00 |
|
Laurent Perron
|
3c5cd313d5
|
Polish new CP-SAT Java API
|
2019-05-06 22:21:53 +02:00 |
|
Laurent Perron
|
dec8adb40d
|
polish non C++ CP-SAT API, samples, examples and tests
|
2019-05-06 10:12:55 +02:00 |
|
Laurent Perron
|
5cd1175933
|
polish swig declarations
|
2019-05-05 20:04:25 +02:00 |
|
Laurent Perron
|
c1e61773b6
|
fix domains and swig
|
2019-05-05 15:18:52 +02:00 |
|
Laurent Perron
|
75aacc45f1
|
wrap C++ Domain class in CP-SAT Java/Python/C#; use it in NewIntVarFromDomain API, remove FromValues and FromIntervals API
|
2019-05-04 16:56:42 +02:00 |
|
Laurent Perron
|
17f9b75fb2
|
hide one method in swig
|
2019-05-03 22:48:03 +02:00 |
|
Laurent Perron
|
2554d90e87
|
Wrap the C++ Domain class in Python, Java, C#; use it in IntVar and in AddXXXInDomain methods; change examples
|
2019-05-03 22:41:25 +02:00 |
|
Laurent Perron
|
7f99c48698
|
revamp SAT domains, API with bounds on non C++ languages
|
2019-05-03 16:30:57 +02:00 |
|
Laurent Perron
|
fedf3d4ff4
|
revamp and simplify swig support, force typed enums for C# and Java for all except the constraint_solver/routing module; port examples; Fix SAT on very large problems
|
2018-12-11 17:03:03 +01:00 |
|
Laurent Perron
|
3cfcd810cc
|
Add CpModel.Validate() in C#, Python, Java
|
2018-11-21 08:43:50 -08:00 |
|
Laurent Perron
|
87b9d55b21
|
update license headers
|
2018-11-10 18:00:53 +01:00 |
|
Laurent Perron
|
d44fb1b423
|
add missing swig rule; remove redundant constraint in sat table implementation
|
2018-10-15 13:41:52 +02:00 |
|
Laurent Perron
|
b1da9320f9
|
enable objective lower bound (when minimizing) on the SAT solver in Python, Java, C#; change objective_value to be double (as in C++) for these languages.
|
2018-09-20 11:30:19 +02:00 |
|
Laurent Perron
|
428e272ccc
|
add ModelStats and CpSolverResponseStats for SAT/{Python|Java|C#}; enable multiple enforcement literals for a few constraints; small fixes, typo corrections
|
2018-09-12 15:07:23 +02:00 |
|
Laurent Perron
|
039f5067e6
|
Add StopSearch on SAT solution callback in java, C#
|
2018-08-30 11:28:36 +02:00 |
|
Laurent Perron
|
12c1abad75
|
cleanup internal java sat code
|
2018-08-06 11:38:44 -07:00 |
|
Laurent Perron
|
ed3ed7957d
|
add missing solver samples for java/sat; fix C# sample
|
2018-08-02 15:12:57 -07:00 |
|
Laurent Perron
|
5e2a5d1d86
|
stub code to get sat/java interface
|
2018-08-01 14:10:19 -07:00 |
|