File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ following conventions:
29
29
not ` Integers ` .
30
30
* As much as possible, the names should follow established conventions in the
31
31
domain where this set is used: for instance, convex sets should have names
32
- close to those of [ CVX] ( http ://web.cvxr.com/cvx/doc/) , and
32
+ close to those of [ CVX] ( https ://web.cvxr.com/cvx/doc/) , and
33
33
constraint-programming sets should follow
34
34
[ MiniZinc] ( https://www.minizinc.org/doc-latest/en/ ) 's constraints.
Original file line number Diff line number Diff line change @@ -58,9 +58,8 @@ julia> model = MOI.FileFormats.Model(format = MOI.FileFormats.FORMAT_REW)
58
58
A Mathematical Programming System (MPS) model
59
59
```
60
60
61
- Note that the [ REW format] ( https://www.gurobi.com/documentation/9.5/refman/rew_format.html )
62
- is identical to the MPS file format, except that all names are replaced with
63
- generic identifiers.
61
+ Note that the REW format is identical to the MPS file format, except that all
62
+ names are replaced with generic identifiers.
64
63
65
64
** The SDPA file format**
66
65
You can’t perform that action at this time.
0 commit comments