Skip to content

Commit 4f79501

Browse files
committed
compute iterated majority n = 3 in less than two minutes
1 parent 8ccf691 commit 4f79501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub struct Args {
7373
long,
7474
value_enum,
7575
default_value = "strategy",
76-
help = "Solver output specification."
76+
help = "Solver output specification. Strategy will always compute the maximal winning strategy. Yes-no may be faster when the answer is positive, it uses a heuristic trying to find a simple strategy, which is winning but might not be maximal."
7777
)]
7878
pub solver_output: solver::SolverOutput,
7979
}

0 commit comments

Comments
 (0)