This example illustrates a nonstandard use of PROC NETDRAW. The TREE option in PROC NETDRAW is used to draw a branch and bound tree such as one that you obtain in the solution of an integer ...
Branch-and-Bound represents a cornerstone methodology for solving discrete optimisation problems by systematically exploring a search tree of candidate solutions. Each node in the tree corresponds to ...