This website requires JavaScript.
Explore
Help
Register
Sign In
always-cautious
/
ortools-clone
Watch
1
Star
0
Fork
0
You've already forked ortools-clone
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4e893e5080530ae5d52d36215654f1de7817b372
ortools-clone
/
ortools
/
sat
/
python
History
Laurent Perron
4e893e5080
remove solow-halim glop preprocessor as the interface has changed a lot; add a proper domain class for CP-SAT integer variables, rewrite preprocessor and other parts of the solver to use it
2018-10-02 10:35:52 +02:00
..
__init__.py
python sat files
2017-10-01 16:25:50 +02:00
CMakeLists.txt
Fix python loader_path
2018-01-22 14:33:20 +01:00
cp_model_helper.py
more work on sat doc, change threshold to choose the LB branching in the sat solver
2018-09-06 15:15:10 +02:00
cp_model.py
remove solow-halim glop preprocessor as the interface has changed a lot; add a proper domain class for CP-SAT integer variables, rewrite preprocessor and other parts of the solver to use it
2018-10-02 10:35:52 +02:00
sat.i
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
visualization.py
run_from_ipython -> RunFromIPython
2017-11-24 14:45:54 +01:00