class ValueHeuristic

Superclass delle euristiche di selezione dei valori in un dominio

Inheritance:


Public Methods

[more]std::string getName () const
Restituisce il nome dell'euristica
[more]int selectValue (Domain *d) throw(VarException)
Ritorna il valore selezionato dal dominio passato come paramero
[more]virtual ~ValueHeuristic ()
Distruttore

Protected Fields

[more]std::string name
Contiene il nome dell'euristica

Documentation

Superclass delle euristiche di selezione dei valori in un dominio
ostd::string getName() const
Restituisce il nome dell'euristica

oint selectValue(Domain *d) throw(VarException)
Ritorna il valore selezionato dal dominio passato come paramero. Lancia un'eccezione sei il dominio è vuoto

ovirtual ~ValueHeuristic()
Distruttore

ostd::string name
Contiene il nome dell'euristica


Direct child classes:
GrowingOrderHeuristic
DecreasingOrderHeuristic

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.