C:\Python27>python makePlan.py 1 KYam-HaiPark.csv out5
IMPROVEMENT:
total: 0
max: 0
weighted: 0
KEY PERFECTION
Choosing plan requiring 0 additional keys, max of 0 from single portal
Traceback (most recent call last):
File "makePlan.py", line 175, in
for t in a.triangulation:
AttributeError: 'DiGraph' object has no attribute 'triangulation'
got this
C:\Python27>python makePlan.py 1 KYam-HaiPark.csv out5 IMPROVEMENT: total: 0 max: 0 weighted: 0 KEY PERFECTION Choosing plan requiring 0 additional keys, max of 0 from single portal Traceback (most recent call last): File "makePlan.py", line 175, in
for t in a.triangulation:
AttributeError: 'DiGraph' object has no attribute 'triangulation'
10x for help