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

Method intersect

gecode/set/view/set.hpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 forceinline ModEvent
141 SetView::intersect(Space& home, int from, int to) {
142 return x->intersect(home,from,to);
143 }
144
145 forceinline ModEvent
146 SetView::intersect(Space& home, int n) {

Callers 2

domFunction · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected