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

Function expr

gecode/minimodel/set-expr.cpp:836–843  ·  view source on GitHub ↗

* Posting set expressions * */

Source from the content-addressed store, hash-verified

834 *
835 */
836 SetVar
837 expr(Home home, const SetExpr& e) {
838 PostInfo pi(home);
839 if (!home.failed())
840 return e.post(home);
841 SetVar x(home,IntSet::empty,IntSet::empty);
842 return x;
843 }
844
845}
846

Callers

nothing calls this directly

Calls 2

failedMethod · 0.45
postMethod · 0.45

Tested by

no test coverage detected