Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ archive
Method
archive
gecode/flatzinc/flatzinc.cpp:149–152 ·
view source on GitHub ↗
Archive into \a e
Source
from the content-addressed store, hash-verified
147
}
148
/// Archive into \a e
149
virtual void archive(Archive& e) const {
150
Gecode::Choice::archive(e);
151
e.put(fail);
152
}
153
};
154
155
TieBreak<IntVarBranch> int_varsel;
Callers
nothing calls this directly
Calls
1
put
Method · 0.45
Tested by
no test coverage detected