36namespace Gecode {
namespace Search {
39 :
Exception(
l,
"Cutoff for restart-based search is missing") {}
42 :
Exception(
l,
"No assets requested in portfolio") {}
45 :
Exception(
l,
"Illegal combination of best and non-best solution search")
49 :
Exception(
l,
"Best solution search is not supported") {}
Exception: Base-class for exceptions
MixedBest(const char *l)
Initialize with location l.
NoAssets(const char *l)
Initialize with location l.
NoBest(const char *l)
Initialize with location l.
UninitializedCutoff(const char *l)
Initialize with location l.
Gecode toplevel namespace