A Java API for creating logic circuits.
This API provides the user with a simple interface for creating logic circuits. Apart from boolean inputs, the user can provide real numbers in [0, 1]. The gates currently supported are NOT, OR, AND, and GreaterOrEqual (only for real numbers).