Skip to content

Commit

Permalink
switch from bliss to sassy+nauty
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Jun 20, 2024
1 parent 7c0149c commit cb94a4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cmake -G Ninja ^
-D ZLIB=ON ^
-D READLINE=OFF ^
-D EXPRINT=cppad ^
-D SYM=bliss ^
-D SYM=snauty ^
%CMAKE_ARGS%
if %ERRORLEVEL% neq 0 exit 1

Expand Down
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cmake -B scipoptsuite-build -S "${SRC_DIR}/scipoptsuite" \
-D IPOPT_DIR="${PREFIX}" \
-D ZLIB=ON \
-D READLINE=OFF \
-D SYM=bliss \
-D SYM=snauty \
-D EXPRINT=cppad \
-D CLIQUER=ON \
${CMAKE_ARGS}
Expand Down
2 changes: 1 addition & 1 deletion recipe/run_scip_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ scip --version
scip --version | grep -iE 'CppAD\s+[0-9]+'
scip --version | grep -iE 'ZLIB\s+[0-9]+\.[0-9]+\.[0-9]+'
scip --version | grep -iE 'GMP\s+[0-9]+\.[0-9]+\.[0-9]+'
scip --version | grep -iE 'bliss\s+[0-9]+\.[0-9]+'
scip --version | grep -iE 'nauty\s+[0-9]+\.[0-9]+\.[0-9]+'
scip --version | grep -iE 'Ipopt\s+[0-9]+\.[0-9]+\.[0-9]+'

0 comments on commit cb94a4a

Please sign in to comment.