dlvhex
2.5.0
|
Unfounded set checker for programs with disjunctions and external atoms. More...
#include "dlvhex2/BaseModelGenerator.h"
#include "dlvhex2/UnfoundedSetChecker.h"
#include "dlvhex2/Printer.h"
#include "dlvhex2/ProgramCtx.h"
#include "dlvhex2/Benchmarking.h"
#include "dlvhex2/ClaspSolver.h"
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/graph/visitors.hpp>
#include <boost/graph/strong_components.hpp>
#include <fstream>
Go to the source code of this file.
Unfounded set checker for programs with disjunctions and external atoms.
Definition in file UnfoundedSetChecker.cpp.