Expand description
Circuit evaluator for TØR-G graphs.
Provides high-performance evaluation of boolean circuits using direct array indexing instead of hash maps.
Functions§
- evaluate
- Evaluate a TØR-G graph with given input values (HashMap API).
- evaluate_
graph - Evaluate a graph and return output values as a Vec.
- evaluate_
into - Evaluate a graph into a pre-allocated output buffer.