#include <heuristics.h>
Public Member Functions | |
CmpScore (const ScoreVec &s) | |
bool | operator() (Var v1, Var v2) const |
Private Member Functions | |
CmpScore & | operator= (const CmpScore &) |
Private Attributes | |
const ScoreVec & | sc_ |
Definition at line 291 of file heuristics.h.
Clasp::ClaspVsids_t< ScoreType >::CmpScore::CmpScore | ( | const ScoreVec & | s | ) | [inline, explicit] |
Definition at line 292 of file heuristics.h.
bool Clasp::ClaspVsids_t< ScoreType >::CmpScore::operator() | ( | Var | v1, |
Var | v2 | ||
) | const [inline] |
Definition at line 293 of file heuristics.h.
CmpScore& Clasp::ClaspVsids_t< ScoreType >::CmpScore::operator= | ( | const CmpScore & | ) | [private] |
const ScoreVec& Clasp::ClaspVsids_t< ScoreType >::CmpScore::sc_ [private] |
Definition at line 296 of file heuristics.h.