mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-12 20:38:52 -06:00
Reorganize imports; start moving data to instance.training_data
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
|
||||
import networkx as nx
|
||||
import numpy as np
|
||||
from miplearn import LearningSolver
|
||||
from miplearn.problems.stab import MaxWeightStableSetInstance
|
||||
from scipy.stats import uniform, randint
|
||||
|
||||
from miplearn.problems.stab import MaxWeightStableSetInstance
|
||||
from miplearn.solvers.learning import LearningSolver
|
||||
|
||||
|
||||
def test_stab():
|
||||
graph = nx.cycle_graph(5)
|
||||
|
||||
Reference in New Issue
Block a user