Function halo2_proofs::dev::circuit_dot_graph
source ยท pub fn circuit_dot_graph<F, ConcreteCircuit>(
circuit: &ConcreteCircuit
) -> String
Expand description
Builds a dot graph string representing the given circuit.
The graph is built from calls to Layouter::namespace
both within the circuit, and
inside the gadgets and chips that it uses.