dyna3/engine-proto
Aaron Fenyes 53d8c38047 Preserve explicit zeros in Gram matrix conversion
In previous commits, the `circles-in-triangle` example converged much
more slowly in BigFloat precision than in Float64 precision. This
turned out to be a sign of a bug in the Float64 computation: converting
the Gram matrix using `Float64.()` dropped the explicit zeros, removing
many constraints and making the problem much easier to solve. This
commit corrects the Gram matrix conversion. The Float64 search now
solves the same problem as the BigFloat search, with comparable
performance.
2024-07-15 14:08:57 -07:00
..
ganja-test Get Ganja.js to display planes 2024-06-27 21:49:53 -07:00
gram-test Preserve explicit zeros in Gram matrix conversion 2024-07-15 14:08:57 -07:00
ConstructionViewer.jl Host Ganja.js locally 2024-07-06 21:35:09 -07:00
Engine.Algebraic.jl Clean up example of three mutually tangent spheres 2024-02-15 17:16:37 -08:00
Engine.jl Clean up example of three mutually tangent spheres 2024-02-15 17:16:37 -08:00
Engine.Numerical.jl Make results reproducible 2024-02-15 16:00:46 -08:00
HittingSet.jl Use module names as filenames 2024-01-30 02:49:33 -05:00