Primal: Refactoring

This commit is contained in:
2021-03-31 09:08:01 -05:00
parent 4f46866921
commit 0f5a6745a4
4 changed files with 32 additions and 29 deletions

View File

@@ -94,8 +94,8 @@ ConstraintFeatures = TypedDict(
total=False,
)
ModelFeatures = TypedDict(
"ModelFeatures",
Features = TypedDict(
"Features",
{
"Variables": Dict[str, Dict[VarIndex, VariableFeatures]],
"Constraints": Dict[str, ConstraintFeatures],