Commit Graph

722 Commits (52ed34784d37022af3fef01c7f5c0b3049f3369c)
 

Author SHA1 Message Date
Alinson S. Xavier 52ed34784d Docs: Use single-thread example
1 year ago
Alinson S. Xavier 0534d50af3
BasicCollector: Do not crash on exception
2 years ago
Alinson S. Xavier 8a02e22a35 Update docs
2 years ago
Alinson S. Xavier 702824a3b5 Bump version to 0.4
2 years ago
Alinson S. Xavier 752885660d Update CHANGELOG
2 years ago
Alinson S. Xavier b55554d410 Add _gurobipy suffix to all build_model functions
2 years ago
Alinson S. Xavier fb3f219ea8 Add tutorial: Cuts and lazy constraints
2 years ago
Alinson S. Xavier 714904ea35 Implement ExpertCutsComponent and ExpertLazyComponent
2 years ago
Alinson S. Xavier cec56cbd7b AbstractSolver: Fix field name
2 years ago
Alinson S. Xavier e75850fab8 LearningSolver: Keep original H5 file unmodified
2 years ago
Alinson S. Xavier 687c271d4d Bump version to 0.4.0
2 years ago
Alinson S. Xavier 60d9a68485 Solver: Make attributes private; ensure we're not calling them directly
2 years ago
Alinson S. Xavier 33f2cb3d9e Cuts: Do not access attributes directly
2 years ago
Alinson S. Xavier 5b28595b0b BasicCollector: Make LP and MPS optional
2 years ago
Alinson S. Xavier 60c7222fbe Cuts: Call set_cuts instead of setting cuts_aot_ directly
2 years ago
Alinson S. Xavier 281508f44c Store cuts and lazy constraints as JSON in H5
2 years ago
Alinson S. Xavier 2774edae8c tsp: Remove some code duplication
2 years ago
Alinson S. Xavier 25bbe20748 Make lazy constr component compatible with Pyomo+Gurobi
2 years ago
Alinson S. Xavier c9eef36c4e Make cuts component compatible with Pyomo+Gurobi
2 years ago
Alinson S. Xavier d2faa15079 Reformat; remove unused imports
2 years ago
Alinson S. Xavier 8c2c45417b Update mypy
2 years ago
Alinson S. Xavier 8805a83c1c
Implement MemorizingCutsComponent; STAB: switch to edge formulation
2 years ago
Alinson S. Xavier b81815d35b
Lazy: Minor fixes; make it compatible with Pyomo
2 years ago
Alinson S. Xavier a42cd5ae35
Lazy: Simplify method signature; switch to AbstractModel
2 years ago
Alinson S. Xavier 7079a36203
Lazy: Rename fields
2 years ago
Alinson S. Xavier c1adc0b79e
Implement MemorizingLazyConstrComponent
2 years ago
Alinson S. Xavier 2d07a44f7d
Fix mypy errors
2 years ago
Alinson S. Xavier e555dffc0c
Reformat source code
2 years ago
Alinson S. Xavier cd32b0e70d
Add test fixtures
2 years ago
Alinson S. Xavier 40c7f2ffb5
io: Simplify more extensions
2 years ago
Alinson S. Xavier 25728f5512
Small updates to Makefile
2 years ago
Alinson S. Xavier 8dd5bb416b
Minor fixes to docs and setup.py
2 years ago
Alinson S. Xavier 1ea989d48a
MIPLearn v0.3
2 years ago
Alinson S. Xavier 6cc253a903 Update
3 years ago
Alinson S. Xavier 3fd252659e
Update docs
4 years ago
Alinson S. Xavier f794c27634
Add progress arg to LearningSolver.solve
4 years ago
Alinson S. Xavier ce78d5114a
Merge branch 'feature/new-py-api' into feature/docs
4 years ago
Alinson S. Xavier 04dd3ad5d5
Implement load; update fit
4 years ago
Alinson S. Xavier 522f3a7e18
Change LearningSolver.solve and fit
4 years ago
Alinson S. Xavier c98ff4eab4
Implement save function
4 years ago
Alinson S. Xavier 87bba1b38e
Make TravelingSalesmanGenerator return data class
4 years ago
Alinson S. Xavier 03e5acb11a
Make MultiKnapsackGenerator return data class
4 years ago
Alinson S. Xavier b0d63a0a2d
Make MaxWeightStableSetGenerator return data class
4 years ago
Alinson S. Xavier 08fc18beb0 feature/docs
4 years ago
Alinson S. Xavier 1811492557
Fix failing Gurobi tests
4 years ago
Alinson S. Xavier 2a76dd42ec
Allow user to attach arbitrary data to violations
4 years ago
Alinson S. Xavier ba8f5bb2f4
Upgrade to Gurobi 9.5
4 years ago
Alinson S. Xavier 5075a3c2f2
install-deps: Specify gurobi version
4 years ago
Alinson S. Xavier 2601ef1f9b Make progress bars optional; other minor fixes
4 years ago
Alinson S. Xavier 2fd04eb274 Add run_benchmarks method
4 years ago