Commit Graph

603 Commits (0a399deeee44341e5cedf786a6c0ac6204756405)
 

Author SHA1 Message Date
Alinson S. Xavier f70363db0d
Replace build_lazy_constraint by enforce_lazy_constraint
5 years ago
Alinson S. Xavier 735884151d
Reorganize callbacks
5 years ago
Alinson S. Xavier 6ac738beb4
PyomoSolver: Implement missing constraint methods
5 years ago
Alinson S. Xavier 9368b37139
Replace individual constraint methods by single get_constraints
5 years ago
Alinson S. Xavier 626d75f25e
Reorganize internal solver tests
5 years ago
Alinson S. Xavier a8224b5a38
Move instance fixtures into the main source; remove duplication
5 years ago
Alinson S. Xavier f3fd1e0cda
Make internal_solvers into a fixture
5 years ago
Alinson S. Xavier 31d0a0861d
Bump version to 0.2.0.dev3
5 years ago
Alinson S. Xavier 5d7c2ea089
Require Python 3.7+
5 years ago
Alinson S. Xavier 4e230c2120
Move all dependencies to setup.py
5 years ago
Alinson S. Xavier 7d3b065a3e
Add Overrides to setup.py; bump to 0.2.0.dev2
5 years ago
Alinson S. Xavier 3f4336f902
Always remove .mypy_cache; fix more mypy tests
5 years ago
Alinson S. Xavier 32b6a8f3fa Bump version to 0.2.0.dev1
5 years ago
Alinson S. Xavier 166cdb81d7 Fix tests
5 years ago
Alinson S. Xavier 57624bd75c Update gitignore
5 years ago
Alinson S. Xavier c66a59d668 Make version a pre-release
5 years ago
Alinson S. Xavier 74ceb776c3 Skip extracting features if already computed
5 years ago
Alinson S. Xavier 5aa434b439
Fix failing mypy tests
5 years ago
Alinson S. Xavier 5116681291 Add some InternalSolver tests to main package
5 years ago
Alinson S. Xavier 3edc8139e9 Improve logging
5 years ago
Alinson S. Xavier 6330354c47 Remove EnforceOverrides; automatically convert np.ndarray features
5 years ago
Alinson S. Xavier 157825a345
mypy: Disable implicit optionals
5 years ago
Alinson S. Xavier e9cd6d1715
Add types to remaining files; activate mypy's disallow_untyped_defs
5 years ago
Alinson S. Xavier f5606efb72
Add types to log.py
5 years ago
Alinson S. Xavier 331ee5914d
Add types to solvers
5 years ago
Alinson S. Xavier 38212fb858
Add types to tsp.py
5 years ago
Alinson S. Xavier f7545204d7
Add types to stab.py
5 years ago
Alinson S. Xavier 2c93ff38fc
Add types to knapsack.py
5 years ago
Alinson S. Xavier 0232219a0e
Make InternalSolver clonable
5 years ago
Alinson S. Xavier ebccde6a03
Update CHANGELOG.md
5 years ago
Alinson S. Xavier 0516d4a802
Update CHANGELOG.md
5 years ago
Alinson S. Xavier d76dc768b0
Add CHANGELOG.md
5 years ago
Alinson S. Xavier 1380165e3d Benchmark: Reduce time limit during training
5 years ago
Alinson S. Xavier 96093a9b8e
Enforce more overrides
5 years ago
Alinson S. Xavier 1cf6124757
Refer to variables by varname instead of (vname, index)
5 years ago
Alinson S. Xavier 856b595d5e PickleGzInstance: Replace implicit load by load/free methods
5 years ago
Alinson S. Xavier f495297168
Remove experimental LP components
5 years ago
Alinson S. Xavier f90f295620
Reorganize instance package
5 years ago
Alinson S. Xavier 3543a2ba92
Optimize imports
5 years ago
Alinson S. Xavier 332cdbd839
Update copyright year
5 years ago
Alinson S. Xavier b0bf42e69d
Remove obsolete extractor classes
5 years ago
Alinson S. Xavier 9e7eed1dbd
Finish rewrite of user cuts component
5 years ago
Alinson S. Xavier 9f2d7439dc
Add user cut callbacks; begin rewrite of UserCutsComponent
5 years ago
Alinson S. Xavier cfb17551f1
Make sample_xy an instance method
5 years ago
Alinson S. Xavier 54c20382c9
Finish DynamicLazyConstraintsComponent rewrite
5 years ago
Alinson S. Xavier c6aee4f90d
Make sample_ method accept instance
5 years ago
Alinson S. Xavier bb91c83187
LazyDynamic: Rewrite fit method
5 years ago
Alinson S. Xavier 6e326d5d6e
Move feature classes to features.py
5 years ago
Alinson S. Xavier b11779817a
Convert TrainingSample to dataclass
5 years ago
Alinson S. Xavier aeed338837
Convert ConstraintFeatures to dataclass
5 years ago