/logic_circuit_api

A Java API for creating logic circuits

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Logic Circuit API

A Java API for creating logic circuits.

Description

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).