Skip to content
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.

Clone this wiki locally