edu.nyu.cascade.prover
Interface RationalVariableExpression

All Superinterfaces:
Expression<RationalType>, LvalExpression<RationalType>, RationalExpression, VariableExpression<RationalType>

public interface RationalVariableExpression
extends VariableExpression<RationalType>, RationalExpression

Interface to represent the rational variables.

Author:
Dejan Jovanović

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.nyu.cascade.prover.Expression
Expression.Kind
 
Method Summary
 
Methods inherited from interface edu.nyu.cascade.prover.VariableExpression
getName
 
Methods inherited from interface edu.nyu.cascade.prover.Expression
asBitVector, asBooleanExpression, asIntegerExpression, asIntegerVariable, asRationalExpression, asRationalVariable, asUnaryFunctionExpression, asVariable, eq, getArity, getChild, getChildren, getExpressionManager, getKind, getType, isBoolean, isConstant, isTerm, isVariable, lambda, lambda, neq, subst
 
Methods inherited from interface edu.nyu.cascade.prover.RationalExpression
divide, geq, gt, leq, lt, minus, mult, plus, pow
 



Copyright © 2008-2010 NYU Analysis of Computer Systems group. All Rights Reserved.