Skip to content

Classic solver mutability removal

Enrico Siboni requested to merge feature/classic-immutable-solver into develop

The solve-classic solver had mutable fields... but that mutability is pointless because, there's no advantage in having those fields mutable since they are not used by the internal state-machine implementation.

This merge request removes that mutability; this is also needed to claim that all project classes are immutable.

Edited by Enrico Siboni

Merge request reports