Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
test/float/trigonometric.cpp:347–349 ·
view source on GitHub ↗
Post constraint on \a x
Source
from the content-addressed store, hash-verified
345
}
346
/// Post constraint on \a x
347
virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
348
Gecode::acos(home, x[0], x[1]);
349
}
350
};
351
352
/// %Test for acosinus constraint with shared variables
Callers
nothing calls this directly
Calls
1
acos
Function · 0.50
Tested by
no test coverage detected