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

Possible numerical instability in problem solving #200

Open
yuxies opened this issue Feb 1, 2024 · 0 comments
Open

Possible numerical instability in problem solving #200

yuxies opened this issue Feb 1, 2024 · 0 comments

Comments

@yuxies
Copy link
Contributor

yuxies commented Feb 1, 2024

SYMPHONY stable/5.7 report infeasibility for the attached problem, while CPLEX and Cbc report an optimal solution.

Starting Preprocessing...
Preprocessing finished...
coefficients modified: 3603
constraints removed: 9337
variables fixed: 22360
Solving...
Time Done Queued LB UB Gap
27 1 0 20699.00
Problem Infeasible
The problem is infeasible!
No Solution Found

Comments in Slack for reference: "The incorrect result for vpphard comes from the root LP relaxation being declared infeasible. If you solve with Clp, the last couple of lines of the output are

3332 Obj 20699 Primal inf 0.015085897 (275) Dual inf 1273.9215 (874)
3333 Obj 20699 Primal inf 0.015085897 (275) Dual inf 326.00733 (482)
3333 Obj 20699 Primal inf 0.015085897 (275)
Primal infeasible - objective value 20699
Presolved problem not optimal, resolve after postsolve
After Postsolve, objective 20699, infeasibilities - dual 1.9999998 (2), primal 0.03370455 (1013)
Perturbing problem by 1e-08% of 1 - largest nonzero change 8.1782865e-06 ( 0.00081782865%) - largest zero change 8.1781075e-06
0 Obj 20698.922 Dual inf 2.9999903 (3)
0 Obj 20699 Dual inf 2.9999997 (3)
6 Obj 20699
Optimal - objective value 20699
Optimal objective 20699 - 3339 iterations time 34.912, Presolve 0.59

"
vpphard_100_0-ub.txt

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

1 participant