MCPcopy Create free account
hub / github.com/Gecode/gecode / post

Method post

gecode/int/extensional/compact.hpp:521–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519
520 template<class View, class Table>
521 forceinline ExecStatus
522 PosCompact<View,Table>::post(Home home, ViewArray<View>& x,
523 const TupleSet& ts) {
524 auto ct = new (home) PosCompact(home,x,ts);
525 assert((x.size() > 1) && (ts.tuples() > 1));
526 return ct->table.empty() ? ES_FAILED : ES_OK;
527 }
528
529 template<class View, class Table>
530 forceinline size_t

Callers

nothing calls this directly

Calls 8

postposcompactFunction · 0.85
postnegcompactFunction · 0.85
tuplesMethod · 0.80
fullMethod · 0.80
sizeMethod · 0.45
emptyMethod · 0.45
oneMethod · 0.45
zeroMethod · 0.45

Tested by

no test coverage detected