-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I'm getting the following panic:
thread 'tokio-runtime-worker' panicked at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highs-1.8.0/src/lib.rs:597:50:
called `Result::unwrap()` on an `Err` value: 16 is not a valid HiGHS model status. This error comes from a bug in highs rust bindings. Please report it.
It seems that the model status kSolutionLimit
is missing. This status is the result of e.g. stopping the solver by setting the mip_max_improving_sols
option.
Metadata
Metadata
Assignees
Labels
No labels