4 ms·
How did you solve your LP? I think the issue might be due to an extreme point solution from simplex-type methods. Interior point methods might give you somethin
by tvirot 13y ago
How did you solve your LP? I think the issue might be due to an extreme point solution from simplex-type methods. Interior point methods might give you something different. Have you tried that?
- rcfox 13y agoTo be honest, I don't remember... I think I was using a Linux command-line LP solver.