Originally posted by: toonie
I want to write
minimum spanning tree (MST) programming that I've already had the MST formulation (in MS word file: last page).
But i don't know how to write it's formulation in ILOG CPLEX :
This program want to find a link between each node. It has 2 constraints there are
1. connectivity constraint
2. no loop constraint
Decision variable (xij) is 0,1 >>
0 = no link and
1 = have a link between node i and j I attached a MST formulation, MST model file (.mod) and MST data file (.dat) that i already write some.#CPLEXOptimizers#DecisionOptimization