Go to the source code of this file.
Created: Mon Jul 21 23:52:39 UTC 2003
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. In particular:
Definition in file search_fast.cpp.
|
Definition at line 149 of file search_fast.cpp. References CVCL::Assumptions::begin(), CVCL::CDMap< Key, Data, HashFcn >::count(), CVCL::Assumptions::end(), CVCL::Theorem::getAssumptions(), CVCL::Theorem::getExpr(), CVCL::Theorem::isAssump(), CVCL::Theorem::printDebug(), and CVCL::Theorem::toString(). Referenced by checkAssumpDebug(). |
|
Check that assumptions in the result of checkValid() are a subset of assertions. Only defined in the debug build. Definition at line 174 of file search_fast.cpp. References checkAssump(), CVCL::Theorem::clearAllFlags(), CVCL::Theorem::getAssumptions(), CVCL::Assumptions::isNull(), and CVCL::Theorem::withAssumptions(). Referenced by CVCL::SearchEngineFast::checkValidMain(). |
|
Ordering on literals, used to sort them by score. Used for debugging, to match Chaff's behavior as close as possible and track any discrepancies or inefficiencies. Definition at line 331 of file search_fast.cpp. References CVCL::Literal::score(). Referenced by CVCL::SearchEngineFast::addSplitter(), CVCL::SearchEngineFast::updateLitCounts(), and CVCL::SearchEngineFast::updateLitScores(). |
|
Definition at line 167 of file context.cpp. |
|
Definition at line 1104 of file search_fast.cpp. References CVCL::Theorem::getExpr(), and CVCL::Theorem::isNull(). Referenced by CVCL::AssumptionsValue::AssumptionsValue(). |
|
Auxiliary function used in analyzeUIPs(). It processes a node and populates the relevant sets used in the algorithm.
Definition at line 1116 of file search_fast.cpp. References CVCL::Theorem::getCachedValue(), CVCL::Theorem::getExpandFlag(), CVCL::Theorem::getExpr(), CVCL::Theorem::getLitFlag(), CVCL::Theorem::isAbsLiteral(), CVCL::Theorem::isFlagged(), CVCL::Theorem::setCachedValue(), CVCL::Theorem::setFlag(), CVCL::Theorem::toString(), and CVCL::TRACE. Referenced by CVCL::SearchEngineFast::analyzeUIPs(). |