Home
last modified time | relevance | path

Searched defs:NodeTheoryPair (Results 1 – 1 of 1) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory_engine.h61 struct NodeTheoryPair { struct
65 NodeTheoryPair(TNode node, theory::TheoryId theory, size_t timestamp = 0) argument
67 NodeTheoryPair() : theory(theory::THEORY_LAST), timestamp() {} in NodeTheoryPair() argument