Home
last modified time | relevance | path

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

/dports/math/gecode/gecode-0916a1a/contribs/quacode/quacode/qint/qbool/
H A Dxorv.hpp59QXorv<BVA,BVB,BVC>::QXorv(Home home, BVA b0, TQuantifier _q0, int _r0, BVB b1, TQuantifier _q1, in… in QXorv() function in Gecode::Int::Bool::QXorv
64 QXorv<BVA,BVB,BVC>::QXorv(Space& home, bool share, QXorv<BVA,BVB,BVC>& p) in QXorv() function in Gecode::Int::Bool::QXorv
/dports/math/gecode/gecode-0916a1a/contribs/quacode/quacode/qint/
H A Dqbool.hh337 class QXorv : public BoolTernary<BVA,BVB,BVC> { class