This class represents the translation rule for Junctors.
The following Junctor instances are translated currently:
- NOT
- AND
- OR
- IMP
- TRUE
- FALSE
Each of the first four Junctors mentioned above is translated into a corresponding
SMT-LIB ConnectiveFormula. The last two are translated into a corresponding
TruthValueFormula
author: akuwertz version: 1.1, 02/15/2006 (Added logger support) |