mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
Add lp_stats to after-lp features
This commit is contained in:
@@ -191,6 +191,7 @@ class LearningSolver:
|
||||
# -------------------------------------------------------
|
||||
logger.info("Extracting features (after-lp)...")
|
||||
features = FeaturesExtractor(self.internal_solver).extract(instance)
|
||||
features.lp_solve = lp_stats
|
||||
instance.features_after_lp.append(features)
|
||||
|
||||
# Callback wrappers
|
||||
|
||||
Reference in New Issue
Block a user