Primal: Compute statistics

This commit is contained in:
2021-01-25 16:02:40 -06:00
parent b0b013dd0a
commit 203afc6993
3 changed files with 38 additions and 10 deletions

View File

@@ -62,6 +62,9 @@ LearningSolveStats = TypedDict(
"Upper bound": Optional[float],
"Wallclock time": float,
"Warm start value": Optional[float],
"Primal: free": int,
"Primal: zero": int,
"Primal: one": int,
},
total=False,
)