Home
last modified time | relevance | path

Searched refs:IPL_ADVANCED (Results 1 – 6 of 6) sorted by relevance

/dports/math/gecode/gecode-0916a1a/gecode/int/unary/
H A Dpost.hpp42 case IPL_ADVANCED: in manpost()
57 case IPL_ADVANCED: in optpost()
/dports/math/gecode/gecode-0916a1a/gecode/int/cumulative/
H A Dpost.hpp42 case IPL_ADVANCED: in manpost()
57 case IPL_ADVANCED: in optpost()
/dports/math/gecode/gecode-0916a1a/gecode/driver/
H A Doptions.cpp331 else if (!strncmp("advanced",a,e)) { m |= IPL_ADVANCED; } in parse()
363 if (cur & IPL_ADVANCED) cerr << ",advanced"; in help()
/dports/math/gecode/gecode-0916a1a/test/
H A Dint.hpp218 if (ipl & IPL_ADVANCED) s << "+A"; in str()
H A Dint.cpp422 {Gecode::IPL_BASIC_ADVANCED,Gecode::IPL_ADVANCED,Gecode::IPL_BASIC};
/dports/math/gecode/gecode-0916a1a/gecode/
H A Dint.hh982 IPL_ADVANCED = 8, ///< Use advanced propagation algorithm enumerator
983 IPL_BASIC_ADVANCED = IPL_BASIC | IPL_ADVANCED, ///< Use both