Skip to content

Commit 9a8d03e

Browse files
committed
Update
1 parent 6b65db1 commit 9a8d03e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/hipo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@ jobs:
6262
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
6363
..
6464
cmake --build . --parallel --config ${{ matrix.build_type }}
65-
./${{ matrix.build_type }}/bin/highs --solver=hipo ../check/instances/flugpl.mps
65+
./${{ matrix.build_type }}/bin/highs `
66+
--options_file ../check/hipo_test_option_files/hipo_options_0 `
67+
../check/instances/flugpl.mps
6668
ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
solver=hipo
1+
solver=hipo
2+
log_dev_level=1

0 commit comments

Comments
 (0)