We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a53e46 commit b454a7dCopy full SHA for b454a7d
src/options.rs
@@ -633,11 +633,7 @@ pub struct SynthesisOptions {
633
pub exploration_strategy: ExplorationStrategy,
634
/// Filter unexplored states based on reachability from the inital state
635
/// through non-winning states.
636
- #[clap(
637
- long = "filter",
638
- about = "Use reachable state filter during exploration",
639
- display_order = 4
640
- )]
+ #[clap(skip)]
641
pub exploration_filter: bool,
642
/// The limit to use for on-the-fly exploration.
643
#[clap(
0 commit comments