Make bidirectional proof the default

This commit is contained in:
Patrick Lühne 2020-05-29 19:52:30 +02:00
parent 68dba77156
commit 12688a7bbe
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ enum Command
specification_paths: Vec<std::path::PathBuf>,
/// Proof direction (forward, backward, both)
#[structopt(long, default_value = "forward")]
#[structopt(long, default_value = "both")]
proof_direction: anthem::problem::ProofDirection,
/// Do not simplify translated program