Skip to content

Commit

Permalink
Added upgrade=true parameter to run_spineopt call
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwymore committed Dec 20, 2023
1 parent efe5a88 commit 8288f2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "spine/Spine"]
path = spine/Spine
url = https://github.inl.gov/miracle/spine
2 changes: 1 addition & 1 deletion spine/Spine/run_spineopt.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using SpineOpt

run_spineopt(ARGS...)
run_spineopt(ARGS..., upgrade=true)

# The above uses the default solvers which are currently CLP for LP problems and Cbc for MIP problems
# The below is an example for using the CPLEX solver. Other solvers follow a similar form
Expand Down

0 comments on commit 8288f2c

Please sign in to comment.