Module eval

Module eval 

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