Store elements in arrays to keep order stable

This seems to restore reproducibility.
This commit is contained in:
Aaron Fenyes 2024-02-15 14:27:41 -08:00
parent 291d5c8ff6
commit 8d8bc9162c
2 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@ tangencies = [
##Engine.LiesOn{CoeffType}(points[3], spheres[1]),
##Engine.LiesOn{CoeffType}(points[3], spheres[2])
##]
ctx_tan_sph = Engine.Construction{CoeffType}(elements = Set(spheres), relations = Set(tangencies))
ctx_tan_sph = Engine.Construction{CoeffType}(elements = spheres, relations = tangencies)
ideal_tan_sph, eqns_tan_sph = Engine.realize(ctx_tan_sph)
##small_eqns_tan_sph = eqns_tan_sph
small_eqns_tan_sph = [