• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
      • Gl
      • Witness-cp
      • Ccg
      • Install-not-normalized
      • Rewrite$
      • Fgl
        • Fgl-rewrite-rules
        • Fgl-function-mode
        • Fgl-object
        • Fgl-solving
        • Fgl-handling-if-then-elses
        • Fgl-counterexamples
          • Def-ctrex-rule
          • Fgl-counterexample-implementation-details
            • Cgraph
            • Cgraph-derive-assignments-for-vars
            • Cgraph-derive-assignments-obj
              • Cgraph-derive-assignments-bindings
          • Fgl-getting-bits-from-objects
          • Fgl-primitive-and-meta-rules
          • Fgl-interpreter-overview
          • Fgl-correctness-of-binding-free-variables
          • Fgl-debugging
          • Fgl-testbenches
          • Def-fgl-boolean-constraint
          • Fgl-stack
          • Def-fgl-param-thm
          • Fgl-rewrite-tracing
          • Def-fgl-thm
          • Fgl-fast-alist-support
          • Fgl-array-support
          • Advanced-equivalence-checking-with-fgl
          • Fgl-fty-support
          • Fgl-internals
        • 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
    • Fgl-counterexample-implementation-details

    Cgraph-derive-assignments-obj

    Signature
    (cgraph-derive-assignments-obj 
         x assigns sts env$ cgraph 
         replimit &optional (logicman 'logicman) 
         (bvar-db 'bvar-db) 
         (state 'state)) 
     
      → 
    (mv new-assigns new-sts)
    Arguments
    x — object to try and derive an assignment for.
        Guard (fgl-object-p x).
    assigns — accumulator of object assignments.
        Guard (cgraph-alist-p assigns).
    sts — Guard (cgraph-derivstates-p sts).
    cgraph — Guard (cgraph-p cgraph).
    replimit — Guard (posp replimit).
    Returns
    new-assigns — Type (cgraph-alist-p new-assigns).
    new-sts — Type (cgraph-derivstates-p new-sts).