dlvhex  2.5.0
src/InternalGroundASPSolver.cpp File Reference

ASP solver based on conflict-driven nogood learning. More...

#include "dlvhex2/InternalGroundASPSolver.h"
#include <iostream>
#include <sstream>
#include "dlvhex2/Logger.h"
#include "dlvhex2/GenuineSolver.h"
#include "dlvhex2/Benchmarking.h"
#include "dlvhex2/Printer.h"
#include <boost/foreach.hpp>
#include <boost/graph/strong_components.hpp>
Include dependency graph for InternalGroundASPSolver.cpp:

Go to the source code of this file.

Defines

#define DBGLOGD(X, Y)   do{}while(false);

Detailed Description

ASP solver based on conflict-driven nogood learning.

Author:
Christoph Redl

Definition in file InternalGroundASPSolver.cpp.


Define Documentation