mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 10:28:52 -06:00
Replace individual constraint methods by single get_constraints
This commit is contained in:
@@ -12,7 +12,6 @@ if TYPE_CHECKING:
|
||||
|
||||
BranchPriorities = Dict[str, Optional[float]]
|
||||
Category = Hashable
|
||||
Constraint = Any
|
||||
IterationCallback = Callable[[], bool]
|
||||
LazyCallback = Callable[[Any, Any], None]
|
||||
SolverParams = Dict[str, Any]
|
||||
|
||||
Reference in New Issue
Block a user