• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
      • Gl
      • Witness-cp
      • Ccg
      • Install-not-normalized
      • Rewrite$
      • Removable-runes
      • Efficiency
      • Rewrite-bounds
      • Bash
      • Def-dag-measure
      • Fgl
        • Fgl-rewrite-rules
        • Fgl-function-mode
        • Fgl-object
        • Fgl-solving
          • Fgl-sat-check
          • Fgl-exhaustive-test-config
            • Fgl-exhaustive-test-config-fix
            • Fgl-exhaustive-test-config-equiv
            • Make-fgl-exhaustive-test-config
            • Fgl-exhaustive-test-config->ignore-pathcond
            • Fgl-exhaustive-test-config->ignore-constraint
            • Fgl-exhaustive-test-config->random-iters
            • Fgl-exhaustive-test-config->transform
            • Fgl-exhaustive-test-config->transform-config-override
            • Change-fgl-exhaustive-test-config
            • Fgl-exhaustive-test-config-p
          • Fgl-vacuity-check
          • Fgl-sat-check/print-counterexample
        • Fgl-handling-if-then-elses
        • Fgl-getting-bits-from-objects
        • Fgl-primitive-and-meta-rules
        • Fgl-interpreter-overview
        • Fgl-counterexamples
        • Fgl-correctness-of-binding-free-variables
        • Fgl-debugging
        • Fgl-testbenches
        • Def-fgl-boolean-constraint
        • Fgl-stack
        • Fgl-rewrite-tracing
        • Def-fgl-param-thm
        • Def-fgl-thm
        • Fgl-fast-alist-support
        • Advanced-equivalence-checking-with-fgl
        • Fgl-array-support
        • Fgl-internals
      • Bdd
      • Remove-hyps
      • Contextual-rewriting
      • Simp
      • Rewrite$-hyps
      • Bash-term-to-dnf
      • Use-trivial-ancestors-check
      • Minimal-runes
      • Clause-processor-tools
      • Fn-is-body
      • Without-subsumption
      • Rewrite-equiv-hint
      • Def-bounds
      • Rewrite$-context
      • Try-gl-concls
      • Hint-utils
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Testing-utilities
    • Math
  • Fgl-solving

Fgl-exhaustive-test-config

FGL SAT config object that says to use exhaustive vectorized simulation to check satisfiability.

This is a product type introduced by defprod.

Fields
ignore-pathcond — booleanp
ignore-constraint — booleanp
transform — booleanp
transform-config-override
random-iters — ACL2::maybe-natp
If set, random simulation will be used instead of exhaustive simulation, and as a result, the SAT check will never return UNSAT. Therefore, this is useful for testing but not for proof.

Subtopics

Fgl-exhaustive-test-config-fix
Fixing function for fgl-exhaustive-test-config structures.
Fgl-exhaustive-test-config-equiv
Basic equivalence relation for fgl-exhaustive-test-config structures.
Make-fgl-exhaustive-test-config
Basic constructor macro for fgl-exhaustive-test-config structures.
Fgl-exhaustive-test-config->ignore-pathcond
Get the ignore-pathcond field from a fgl-exhaustive-test-config.
Fgl-exhaustive-test-config->ignore-constraint
Get the ignore-constraint field from a fgl-exhaustive-test-config.
Fgl-exhaustive-test-config->random-iters
Get the random-iters field from a fgl-exhaustive-test-config.
Fgl-exhaustive-test-config->transform
Get the transform field from a fgl-exhaustive-test-config.
Fgl-exhaustive-test-config->transform-config-override
Get the transform-config-override field from a fgl-exhaustive-test-config.
Change-fgl-exhaustive-test-config
Modifying constructor for fgl-exhaustive-test-config structures.
Fgl-exhaustive-test-config-p
Recognizer for fgl-exhaustive-test-config structures.