mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 10:28:52 -06:00
Minor updates to knapsack docs; add challenge
This commit is contained in:
@@ -39,10 +39,10 @@ class BranchPriorityComponent(Component):
|
||||
"%s/scripts/branchpriority.jl" % src_dirname,
|
||||
model_file.name,
|
||||
priority_file.name],
|
||||
check=True)
|
||||
check=True,
|
||||
capture_output=True)
|
||||
self._merge(np.genfromtxt(priority_file.name,
|
||||
delimiter=',',
|
||||
dtype=int))
|
||||
delimiter=','))
|
||||
|
||||
|
||||
def fit(self, solver):
|
||||
|
||||
Reference in New Issue
Block a user