#include <cstdio>
#include "bitvector_theorem_producer.h"
#include "common_proof_rules.h"
#include "theory_core.h"
#include "theory_bitvector.h"
Include dependency graph for bitvector_theorem_producer.cpp:
Go to the source code of this file.
Created: Wed May 5 16:19:49 PST 2004
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 bitvector_theorem_producer.cpp.
#define _CVC3_TRUSTED_ |
Definition at line 29 of file bitvector_theorem_producer.cpp.
static bool constantKids | ( | const Expr & | e | ) | [static] |
Check that all the kids of e are BVCONST.
Definition at line 1885 of file bitvector_theorem_producer.cpp.
References CVC3::Expr::begin(), CVC3::BVCONST, and CVC3::Expr::end().
Referenced by CVC3::BitvectorTheoremProducer::bvmultConst(), CVC3::BitvectorTheoremProducer::bvplusConst(), CVC3::BitvectorTheoremProducer::concatConst(), CVC3::BitvectorTheoremProducer::eqConst(), CVC3::BitvectorTheoremProducer::extractConst(), CVC3::BitvectorTheoremProducer::negConst(), and CVC3::TheoryBitvector::rewriteBV().
static Rational boundedModulo | ( | const Rational & | value, | |
const Rational & | modulo, | |||
const Rational & | lowerBound | |||
) | [static] |
Definition at line 3766 of file bitvector_theorem_producer.cpp.
Referenced by CVC3::BitvectorTheoremProducer::createNewPlusCollection().