Clear Filters
Clear Filters

How to read an intlinprog output

1 view (last 30 days)
Gratitude Kim
Gratitude Kim on 23 Jan 2018
Commented: Torsten on 23 Jan 2018
LP: Optimal objective value is 15.640000.
Cut Generation: Applied 12 Gomory cuts, 8 clique cuts, 4 cover cuts, and 3 strong CG cuts. Lower bound is 16.195000. Relative gap is 0.00%.
Optimal solution found.
fval =
16.1950
I will like to ask how to understand this as the LP optimal objective value is 15.64 whereas fval is 16.195. By right, shouldn't it be the same?
Thanks
  1 Comment
Torsten
Torsten on 23 Jan 2018
Maybe without and with integer constraint ?
Try what you get if you constrain no variable to be an integer.
Best wishes
Torsten.

Sign in to comment.

Answers (0)

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!