Home
last modified time | relevance | path

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

/dports/math/gecode/gecode-0916a1a/gecode/int/linear/
H A Dint-bin.hpp373 GqBin<Val,A,B>::GqBin(Home home, A x0, B x1, Val c) in GqBin() function in Gecode::Int::Linear::GqBin
378 GqBin<Val,A,B>::post(Home home, A x0, B x1, Val c) { in post()
379 (void) new (home) GqBin<Val,A,B>(home,x0,x1,c); in post()
386 GqBin<Val,A,B>::GqBin(Space& home, GqBin<Val,A,B>& p) in GqBin() function in Gecode::Int::Linear::GqBin
391 GqBin<Val,A,B>::copy(Space& home) { in copy()
392 return new (home) GqBin<Val,A,B>(home,*this); in copy()
397 GqBin<Val,A,B>::GqBin(Space& home, Propagator& p, in GqBin() function in Gecode::Int::Linear::GqBin
403 GqBin<Val,A,B>::propagate(Space& home, const ModEventDelta&) { in propagate()
452 GECODE_REWRITE(*this,(GqBin<Val,A,B>::post(home(*this),x0,x1,c+1))); in propagate()
/dports/math/gecode/gecode-0916a1a/gecode/int/
H A Dlinear.hh271 class GqBin : public LinBin<Val,A,B,PC_INT_BND> { class
278 GqBin(Space& home, GqBin& p);
280 GqBin(Home home, A x0, B x1, Val c);
283 GqBin(Space& home, Propagator& p, A x0, B x1, Val c);