Commit Graph

21 Commits (5075a3c2f2dff86dfe844dcabde3a279041a52c8)

Author SHA1 Message Date
Alinson S. Xavier e852d5cdca
Use np.ndarray for constraint methods in Instance
4 years ago
Alinson S. Xavier 895cb962b6
Make get_variable_{categories,features} return np.ndarray
4 years ago
Alinson S. Xavier 56b39b6c9c
Make get_instance_features return np.ndarray
4 years ago
Alinson S. Xavier 962707e8b7
Replace push_sample by create_sample
4 years ago
Alinson S. Xavier ef9c48d79a
Replace Hashable by str
4 years ago
Alinson S. Xavier 851b8001bb
Move features to its own package
4 years ago
Alinson S. Xavier 80281df8d8
Replace instance.samples by instance.get/push_sample
4 years ago
Alinson S. Xavier a5092cc2b9
Request constraint features/categories in bulk
4 years ago
Alinson S. Xavier 438859e493
Request variable features/categories in bulk
4 years ago
Alinson S. Xavier 101bd94a5b
Make read/write_pickle_gz quiet
4 years ago
Alinson S. Xavier 4c7e63409d Improve logging
4 years ago
Alinson S. Xavier c3d26a1c75 Reduce memory consumption of parallel_solve
4 years ago
Alinson S. Xavier c4a6665825
Remove obsolete methods
5 years ago
Alinson S. Xavier fde6dc5a60
Combine after_load, after_lp and after_mip into Sample dataclass
5 years ago
Alinson S. Xavier 6afdf2ed55
Collect features 3 times (after-load, after-lp, after-mip)
5 years ago
Alinson S. Xavier 088d679f61
Redesign InternalSolver constraint methods
5 years ago
Alinson S. Xavier f70363db0d
Replace build_lazy_constraint by enforce_lazy_constraint
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