You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The errors can be seen on this job (macOS) and this job (Windows).
Error on Windows:
ccall: could not find function maximumIterations in library C:\Users\travis\build\mtanneau\Clp.jl\deps\usr\bin\libClp-1.dll
Error message on macOS:
ccall: could not find function maximumIterations in library /Users/travis/build/JuliaOpt/Clp.jl/deps/usr/lib/libClp.1.13.11.dylib
maximumIterations is not tested, so this did not show up in the tests in #69.
However, it is systematically called by the MOI wrapper within MOI.empty!, so it is blocking #66.
The errors can be seen on this job (macOS) and this job (Windows).
Error on Windows:
Error message on macOS:
maximumIterations
is not tested, so this did not show up in the tests in #69.However, it is systematically called by the MOI wrapper within
MOI.empty!
, so it is blocking #66.cc @juan-pablo-vielma
The text was updated successfully, but these errors were encountered: