Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
test/float/arithmetic.cpp:93–95 ·
view source on GitHub ↗
Post constraint on \a x
Source
from the content-addressed store, hash-verified
91
}
92
/// Post constraint on \a x
93
virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
94
Gecode::mult(home, x[0], x[1], x[2]);
95
}
96
};
97
98
/// %Test for multiplication constraint with shared variables
Callers
nothing calls this directly
Calls
1
mult
Function · 0.50
Tested by
no test coverage detected