mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
add Debug trait to PartitionWitness to enable trace information output (#1437)
This commit is contained in:
parent
7eff4e2751
commit
cb3f91a003
@ -297,7 +297,7 @@ impl<F: Field> Witness<F> for PartialWitness<F> {
|
||||
|
||||
/// `PartitionWitness` holds a disjoint-set forest of the targets respecting a circuit's copy constraints.
|
||||
/// The value of a target is defined to be the value of its root in the forest.
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct PartitionWitness<'a, F: Field> {
|
||||
pub values: Vec<Option<F>>,
|
||||
pub representative_map: &'a [usize],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user