
?ExprX *>= ?ExprY

   Obsolete: use ria:(ExprX >= ExprY) instead.

Arguments
   ExprX               Arithmetic Expression
   ExprY               Arithmetic Expression

Type
   library(ria)

Description
Constraints ExprX to be greater than or equal to ExprY. ExprX and ExprY are 
general arithmetic expressions.


