Refactor ObjectiveComponent

This commit is contained in:
2021-01-26 22:16:46 -06:00
parent 2e845058fc
commit 603902e608
5 changed files with 158 additions and 61 deletions

View File

@@ -65,6 +65,8 @@ LearningSolveStats = TypedDict(
"Primal: free": int,
"Primal: zero": int,
"Primal: one": int,
"Objective: predicted LB": float,
"Objective: predicted UB": float,
},
total=False,
)