mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Rewrite DynamicLazy.sample_xy
This commit is contained in:
@@ -98,7 +98,7 @@ class Instance(ABC, EnforceOverrides):
|
||||
"""
|
||||
return "default"
|
||||
|
||||
def get_constraint_features(self, cid: str) -> Optional[List[float]]:
|
||||
def get_constraint_features(self, cid: str) -> List[float]:
|
||||
return [0.0]
|
||||
|
||||
def get_constraint_category(self, cid: str) -> Optional[Hashable]:
|
||||
|
||||
Reference in New Issue
Block a user