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

Method aliasBool2Int

gecode/flatzinc/flatzinc.cpp:908–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906 }
907
908 void
909 FlatZincSpace::aliasBool2Int(int iv, int bv) {
910 iv_boolalias[iv] = bv;
911 }
912 int
913 FlatZincSpace::aliasBool2Int(int iv) {
914 return iv_boolalias[iv];

Callers 1

p_bool2intFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected