Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Meanwhile, there are two quick workarounds:

1) Install and use 'topcom' as the engine.

2) Sort the points

PointConfiguration.set_engine('internal')
points = sorted([[64374, 1170],[28595,16],[1162, 658], [28874, 3308], [29974, 9436], [30590, 22299], [49434, 11393], [56042, 11982], [42392, 33338], [33404, 64878]])
p = PointConfiguration(points)
p_fine = p.restrict_to_fine_triangulations()
it = p_fine.triangulations()
for i,t in enumerate(it):
    if i >= 1475:
        print(i,t)