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

Method post

gecode/minimodel/float-rel.hpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 forceinline void
72 LinFloatRel::post(Home home, bool t) const {
73 e.post(home,t ? frt : neg(frt));
74 }
75
76 forceinline void
77 LinFloatRel::post(Home home, const BoolVar& b, bool t) const {

Callers

nothing calls this directly

Calls 1

negFunction · 0.50

Tested by

no test coverage detected