CVC3  2.4.1
Macros | Functions
bitvector_theorem_producer.cpp File Reference
#include <cstdio>
#include "bitvector_theorem_producer.h"
#include "common_proof_rules.h"
#include "theory_core.h"
#include "theory_bitvector.h"

Go to the source code of this file.

Macros

#define _CVC3_TRUSTED_
 

Functions

static bool constantKids (const Expr &e)
 Check that all the kids of e are BVCONST. More...
 
static Rational boundedModulo (const Rational &value, const Rational &modulo, const Rational &lowerBound)
 

Detailed Description

Author: Vijay Ganesh

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.

Macro Definition Documentation

#define _CVC3_TRUSTED_

Definition at line 29 of file bitvector_theorem_producer.cpp.

Function Documentation

static bool constantKids ( const Expr e)
static
static Rational boundedModulo ( const Rational value,
const Rational modulo,
const Rational lowerBound 
)
static