Home
last modified time | relevance | path

Searched refs:d_unconstrained (Results 1 – 2 of 2) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dunconstrained_simplifier.cpp118 vector<TNode> workList(d_unconstrained.begin(), d_unconstrained.end()); in processUnconstrained()
156 if (d_unconstrained.find(parent) == d_unconstrained.end() in processUnconstrained()
260 if (d_unconstrained.find(parent) == d_unconstrained.end() in processUnconstrained()
320 if (d_unconstrained.find(child) == d_unconstrained.end()) in processUnconstrained()
400 if (d_unconstrained.find(parent) == d_unconstrained.end() in processUnconstrained()
449 if (d_unconstrained.find(other) != d_unconstrained.end()) in processUnconstrained()
451 if (d_unconstrained.find(parent) == d_unconstrained.end() in processUnconstrained()
570 if (d_unconstrained.find(parent) == d_unconstrained.end() in processUnconstrained()
615 if (d_unconstrained.find(parent) == d_unconstrained.end() in processUnconstrained()
694 if (d_unconstrained.find(other) != d_unconstrained.end()) in processUnconstrained()
[all …]
H A Dunconstrained_simplifier.h59 TNodeSet d_unconstrained; variable