lp_parser_rs 3.4.1

A Rust parser for the LP file format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
\ Comment line

Minimize
 obj1: -0.5 x - 2y - 8z
 obj2: y + x + z
Subject To
 cons1: -199x + 10 y + z <= 0
 cons2: y + z  >= 0
Binary
 x y z
End