CVC3
Functions

dpllt_basic.cpp File Reference

Basic implementation of dpllt module using generic sat solver. More...

#include "dpllt_basic.h"
#include "cnf.h"
#include "sat_api.h"
#include "exception.h"

Go to the source code of this file.

Functions


Detailed Description

Basic implementation of dpllt module using generic sat solver.

Author: Clark Barrett

Created: Mon Dec 12 19:09:43 2005


License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the LICENSE file provided with this distribution.


Definition in file dpllt_basic.cpp.


Function Documentation

static void SATDLevelHook ( void *  cookie,
int  change 
) [static]

Definition at line 35 of file dpllt_basic.cpp.

References SAT::DPLLT::theoryAPI().

Referenced by SAT::DPLLTBasic::createManager().

static SatSolver::Lit SATDecisionHook ( void *  cookie,
bool *  done 
) [static]
static void SATAssignmentHook ( void *  cookie,
SatSolver::Var  var,
int  value 
) [static]
static void SATDeductionHook ( void *  cookie) [static]