Skip to content

Commit

Permalink
Merge branch 'main' into documentation/shiftable_load_tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarcia98 committed Aug 2, 2023
2 parents e5444ce + 67e46f4 commit 5e3f26b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/install-cbc-from-source.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/bash

######################################################################
#################################################################################
# This script installs the Cbc solver from source
# (for cases where you can't install the coinor-cbc package)
######################################################################
# (for cases where you can't install the coinor-cbc package via package managers)
# Note: We use 2.9 here, but 2.10 has also been working well in our CI pipeline.
#################################################################################

# Install to this dir
SOFTWARE_DIR=/home/seita/software
Expand Down

0 comments on commit 5e3f26b

Please sign in to comment.