Score type for DomainHeuristic. More...
#include <heuristics.h>
Public Types | |
typedef DomScore | SC |
Public Member Functions | |
DomScore () | |
double | get () const |
double | inc (double f) |
bool | isDom () const |
bool | operator> (const SC &o) const |
void | set (double f) |
void | setDom (uint32 key) |
Public Attributes | |
uint32 | domKey |
int16 | factor |
int16 | level |
double | value |
Score type for DomainHeuristic.
Definition at line 312 of file heuristics.h.
typedef DomScore Clasp::DomScore::SC |
Definition at line 313 of file heuristics.h.
Clasp::DomScore::DomScore | ( | ) | [inline] |
Definition at line 314 of file heuristics.h.
double Clasp::DomScore::get | ( | ) | const [inline] |
Definition at line 315 of file heuristics.h.
double Clasp::DomScore::inc | ( | double | f | ) | [inline] |
Definition at line 319 of file heuristics.h.
bool Clasp::DomScore::isDom | ( | ) | const [inline] |
Definition at line 317 of file heuristics.h.
bool Clasp::DomScore::operator> | ( | const SC & | o | ) | const [inline] |
Definition at line 316 of file heuristics.h.
void Clasp::DomScore::set | ( | double | f | ) | [inline] |
Definition at line 320 of file heuristics.h.
void Clasp::DomScore::setDom | ( | uint32 | key | ) | [inline] |
Definition at line 318 of file heuristics.h.
uint32 Clasp::DomScore::domKey |
Definition at line 324 of file heuristics.h.
int16 Clasp::DomScore::factor |
Definition at line 323 of file heuristics.h.
int16 Clasp::DomScore::level |
Definition at line 322 of file heuristics.h.
double Clasp::DomScore::value |
Definition at line 321 of file heuristics.h.