Files
powdr/constraint-solver
chriseth cfc7cf31e2 Derive clone for ConstraintRef (#3241)
Derives `Clone` (and some other traits) for `ConstraintRef`. Since it is
a reference, it should implement Clone.

Note that `Clone` for `AlgebraicConstraint` is only auto-derived if `V`
is `Clone`, which is the case if `V` is a reference.
2025-09-01 17:11:46 +00:00
..
2025-08-15 13:21:11 +00:00