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

Method post

test/int/bool.cpp:479–483  ·  view source on GitHub ↗

Post constraint

Source from the content-addressed store, hash-verified

477 }
478 /// Post constraint
479 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
480 using namespace Gecode;
481 ite(home,channel(home,x[0]),channel(home,x[1]),
482 channel(home,x[2]),channel(home,x[3]));
483 }
484 };
485
486 /// Help class to create and register tests

Callers

nothing calls this directly

Calls 2

iteFunction · 0.50
channelFunction · 0.50

Tested by

no test coverage detected