File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ CPAIOR'24 paper is available in the `cpaior24/` directory in this repository.
14
14
15
15
## Algorithms
16
16
17
- | ` --algorithm= ` | Description |
17
+ | First argument | Description |
18
18
| ---------------- | ------------------------------------------------------------------------- |
19
19
| ` p-minimal ` | P-Minimal model enumeration as described in \[ 1\] and \[ 2\] |
20
20
| ` 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.
23
23
## Building
24
24
25
25
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 ` .
27
27
28
28
To build the project from source, you will need to clone
29
29
[ RustSAT] ( https://github.com/chrjabs/rustsat ) and
@@ -62,4 +62,4 @@ _multi_-objective solver in _Rust_.
62
62
Järvisalo: _ Preprocessing in SAT-Based Multi-Objective Combinatorial
63
63
Optimization_ , CP 2023.
64
64
- \[ 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.
You can’t perform that action at this time.
0 commit comments