StaticLazy: Refactor

This commit is contained in:
2021-04-04 08:39:56 -05:00
parent 168f56c296
commit 6e614264b5
8 changed files with 340 additions and 429 deletions

View File

@@ -69,6 +69,10 @@ LearningSolveStats = TypedDict(
"Upper bound": Optional[float],
"Wallclock time": float,
"Warm start value": Optional[float],
"LazyStatic: Removed": int,
"LazyStatic: Kept": int,
"LazyStatic: Restored": int,
"LazyStatic: Iterations": int,
},
total=False,
)
@@ -77,6 +81,7 @@ InstanceFeatures = TypedDict(
"InstanceFeatures",
{
"User features": List[float],
"Lazy constraint count": int,
},
total=False,
)