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
1eec259105fa2b88f4cb2d04d054140b8a44c8da
ortools-clone
/
ortools
/
sat
/
csharp
History
Laurent Perron
1eec259105
[CP-SAT] Cleanup intervals (remove start/size/end fields, remove _view from the other ones); change demands and capacity of the cumulative constraint to affine expressions; remove the experimental energies field from the cumulative constraint; first pass at detecting linear encoding of product of variab;es. This happens when both variables are encoded by the same literals, in an exactly_one relation; speed up the lb_tree_search worker
2021-10-20 19:50:09 +02:00
..
CMakeLists.txt
cmake: Add dotnet samples
2020-09-22 19:09:22 +02:00
Constraints.cs
Bump Copyright to 2021
2021-04-01 21:00:53 +02:00
CpModel.cs
improve MIP->CP-SAT translator; mark old interval API as deprecated; improve presolve of affine relations
2021-10-07 17:34:53 +02:00
CpSolver.cs
remove a few C# warnings
2021-09-22 20:07:41 +02:00
IntegerExpressions.cs
[CP-SAT] Cleanup intervals (remove start/size/end fields, remove _view from the other ones); change demands and capacity of the cumulative constraint to affine expressions; remove the experimental energies field from the cumulative constraint; first pass at detecting linear encoding of product of variab;es. This happens when both variables are encoded by the same literals, in an exactly_one relation; speed up the lb_tree_search worker
2021-10-20 19:50:09 +02:00
IntervalVariables.cs
[CP-SAT] Cleanup intervals (remove start/size/end fields, remove _view from the other ones); change demands and capacity of the cumulative constraint to affine expressions; remove the experimental energies field from the cumulative constraint; first pass at detecting linear encoding of product of variab;es. This happens when both variables are encoded by the same literals, in an exactly_one relation; speed up the lb_tree_search worker
2021-10-20 19:50:09 +02:00
sat.i
Bump Copyright to 2021
2021-04-01 21:00:53 +02:00
SearchHelpers.cs
remove a few C# warnings
2021-09-22 20:07:41 +02:00