Implement preliminary version of static lazy component

This commit is contained in:
2020-09-23 14:27:17 -05:00
parent 27b2a1eef5
commit e731f46b72
5 changed files with 344 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ from .extractors import (SolutionExtractor,
from .components.component import Component
from .components.objective import ObjectiveValueComponent
from .components.lazy import LazyConstraintsComponent
from .components.lazy_static import StaticLazyConstraintsComponent
from .components.cuts import UserCutsComponent
from .components.primal import PrimalSolutionComponent