omnics.constraint
Class Expression

java.lang.Object
  extended by omnics.constraint.Expression

public class Expression
extends java.lang.Object

Author:
Cristian Frasinaru

Constructor Summary
Expression(int[] coeffs, Var[] variables)
          Creates a new instance of Expression
 
Method Summary
 int eval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression

public Expression(int[] coeffs,
                  Var[] variables)
Creates a new instance of Expression

Method Detail

eval

public int eval()