|
dlvhex
2.1.0
|
An evaluation heuristic gets an eval graph builder and shall build an eval graph using methods of the eval graph builder only. More...
#include <include/dlvhex2/EvalHeuristicBase.h>

Public Member Functions | |
| EvalHeuristicBase () | |
| virtual | ~EvalHeuristicBase () |
| virtual void | build (EvalGraphBuilderT &builder)=0 |
An evaluation heuristic gets an eval graph builder and shall build an eval graph using methods of the eval graph builder only.
Definition at line 43 of file EvalHeuristicBase.h.
| EvalHeuristicBase< EvalGraphBuilderT >::EvalHeuristicBase | ( | ) | [inline] |
Definition at line 46 of file EvalHeuristicBase.h.
| virtual EvalHeuristicBase< EvalGraphBuilderT >::~EvalHeuristicBase | ( | ) | [inline, virtual] |
Definition at line 47 of file EvalHeuristicBase.h.
| virtual void EvalHeuristicBase< EvalGraphBuilderT >::build | ( | EvalGraphBuilderT & | builder | ) | [pure virtual] |
Implemented in EvalHeuristicGreedy, EvalHeuristicASP, EvalHeuristicEasy, EvalHeuristicFromFile, EvalHeuristicOldDlvhex, and EvalHeuristicTrivial.