dlvhex  2.5.0
src/ExternalLearningHelper.cpp File Reference

Provides helper functions for writing learning functions. Consider TestPlugin.cpp to see how these methods are used. More...

#include "dlvhex2/ExternalLearningHelper.h"
#include "dlvhex2/HexParser.h"
#include "dlvhex2/Printer.h"
#include "dlvhex2/InternalGrounder.h"
#include "dlvhex2/Benchmarking.h"
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/functional/hash.hpp>
#include <unordered_set>
#include <fstream>
Include dependency graph for ExternalLearningHelper.cpp:

Go to the source code of this file.


Detailed Description

Provides helper functions for writing learning functions. Consider TestPlugin.cpp to see how these methods are used.

Author:
Christoph Redl <redl@kr.tuwien.ac.at>

Definition in file ExternalLearningHelper.cpp.