forked from StudioInfinity/dyna3
Store elements in arrays to keep order stable
This seems to restore reproducibility.
This commit is contained in:
parent
291d5c8ff6
commit
8d8bc9162c
2 changed files with 5 additions and 5 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue