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
\ENCODING=ISO-8859-1
\Problem name: ilog.cplex

Minimize
 obj: - x - y
Subject To
 blah: x - y = 0
Bounds
 0 <= x <= 1
 0.2 <= y <= 1
Generals
 x
Semi-Continuous
 y
End