Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
test/float/trigonometric.cpp:227–229 ·
view source on GitHub ↗
Post constraint on \a x
Source
from the content-addressed store, hash-verified
225
}
226
/// Post constraint on \a x
227
virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
228
Gecode::tan(home, x[0], x[0]);
229
}
230
};
231
232
/// %Test for asinus constraint
Callers
nothing calls this directly
Calls
1
tan
Function · 0.50
Tested by
no test coverage detected