ConvertTight: Detect and fix infeasibility

This commit is contained in:
2021-01-12 10:05:57 -06:00
parent e59386f941
commit f77d1d5de9
6 changed files with 112 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ from .components.steps.convert_tight import ConvertTightIneqsIntoEqsStep
from .components.steps.relax_integrality import RelaxIntegralityStep
from .components.steps.drop_redundant import DropRedundantInequalitiesStep
from .classifiers import Classifier, Regressor
from .classifiers.adaptive import AdaptiveClassifier
from .classifiers.threshold import MinPrecisionThreshold