CVC3
2.4.1
|
#include "theory_core.h"
Go to the source code of this file.
Classes | |
class | CVC3::TheoryArray |
This theory handles arrays. More... | |
Namespaces | |
CVC3 | |
Constant Groups | |
CVC3 | |
Enumerations | |
enum | CVC3::ArrayKinds { CVC3::ARRAY = 2000, CVC3::READ, CVC3::WRITE, CVC3::ARRAY_LITERAL } |
Functions | |
bool | CVC3::isArray (const Type &t) |
bool | CVC3::isRead (const Expr &e) |
bool | CVC3::isWrite (const Expr &e) |
bool | CVC3::isArrayLiteral (const Expr &e) |
Type | CVC3::arrayType (const Type &type1, const Type &type2) |
Expr | CVC3::arrayLiteral (const Expr &ind, const Expr &body) |
Author: Clark Barrett
Created: Wed Feb 26 18:32:06 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.
Definition in file theory_array.h.