dlvhex  2.5.0
src/UnfoundedSetChecker.cpp File Reference

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>
Include dependency graph for UnfoundedSetChecker.cpp:

Go to the source code of this file.


Detailed Description

Unfounded set checker for programs with disjunctions and external atoms.

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

Definition in file UnfoundedSetChecker.cpp.