JamesBremner / so77307162

Group graph vertices according to attributes.
1 stars 0 forks source link

Two pass implementation to maximize coverage #16

Closed remidelattre closed 1 year ago

remidelattre commented 1 year ago

In circumstances where no condition states that the coverage ought to be 100%, using a two pass implementation appears to maximize coverage. This would involve running the algorithm with the parameters set by the user first, and then running it again with relaxed parameters in an attempt to group unassigned localities.

JamesBremner commented 1 year ago

Again, please remember to assign an enhancement issue to me if you want me to implement it.

JamesBremner commented 1 year ago

image

JamesBremner commented 1 year ago

v0.0.8