We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b65db1 commit 9a8d03eCopy full SHA for 9a8d03e
2 files changed
.github/workflows/hipo.yml
@@ -62,5 +62,7 @@ jobs:
62
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
63
..
64
cmake --build . --parallel --config ${{ matrix.build_type }}
65
- ./${{ matrix.build_type }}/bin/highs --solver=hipo ../check/instances/flugpl.mps
+ ./${{ matrix.build_type }}/bin/highs `
66
+ --options_file ../check/hipo_test_option_files/hipo_options_0 `
67
+ ../check/instances/flugpl.mps
68
ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error
check/hipo_test_option_files/hipo_options_0
@@ -1 +1,2 @@
1
-solver=hipo
+solver=hipo
2
+log_dev_level=1
0 commit comments