staticvoidrvine_set_weight(igraph_t*graph,dml_vine_weight_tweight,igraph_integer_te,constgsl_vector *x,constgsl_vector *y,constgsl_permutation *x_rank,constgsl_permutation *y_rank){doublevalue;dml_measure_t*measure;// The weight is minimized.measure = dml_measure_alloc(x, y); measure->...