-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad error for small time limit #240
Comments
I can reproduce with [email protected] Running HiGHS 1.8.0 (git hash: fcfb53414): Copyright (c) 2024 HiGHS under MIT licence terms
Coefficient ranges:
Matrix [2e-01, 1e+03]
Cost [8e+02, 7e+03]
Bound [4e-03, 1e+03]
RHS [2e-03, 1e+00]
Iteration Objective NullspaceDim
[1610] signal (11.1): Segmentation fault: 11
in expression starting at REPL[6]:1
_ZN7HFactor11buildSimpleEv at /Users/oscar/.julia/artifacts/6c052094bcce703903faeccc27a66f3453fd061e/lib/libhighs.1.8.dylib (unknown line)
_ZN7HFactor5buildEP15HighsTimerClock at /Users/oscar/.julia/artifacts/6c052094bcce703903faeccc27a66f3453fd061e/lib/libhighs.1.8.dylib (unknown line)
_ZN5Basis5buildEv at /Users/oscar/.julia/artifacts/6c052094bcce703903faeccc27a66f3453fd061e/lib/libhighs.1.8.dylib (unknown line)
_ZN5BasisC2ER7RuntimeNSt3__16vectorIiNS2_9allocatorIiEEEENS3_I11BasisStatusNS4_IS7_EEEES6_ at /Users/oscar/.julia/artifacts/6c052094bcce703903faeccc27a66f3453fd061e/lib/libhighs.1.8.dylib (unknown line)
_Z14solveqp_actualR8InstanceR8SettingsR21QpHotstartInformationR10StatisticsR13QpModelStatusR10QpSolutionR10HighsTimer at /Users/oscar/.julia/artifacts/6c052094bcce703903faeccc27a66f3453fd061e/lib/libhighs.1.8.dylib (unknown line)
_Z7solveqpR8InstanceR8SettingsR10StatisticsR16HighsModelStatusR10HighsBasisR13HighsSolutionR10HighsTimer at /Users/oscar/.julia/artifacts/6c052094bcce703903faeccc27a66f3453fd061e/lib/libhighs.1.8.dylib (unknown line)
_ZN5Highs11callSolveQpEv at /Users/oscar/.julia/artifacts/6c052094bcce703903faeccc27a66f3453fd061e/lib/libhighs.1.8.dylib (unknown line)
_ZN5Highs3runEv at /Users/oscar/.julia/artifacts/6c052094bcce703903faeccc27a66f3453fd061e/lib/libhighs.1.8.dylib (unknown line)
Highs_run at /Users/oscar/.julia/packages/HiGHS/Sufzi/src/gen/libhighs.jl:320 [inlined]
optimize! at /Users/oscar/.julia/packages/HiGHS/Sufzi/src/MOI_wrapper.jl:1990
optimize! at /Users/oscar/.julia/packages/MathOptInterface/kRheF/src/Bridges/bridge_optimizer.jl:367 [inlined]
optimize! at /Users/oscar/.julia/packages/MathOptInterface/kRheF/src/MathOptInterface.jl:122 [inlined]
optimize! at /Users/oscar/.julia/packages/MathOptInterface/kRheF/src/Utilities/cachingoptimizer.jl:321
jfptr_optimizeNOT._10500 at /Users/oscar/.julia/compiled/v1.10/HiGHS/WFic5_zCMgQ.dylib (unknown line)
_jl_invoke at /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZQ07FJYVY.0/build/default-grannysmith-C07ZQ07FJYVY-0/julialang/julia-release-1-dot-10/src/gf.c:0 [inlined] |
Upstream:
|
Closing in favor of ERGO-Code/HiGHS#1990 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably upstream...
But running this
with this case: https://github.com/power-grid-lib/pglib-opf/blob/master/pglib_opf_case2000_goc.m
(it fails with others)
We get the error:
The text was updated successfully, but these errors were encountered: