You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unick Soft edited this page Dec 26, 2020
·
1 revision
EdgeWeightType is enum for weight of edge. For now it support only Int(WT_INT) and Float(WT_FLOAT) values. You may create different algorithm version for int and float, because algorithm with Ints should be faster than for Floats.