#include "dpllt_minisat.h"
#include "minisat_solver.h"
#include "sat_proof.h"
#include "theorem_producer.h"
#include "exception.h"
Include dependency graph for dpllt_minisat.cpp:
Go to the source code of this file.
Author: Alexander Fuchs
Created: Fri Sep 08 11:04:00 2006
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_minisat.cpp.
#define _CVC3_TRUSTED_ |
Definition at line 21 of file dpllt_minisat.cpp.
CVC3::Proof generateSatProof | ( | SAT::SatProofNode * | node, | |
CNF_Manager * | cnfManager, | |||
TheoremProducer * | thmProducer | |||
) |
Definition at line 258 of file dpllt_minisat.cpp.
References SAT::CNF_Manager::concreteLit(), DebugAssert, std::endl(), SAT::SatProofNode::getLeaf(), SAT::SatProofNode::getLeftParent(), SAT::SatProofNode::getLit(), SAT::SatProofNode::getNodeProof(), SAT::SatProofNode::getRightParent(), SAT::SatProofNode::hasNodeProof(), SAT::SatProofNode::isLeaf(), CVC3::TheoremProducer::newPf(), and SAT::SatProofNode::setNodeProof().
Referenced by SAT::DPLLTMiniSat::getSatProof().
void printSatProof | ( | SAT::SatProofNode * | node | ) |
Definition at line 330 of file dpllt_minisat.cpp.
References std::endl(), SAT::SatProofNode::getLeaf(), SAT::SatProofNode::getLeftParent(), SAT::SatProofNode::getRightParent(), and SAT::SatProofNode::isLeaf().