We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53f570 commit bbdc76dCopy full SHA for bbdc76d
.github/workflows/hipo.yml
@@ -62,8 +62,7 @@ jobs:
62
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
63
..
64
cmake --build . --parallel --config ${{ matrix.build_type }}
65
- - shell: cmd
66
- run: |
+ - run: |
67
build/${{ matrix.build_type }}/bin/highs --solver=hipo check/instances/flugpl.mps
68
69
cd build
0 commit comments