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

Method shrinkArrays

gecode/flatzinc/flatzinc.cpp:2295–2305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2293 }
2294
2295 void
2296 FlatZincSpace::shrinkArrays(Printer& p) {
2297 p.shrinkArrays(*this, _optVar, _optVarIsInt, iv, bv
2298#ifdef GECODE_HAS_SET_VARS
2299 , sv
2300#endif
2301#ifdef GECODE_HAS_FLOAT_VARS
2302 , fv
2303#endif
2304 );
2305 }
2306
2307 IntArgs
2308 FlatZincSpace::arg2intargs(AST::Node* arg, int offset) {

Callers 2

mainFunction · 0.80
runMethod · 0.80

Calls 9

isArrayMethod · 0.80
getArrayMethod · 0.80
IntVarArrayClass · 0.50
BoolVarArrayClass · 0.50
SetVarArrayClass · 0.50
FloatVarArrayClass · 0.50
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected