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:
2929 not ` Integers ` .
3030* As much as possible, the names should follow established conventions in the
3131 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
3333 constraint-programming sets should follow
3434 [ 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)
5858A Mathematical Programming System (MPS) model
5959```
6060
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.
6463
6564** The SDPA file format**
6665
You can’t perform that action at this time.
0 commit comments