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

Method rescale

gecode/kernel/gpi.hpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 : next(nullptr), free(n_info) {}
113
114 forceinline void
115 GPI::Block::rescale(void) {
116 for (int i=free; i < n_info; i++)
117 info[i].afc *= Kernel::Config::rescale;
118 }
119
120
121 forceinline

Callers 1

failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected