Skip to content

Commit

Permalink
PDLP gets 5.5018458957e+03 not 5.50184588e+03 on windows_debug64
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Nov 18, 2024
1 parent 98b05a0 commit 5ccc2dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,10 @@ if ((NOT FAST_BUILD OR ALL_TESTS) AND NOT (BUILD_EXTRA_UNIT_ONLY))
"standgub\; 1.25769949\;"
)
elseif(WIN32)
# on windows e226 model status is unknown, rel gap e00
# on windows e226 model status is unknown
# on windows 25fv47 model status can be unknown, with objective 5.5018458957e+03
set(pdlpInstances
"25fv47\; 5.50184588\;"
"25fv47\; 5.5018458\;"
"adlittle\; 2.25494963\;"
"afiro\;-4.64753142\;"
"avgas\;-7.749999999\;"
Expand Down Expand Up @@ -455,4 +456,4 @@ if (BUILD_EXTRA_UNIT_TESTS AND BUILD_EXTRA_UNIT_ONLY)
DEPENDS unit-test-extra-build)
set_tests_properties(unit_tests_extra PROPERTIES TIMEOUT 10000)

endif()
endif()

0 comments on commit 5ccc2dc

Please sign in to comment.