Commit 4023242
docs(mps_parser): drop Gurobi-specific LP dialect references
Replace the four mentions of Gurobi and their docs URL with a neutral
description: the parser accepts the conventional LP dialect implemented
by most commercial optimization solvers (not the lpsolve variant, which
has a different syntax). Files touched:
- cpp/libmps_parser/include/mps_parser/lp_parser.hpp (public-header
doxygen)
- python/cuopt/cuopt/linear_programming/cuopt_mps_parser/parser.py
(ParseLp docstring)
- docs/cuopt/source/cuopt-c/lp-qp-milp/lp-qp-example.rst
- docs/cuopt/source/cuopt-cli/cli-examples.rst
Comment-only change; no behavior impact. PARSER_TEST: 95/95 pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Miles Lubin <mlubin@nvidia.com>1 parent e48dcfb commit 4023242
4 files changed
Lines changed: 16 additions & 14 deletions
File tree
- cpp/libmps_parser/include/mps_parser
- docs/cuopt/source
- cuopt-cli
- cuopt-c/lp-qp-milp
- python/cuopt/cuopt/linear_programming/cuopt_mps_parser
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments