File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ QPSReader = "10f199a5-22af-520b-b891-7ce84a7b1bd0"
1515[compat ]
1616DataDeps = " 0.7.13"
1717GZip = " 0.6.2"
18- Logging = " 1.11 .0"
18+ Logging = " 1.10 .0"
1919QPSReader = " 0.2.1"
2020julia = " 1.10"
Original file line number Diff line number Diff line change 22
33A Julia package for automatic download and parsing of linear, quadratic and integer programming instances.
44
5- ## Details
5+ ## Principle
66
77Supported datasets:
88
@@ -15,6 +15,8 @@ The returned problem format is `QPSData` from [QPSReader.jl](https://github.com/
1515
1616## Getting started
1717
18- To see which instances are available, call ` list_instance (dataset, name)` .
18+ To see which instances are available, call ` list_instances (dataset, name)` .
1919
2020To read a specific instance, call ` read_instance(dataset, name) ` .
21+
22+ More details are available in the docstrings of these functions.
You can’t perform that action at this time.
0 commit comments