Skip to content

Commit be2db77

Browse files
committed
update readme
1 parent 05d75de commit be2db77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CPAIOR'24 paper is available in the `cpaior24/` directory in this repository.
1414

1515
## Algorithms
1616

17-
| `--algorithm=` | Description |
17+
| First argument | Description |
1818
| ---------------- | ------------------------------------------------------------------------- |
1919
| `p-minimal` | P-Minimal model enumeration as described in \[1\] and \[2\] |
2020
| `lower-bounding` | Lower-bounding search as described in \[3\] (called "core-guiding" there) |
@@ -23,7 +23,7 @@ CPAIOR'24 paper is available in the `cpaior24/` directory in this repository.
2323
## Building
2424

2525
If you simply want a binary of the solver, you can install it from
26-
[crates.io](https://crates.io) by running `cargo install scuttle`.
26+
[crates.io](https://crates.io) by running `cargo install scuttle --locked`.
2727

2828
To build the project from source, you will need to clone
2929
[RustSAT](https://github.com/chrjabs/rustsat) and
@@ -62,4 +62,4 @@ _multi_-objective solver in _Rust_.
6262
Järvisalo: _Preprocessing in SAT-Based Multi-Objective Combinatorial
6363
Optimization_, CP 2023.
6464
- \[6\] Christoph Jabs and Jeremias Berg and Matti Järvisalo: _Core Boosting
65-
in SAT-Based Multi-Objective Optimization_, CPAIOR 2024.
65+
in SAT-Based Multi-Objective Optimization_, CPAIOR 2024.

0 commit comments

Comments
 (0)