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

Function expr

gecode/minimodel/int-expr.cpp:914–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912
913
914 IntVar
915 expr(Home home, const LinIntExpr& e, const IntPropLevels& ipls) {
916 PostInfo pi(home);
917 if (!home.failed())
918 return e.post(home,ipls);
919 IntVar x(home,Int::Limits::min,Int::Limits::max);
920 return x;
921 }
922
923}
924

Callers 15

channelFunction · 0.70
channelFunction · 0.70
HammingMethod · 0.50
constrainMethod · 0.50
masterMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50

Calls 2

failedMethod · 0.45
postMethod · 0.45

Tested by

no test coverage detected