Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
test/float/arithmetic.cpp:501–503 ·
view source on GitHub ↗
Post constraint on \a x
Source
from the content-addressed store, hash-verified
499
}
500
/// Post constraint on \a x
501
virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
502
Gecode::nroot(home, x[0], n, x[0]);
503
}
504
};
505
506
/// %Test for absolute value constraint
Callers
nothing calls this directly
Calls
1
nroot
Function · 0.50
Tested by
no test coverage detected