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