Skip to content

Commit 749acbc

Browse files
committed
Fix README
1 parent 7458b67 commit 749acbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Supported datasets:
1010

1111
## Getting started
1212

13-
1. To see which instances are available, call `list_instances(dataset, name)`.
14-
2. To read a specific instance, call `read_instance(dataset, name)`.
13+
1. To see which instances are available, call `list_instances(dataset)` with `dataset in (Netlib, MIPLIB2017, MittelmannLP)`.
14+
2. To read a specific instance, call `read_instance(dataset, name)` where `name isa String`.
1515
3. The returned problem format is `QPSData` from [QPSReader.jl](https://github.com/JuliaSmoothOptimizers/QPSReader.jl).
1616

1717
More details are available in the docstrings.

0 commit comments

Comments
 (0)