mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 17:38:51 -06:00
Revert changes to default variable category
This commit is contained in:
@@ -78,9 +78,9 @@ class Instance(ABC):
|
|||||||
model to predict the values of both variables. If the returned category is None, ML
|
model to predict the values of both variables. If the returned category is None, ML
|
||||||
models will ignore the variable.
|
models will ignore the variable.
|
||||||
|
|
||||||
By default, returns None.
|
By default, returns "default".
|
||||||
"""
|
"""
|
||||||
return None
|
return "default"
|
||||||
|
|
||||||
def has_static_lazy_constraints(self):
|
def has_static_lazy_constraints(self):
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user