Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gsomix committed Jul 8, 2023
1 parent 3ffcc22 commit cfc7d78
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ Solve problem 1 using dummy solver:
$ dotnet run --project Icfpc2023 -- solve 1 dummy
```

Solve all problems using dummy solver:
```console
$ dotnet run --project Icfpc2023 -- solve all dummy
```

Solve problem 1 using all solvers and picking the best solution:
```console
$ dotnet run --project Icfpc2023 -- solve all best
```

Solve problem 1 using dummy solver and preserve best solution if already exists:
```console
$ dotnet run --project Icfpc2023 -- solve 1 dummy --preserve-best
```

Calculate score for solution 1 on problem 1:
```console
$ dotnet run --project Icfpc2023 -- score 1
Expand Down

0 comments on commit cfc7d78

Please sign in to comment.