• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
      • Theories
      • Rule-classes
      • Proof-builder
      • Recursion-and-induction
      • Hons-and-memoization
      • Events
      • Parallelism
      • History
      • Programming
      • Operational-semantics
      • Real
      • Start-here
        • Gentle-introduction-to-ACL2-programming
        • ACL2-tutorial
          • Introduction-to-the-theorem-prover
          • Pages Written Especially for the Tours
          • The-method
          • Advanced-features
          • Interesting-applications
          • Tips
          • Alternative-introduction
          • Tidbits
          • Annotated-ACL2-scripts
          • Startup
          • ACL2-as-standalone-program
          • ACL2-sedan
            • Defunc
            • Cgen
            • 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
              • Defdata
              • ACL2s-user-guide
              • ACL2s-tutorial
              • ACL2s-implementation-notes
              • Match
              • ACL2s-faq
              • ACL2s-intro
              • ACL2s-defaults
              • Definec
              • ACL2s-utilities
              • ACL2s-interface
              • ACL2s-installation
            • Talks
            • Nqthm-to-ACL2
            • Tours
            • Emacs
          • About-ACL2
            • Recursion-and-induction
            • Operational-semantics
            • Soundness
            • Release-notes
            • Workshops
            • ACL2-tutorial
              • Introduction-to-the-theorem-prover
              • Pages Written Especially for the Tours
              • The-method
              • Advanced-features
              • Interesting-applications
              • Tips
              • Alternative-introduction
              • Tidbits
              • Annotated-ACL2-scripts
              • Startup
              • ACL2-as-standalone-program
              • ACL2-sedan
                • Defunc
                • Cgen
                • 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
                  • Defdata
                  • ACL2s-user-guide
                  • ACL2s-tutorial
                  • ACL2s-implementation-notes
                  • Match
                  • ACL2s-faq
                  • ACL2s-intro
                  • ACL2s-defaults
                  • Definec
                  • ACL2s-utilities
                  • ACL2s-interface
                  • ACL2s-installation
                • Talks
                • Nqthm-to-ACL2
                • Tours
                • Emacs
              • Version
              • Acknowledgments
              • Using-ACL2
              • Releases
              • How-to-contribute
              • Pre-built-binary-distributions
              • Common-lisp
              • Installation
              • Mailing-lists
              • Git-quick-start
              • Copyright
              • ACL2-help
          • Miscellaneous
          • Output-controls
          • Bdd
          • Macros
          • Installation
          • Mailing-lists
        • Interfacing-tools
        • Hardware-verification
        • Software-verification
        • Math
        • Testing-utilities
      • Ccg

      Get-termination-method

      Returns the current default termination method.

      Examples:
      (get-termination-method (w state))

      This will return the termination-method as specified by the current world.

      General Form:
      (get-termination-method wrld)

      where wrld is a world. For information on the settings and their meaning, see set-termination-method.