Skip to content

Commit 9cdbcf8

Browse files
committed
Fix compat
1 parent c397316 commit 9cdbcf8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ QPSReader = "10f199a5-22af-520b-b891-7ce84a7b1bd0"
1515
[compat]
1616
DataDeps = "0.7.13"
1717
GZip = "0.6.2"
18-
Logging = "1.11.0"
18+
Logging = "1.10.0"
1919
QPSReader = "0.2.1"
2020
julia = "1.10"

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Julia package for automatic download and parsing of linear, quadratic and integer programming instances.
44

5-
## Details
5+
## Principle
66

77
Supported 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

2020
To read a specific instance, call `read_instance(dataset, name)`.
21+
22+
More details are available in the docstrings of these functions.

0 commit comments

Comments
 (0)