• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
      • Gl
      • Witness-cp
      • Ccg
        • Set-ccg-hierarchy
        • Ccg-xargs
        • Set-termination-method
        • Set-ccg-time-limit
        • Set-ccg-inhibit-output-lst
        • Set-ccg-print-proofs
          • Get-termination-method
          • Get-ccg-time-limit
          • Get-ccg-print-proofs
          • Get-ccg-inhibit-output-lst
        • Install-not-normalized
        • Rewrite$
        • Fgl
        • Removable-runes
        • Efficiency
        • Rewrite-bounds
        • Bash
        • Def-dag-measure
        • 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
      • Math
      • Testing-utilities
    • Ccg

    Set-ccg-print-proofs

    Controls whether proof attempts are printed during CCG analysis

    Examples:
    (set-ccg-print-proofs t)
    (set-ccg-print-proofs nil)
    :set-ccg-print-proofs t
    
    General Form:
    (set-ccg-print-proofs v)

    If v is nil, no proof attempts will be printed during CCG analysis. This is the default. If v is anything but nil, proofs will be displayed. Fair warning: there is potentially a large amount of prover output that might be displayed. It is probably better to use See set-ccg-inhibit-output-lst to un-inhibit 'query output to figure out what lemmas might be needed to get a given query to go through.