CVC3  2.4.1
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

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

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
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