dyna3/app-proto
Aaron Fenyes b117c00992 Specify the values of the frozen entries
Before, a `ConstraintProblem` only specified the indices of the frozen
entries. During realization, the frozen entries kept whatever values
they had in the initial guess.

This commit adds the values of the frozen entries to the `frozen` field
of `ConstraintProblem`. The frozen entries of the guess are set to the
desired values at the beginning of realization.

This commit also improves the `PartialMatrix` structure, which is used
to specify the indices and values of the frozen entries.
2025-03-27 13:57:46 -07:00
..
examples Specify the values of the frozen entries 2025-03-27 13:57:46 -07:00
src Specify the values of the frozen entries 2025-03-27 13:57:46 -07:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.lock Start tracking Cargo.lock 2025-03-12 15:44:43 -07:00
Cargo.toml Generalize constraints to observables (#48) 2025-03-10 23:43:24 +00:00
index.html Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
main.css Generalize constraints to observables (#48) 2025-03-10 23:43:24 +00:00
run-examples Switch to Euclidean-invariant projection onto tangent space of solution variety (#34) 2025-01-31 19:34:33 +00:00