Skip to content
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

assertion failed: solution.col(v.active) > 0.0 #196

Open
Bastacyclop opened this issue Jul 4, 2022 · 3 comments
Open

assertion failed: solution.col(v.active) > 0.0 #196

Bastacyclop opened this issue Jul 4, 2022 · 3 comments

Comments

@Bastacyclop
Copy link
Contributor

error: thread '<unnamed>' panicked at 'assertion failed: solution.col(v.active) > 0.0'
code location:

assert!(solution.col(v.active) > 0.0);

Is this a bug in LP extraction, what does hitting this assertion mean?

@mwillsey
Copy link
Member

Can you show the results of this log line:

log::info!(
? I suspect that it failed to find a solution.

@Bastacyclop
Copy link
Contributor Author

Bastacyclop commented Oct 12, 2022

Hey, I just reproduced the error, and this is logged before the crash:
[INFO egg::lp_extract] CBC status Finished, LinearRelaxationInfeasible

It may be the same issue as #207

@khaki3
Copy link

khaki3 commented Nov 2, 2022

FYI: I found that this can be caused by a short extraction time (with the StoppedOnTime status) as well. Setting a longer timeout might solve it sometimes.

Could be related: coin-or/Cbc#358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants