Post constraint on \a x
| 112 | |
| 113 | /// Post constraint on \a x |
| 114 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 115 | Gecode::sequence(home,x,s,q,l,u); |
| 116 | } |
| 117 | }; |
| 118 | |
| 119 | /// Help class to create and register tests |
nothing calls this directly
no test coverage detected