dcyoung / CircuitSolver

Creates and solve digital logic circuits. Uses a digraph to represent circuits composed of a finite set of primitive elements. Elements currently include: -Logic Gates (AND, OR, NAND) -Sources Solves the circuit using topological sort.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircuitSolver

Creates and solve digital logic circuits.

Uses a digraph to represent circuits composed of a finite set of primitive elements.
Elements currently include:
-Logic Gates (AND, OR, NAND)
-Sources

Solves the circuit using topological sort.

About

Creates and solve digital logic circuits. Uses a digraph to represent circuits composed of a finite set of primitive elements. Elements currently include: -Logic Gates (AND, OR, NAND) -Sources Solves the circuit using topological sort.


Languages

Language:C# 100.0%