MCPcopy Create free account
hub / github.com/Gecode/gecode / solution

Method solution

test/int/bool.cpp:136–138  ·  view source on GitHub ↗

Check whether \a x is solution

Source from the content-addressed store, hash-verified

134 : Test("Bool::Bin::XYY::"+str(op0),2,0,1), op(op0) {}
135 /// Check whether \a x is solution
136 virtual bool solution(const Assignment& x) const {
137 return check(x[0],op,x[1]) == x[1];
138 }
139 /// Post constraint
140 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
141 using namespace Gecode;

Callers

nothing calls this directly

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected