rust-or / rust-lp-modeler

Lp modeler written in Rust
MIT License
95 stars 29 forks source link

Don't fail on infeasible solution #28

Closed zappolowski closed 5 years ago

zappolowski commented 5 years ago

When the problem contains contradicting constraints, the output for an infeasible solution marks certain lines with leading '**'. This made the parsing fail as the number of elements per line of the solution file isn't 4 anymore.

This fixes #27.