Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ TupleSet
Method
TupleSet
gecode/int/extensional/tuple-set.cpp:267–268 ·
view source on GitHub ↗
* Tuple set * */
Source
from the content-addressed store, hash-verified
265
*
266
*/
267
TupleSet::TupleSet(int a)
268
: SharedHandle(new Data(a)) {}
269
void
270
TupleSet::init(int a) {
271
object(new Data(a));
Callers
nothing calls this directly
Calls
12
t
Function · 0.85
add
Function · 0.85
n_states
Method · 0.80
max_degree
Method · 0.80
n_symbols
Method · 0.80
i_state
Method · 0.80
o_state
Method · 0.80
final_fst
Method · 0.80
final_lst
Method · 0.80
s
Function · 0.70
IntArgs
Class · 0.50
val
Method · 0.45
Tested by
no test coverage detected