mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
ConvertTightIneqs: Reduce default slack_tolerance to zero
This commit is contained in:
@@ -31,7 +31,7 @@ class ConvertTightIneqsIntoEqsStep(Component):
|
||||
self,
|
||||
classifier=CountingClassifier(),
|
||||
threshold=0.95,
|
||||
slack_tolerance=1e-5,
|
||||
slack_tolerance=0.0,
|
||||
):
|
||||
self.classifiers = {}
|
||||
self.classifier_prototype = classifier
|
||||
|
||||
Reference in New Issue
Block a user