| 2141 | } |
| 2142 | |
| 2143 | void p_precede_set(FlatZincSpace& s, const ConExpr& ce, AST::Node*) { |
| 2144 | SetVarArgs x = s.arg2setvarargs(ce[0]); |
| 2145 | int p_s = ce[1]->getInt(); |
| 2146 | int p_t = ce[2]->getInt(); |
| 2147 | precede(s,x,p_s,p_t); |
| 2148 | } |
| 2149 | |
| 2150 | class SetPoster { |
| 2151 | public: |
nothing calls this directly
no test coverage detected