/// A simple [`FloorPlanner`] that performs minimal optimizations.
///
/// This floor planner is suitable for debugging circuits. It aims to reflect the circuit
/// "business logic" in the circuit layout as closely as possible. It uses a single-pass
/// layouter that does not reorder regions for optimal packing.
#[derive(Debug)]
pub struct SimpleFloorPlanner;
and now we not reusing same rows for StepFoldingCircuit & StepCircuit and we need migrate to halo2::V1 or different FloorPlanner
Now we using
SimpleFloorPlanner
butand now we not reusing same rows for
StepFoldingCircuit
&StepCircuit
and we need migrate tohalo2::V1
or differentFloorPlanner