Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
test/float/transcendental.cpp:173–175 ·
view source on GitHub ↗
Post constraint on \a x
Source
from the content-addressed store, hash-verified
171
}
172
/// Post constraint on \a x
173
virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
174
Gecode::log(home, x[0], x[0]);
175
}
176
};
177
178
/// %Test for logarithm base n constraint
Callers
nothing calls this directly
Calls
1
log
Function · 0.50
Tested by
no test coverage detected