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
12
13
14
15
16
17
NAME        model
ROWS
 N  obj
 E  blah
COLUMNS
    MARK0000  'MARKER'                 'INTORG'
    x         obj       -1
    x         blah      1
    MARK0001  'MARKER'                 'INTEND'
    y         obj       -1
    y         blah      -1
RHS
BOUNDS
 BV BOUND     x
 LO BOUND     y         0.2
 SC BOUND     y         1
ENDATA