Make bidirectional proof the default

This commit is contained in:
2020-05-29 19:52:30 +02:00
parent 68dba77156
commit 12688a7bbe

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