Commit Graph

270 Commits (0fe6aab98f66d35e498e04e3d2c46ad8667a00cb)
 

Author SHA1 Message Date
Alinson S. Xavier 0fe6aab98f Modify Instance defaults
5 years ago
Alinson S. Xavier e527e75481 Implement iteration_cb for LearningSolver; reactivate TSP
5 years ago
Alinson S. Xavier 5390a5b656 Rename LazyConstraintsComponent to DynamicLazyConstraintsComponent
5 years ago
Alinson S. Xavier 425ea2b7cc Temporarily remove native solver callbacks; add iteration_cb
5 years ago
Alinson S. Xavier e731f46b72 Implement preliminary version of static lazy component
5 years ago
Alinson S. Xavier 27b2a1eef5 Document new static lazy constraints feature
5 years ago
Alinson S. Xavier be67345917 Bump version to 0.2
5 years ago
Alinson S. Xavier 5ccd65c809 Remove empty tests
5 years ago
Alinson S. Xavier 6b104433be Improve logging
5 years ago
Alinson S. Xavier 42a891276c Udpate docs
5 years ago
Alinson S. Xavier 3e77d8291c Update Makefile
5 years ago
Alinson S. Xavier bc263e6d6b
Update README.md
5 years ago
Alinson S. Xavier 3fa0150dd9 Update GitHub Actions
5 years ago
Alinson S. Xavier b7520ad16f Update README and setup.py
5 years ago
Alinson S. Xavier 25f336aac9 Fix failing test
5 years ago
Alinson S. Xavier 5663ced0be Move python files to root folder; remove built docs
5 years ago
Alinson S. Xavier 741af8506b Remove Julia components
5 years ago
Alinson S. Xavier db3e27b039 Make it optional to solve the LP relaxation first
5 years ago
Alinson S. Xavier 295358c553 Improve Julia interface
5 years ago
Alinson S. Xavier 7caca9a882 Only use color log output if stdout is a TTY
5 years ago
Alinson S. Xavier 302372847e Disable progress bars when stdout it not a TTY
5 years ago
Alinson S. Xavier 0658bf2722 Remove JuMPSolver.add_constraint check
5 years ago
Alinson S. Xavier 683b3c5893 GitHub Actions: Add Julia tests
5 years ago
Alinson S. Xavier 537e7f5764 ObjectiveValueComponent: Fix failing test
5 years ago
Alinson S. Xavier b42187ee0b Do not modify solver threads by default
5 years ago
Alinson S. Xavier 346ca11a92 Serialize instances as JSON
5 years ago
Alinson S. Xavier 64425e5624 Makefile: Fix Julia calls
5 years ago
Alinson S. Xavier 261cb89a4d Remove non-essential pacakges from setup.py; correct setup.py packages
5 years ago
Alinson S. Xavier 8ad16aac89 Makefile: Use python3 by default
5 years ago
Alinson S. Xavier 338aeaa8f3 Use same logging format in Python and Julia
5 years ago
Alinson S. Xavier 9c816badfb Add save chart function to BenchmarkRunner
5 years ago
Alinson S. Xavier 869e4b4161 Refactor JuMPSolver; capture log output
5 years ago
Alinson S. Xavier e73e6c462e Add Instance.load and Instance.dump
5 years ago
Alinson S. Xavier b3dc0884a5 Reduce verbosity in Julia tests
5 years ago
Alinson S. Xavier df0a5e5b73 Build system image
5 years ago
Alinson S. Xavier 123618f763 Manifest.toml: Use https URLs instead of git
5 years ago
Alinson S. Xavier ea12e21e02 PrimalComponent: handle case where classifier is a fixed int
5 years ago
Alinson S. Xavier 11d22b4c3c Implement GurobiSolver (without Pyomo)
5 years ago
Alinson S. Xavier 15473b6a8c Rename solvers to CplexPyomoSolver and GurobyPyomoSolver
5 years ago
Alinson S. Xavier 78b9982f3d Fix julia tests
5 years ago
Alinson S. Xavier 9f70559d63 Implement UserCutsComponent; modify TravelingSalesmanInstance
5 years ago
Alinson S. Xavier 5480b196f5 Improve JuMPSolver performance
5 years ago
Alinson S. Xavier 0cf1939325 Fix failing test
5 years ago
Alinson S. Xavier 3ac9852869 Docs: minor fixes
5 years ago
Alinson S. Xavier 857e6af1a0 Docs: reorganize sections
5 years ago
Alinson S. Xavier 92cc924fee Document custom ML models
5 years ago
Alinson S. Xavier 929ff0d9d8 Docs: minor fixes
5 years ago
Alinson S. Xavier c15ec9e2c8 Docs: minor fixes
5 years ago
Alinson S. Xavier 9355ab9158 Docs: minor fixes
5 years ago
Alinson S. Xavier 2d88a41767 Document component.fit and component.evaluate
5 years ago