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

Method has_potential_violation

gecode/int/sequence/view.hpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138 template<class View, class Val, bool iss>
139 forceinline bool
140 ViewValSupport<View,Val,iss>::has_potential_violation(void) const {
141 return !v.empty();
142 }
143
144 template<class View, class Val, bool iss>
145 forceinline int

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected