Post constraint on \a x
| 124 | } |
| 125 | /// Post constraint on \a x |
| 126 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 127 | using namespace Gecode; |
| 128 | extensional(home, x, |
| 129 | *REG(0) + REG(1)(2,2) + +REG(0) + REG(1)(1,1) + *REG(0)); |
| 130 | } |
| 131 | }; |
| 132 | |
| 133 | /// %Test with regular expression for distinct constraint |
nothing calls this directly
no test coverage detected