Check whether \a x is solution
| 155 | : Test("Bool::Bin::XXX::"+str(op0),1,0,1), op(op0) {} |
| 156 | /// Check whether \a x is solution |
| 157 | virtual bool solution(const Assignment& x) const { |
| 158 | return check(x[0],op,x[0]) == x[0]; |
| 159 | } |
| 160 | /// Post constraint |
| 161 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 162 | using namespace Gecode; |