mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Remove {get,put}_set and deprecated functions
This commit is contained in:
@@ -66,7 +66,7 @@ def test_subtour() -> None:
|
||||
samples = instance.get_samples()
|
||||
assert len(samples) == 1
|
||||
sample = samples[0]
|
||||
lazy_enforced = sample.get_set("mip_constr_lazy_enforced")
|
||||
lazy_enforced = sample.get_array("mip_constr_lazy_enforced")
|
||||
assert lazy_enforced is not None
|
||||
assert len(lazy_enforced) > 0
|
||||
assert_equals(
|
||||
|
||||
Reference in New Issue
Block a user