Commit 8fb59431 authored by Theodor Christiaanse's avatar Theodor Christiaanse
Browse files

pointed the glpk to my compiled cluster version

parent 52f6f0fa
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ def solve(*, objective=None, constraints: Iterable[Constraint] = None,
            problem += constraint.construct()

    if solver == 'glpk':
        solver = pulp.solvers.GLPK(msg=verbose)
        solver = pulp.solvers.GLPK(msg=verbose, path='/home/theochri/ENV/bin/glpsol')
    elif solver == 'cplex':
        solver = pulp.solvers.CPLEX(msg=verbose)
    else:

pyehub/test_out.xlsx

0 → 100644
+14.6 KiB

File added.

No diff preview for this file type.