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

Function subset

gecode/float/val.hpp:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487namespace Gecode { namespace Float {
488
489 forceinline bool
490 subset(const FloatVal& x, const FloatVal& y) {
491 return subset(x.x,y.x);
492 }
493 forceinline bool
494 proper_subset(const FloatVal& x, const FloatVal& y) {
495 return proper_subset(x.x,y.x);

Callers 15

solutionMethod · 0.50
solMethod · 0.50
solMethod · 0.50
solMethod · 0.50
solMethod · 0.50
inFunction · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
inMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected