mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-09 02:48:52 -06:00
Primal: Refactoring
This commit is contained in:
@@ -94,8 +94,8 @@ ConstraintFeatures = TypedDict(
|
||||
total=False,
|
||||
)
|
||||
|
||||
ModelFeatures = TypedDict(
|
||||
"ModelFeatures",
|
||||
Features = TypedDict(
|
||||
"Features",
|
||||
{
|
||||
"Variables": Dict[str, Dict[VarIndex, VariableFeatures]],
|
||||
"Constraints": Dict[str, ConstraintFeatures],
|
||||
|
||||
Reference in New Issue
Block a user