lp_parser_rs 3.4.1

A Rust parser for the LP file format.
Documentation
NAME        scientific_notation
ROWS
 N  obj
 L  c1
 G  c2
COLUMNS
    x1        obj       0.001
    x1        c1        0.2
    x1        c2        0.0123
    x2        obj       250
    x2        c1        1.5
    x2        c2        -45.6
    x3        obj       0.0314
    x3        c1        0.003
    x3        c2        0.00789
    x4        obj       -12
RHS
    RHS_V     c1        100
BOUNDS
 UP BOUND     x1        1000
 UP BOUND     x2        200
 UP BOUND     x3        35
 UP BOUND     x4        400
ENDATA