Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
test/float/arithmetic.cpp:412–414 ·
view source on GitHub ↗
Post constraint on \a x
Source
from the content-addressed store, hash-verified
410
}
411
/// Post constraint on \a x
412
virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
413
Gecode::pow(home, x[0], n, x[1]);
414
}
415
};
416
417
/// %Test for pow constraint with shared variables
Callers
nothing calls this directly
Calls
1
pow
Function · 0.50
Tested by
no test coverage detected