mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 02:18:51 -06:00
Primal: Compute statistics
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user