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        scientific_notation_2
ROWS
 N  obj
 L  c1
 G  c2
COLUMNS
    x1        obj       0.015
    x1        c1        0.21
    x1        c2        1
    x2        obj       3200
    x2        c1        10
    x2        c2        1
RHS
    RHS_V     c1        1000
BOUNDS
 FR BOUND     x1
ENDATA