mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
InternalSolver: Better specify and test infeasibility
This commit is contained in:
@@ -22,7 +22,7 @@ TrainingSample = TypedDict(
|
||||
LPSolveStats = TypedDict(
|
||||
"LPSolveStats",
|
||||
{
|
||||
"Optimal value": float,
|
||||
"Optimal value": Optional[float],
|
||||
"Log": str,
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user