lp_parser_rs 3.4.1

A Rust parser for the LP file format.
Documentation
NAME        output
ROWS
 N  obj
 L  cons0
 L  cons1
COLUMNS
    x0        obj       5
    x0        cons0     2
    x1        obj       3
    x1        cons0     8
    x2        obj       2
    x2        cons0     4
    x3        obj       7
    x3        cons1     2
    x4        obj       4
    x4        cons1     5
RHS
    RHS_V     cons0     10
    RHS_V     cons1     11
BOUNDS
 UP BOUND     x0        1
 UP BOUND     x1        1
 UP BOUND     x2        1
 UP BOUND     x3        1
 UP BOUND     x4        1
ENDATA