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

Method next_potential_violation

gecode/int/sequence/view.hpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144 template<class View, class Val, bool iss>
145 forceinline int
146 ViewValSupport<View,Val,iss>::next_potential_violation(void) {
147 return static_cast<int>(v.get());
148 }
149
150 template<class View, class Val, bool iss>
151 forceinline void

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected