| This class represents the translation rule for the general IfThenElse operator.
An IfThenElse operator is translated into an SMT-LIB ConnectiveFormula,
if it represents a choice between two Terms of Sort FORMULA. If it
represents a choice between two Terms of integer Sort, it is translated into
an SMT-LIB IteTerm.
author: akuwertz version: 1.1, 02/16/2006 (Added logger support) |