• Top
    • Documentation
    • Books
    • Boolean-reasoning
      • Ipasir
      • Aignet
        • Base-api
        • Aignet-construction
        • Representation
        • Aignet-copy-init
        • Aignet-simplify-with-tracking
        • Aignet-simplify-marked-with-tracking
        • Aignet-cnf
        • Aignet-simplify-marked
        • Aignet-complete-copy
        • Aignet-transforms
          • Aignet-output-ranges
            • Aignet-output-range-map
              • Aignet-output-range-map-p
              • Aignet-output-range-map-fix
              • Aignet-output-range-map-equiv
          • Aignet-comb-transforms
          • Aignet-m-assumption-n-output-transforms
          • Aignet-n-output-comb-transforms
        • Aignet-eval
        • Semantics
        • Aignet-read-aiger
        • Aignet-write-aiger
        • Aignet-abc-interface
        • Utilities
      • Aig
      • Satlink
      • Truth
      • Ubdds
      • Bdd
      • Faig
      • Bed
      • 4v
    • Projects
    • Debugging
    • Std
    • Community
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Aignet-output-ranges

Aignet-output-range-map

Type of the mapping that names ranges of primary outputs of an AIG

An object of this type associates an identifier or NIL with each range of primary outputs of an AIG. Such an object can be passed to AIGNET transforms to identify which ranges of outputs should be used for which purposes, according to the transform and its configuration. See aignet-output-ranges for a more comprehensive description.

Subtopics

Aignet-output-range-map-p
Recognizer for aignet-output-range-map.
Aignet-output-range-map-fix
(aignet-output-range-map-fix x) is an ACL2::fty alist fixing function that follows the fix-keys strategy.
Aignet-output-range-map-equiv
Basic equivalence relation for aignet-output-range-map structures.