dlvhex
2.5.0
|
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>
Go to the source code of this file.
Provides helper functions for writing learning functions. Consider TestPlugin.cpp to see how these methods are used.
Definition in file ExternalLearningHelper.cpp.