An internal helper function that generates the data abstraction for the edge weights of the main network structure using the distance matrix passed by the user.
build.dist.struct_user(z, distMat, verbose = FALSE)a distance structure used for constructing the main network flow problem
a vector indicating whether each unit is in treatment or control group
a matrix of pair-wise distance
a boolean value whether to print(cat) debug information. Default: FALSE