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