help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-glpk] reporting active and processed nodes


From: Brady Hunsaker
Subject: [Help-glpk] reporting active and processed nodes
Date: Sun, 19 Nov 2006 16:16:29 -0500
User-agent: Thunderbird 1.5.0.5 (X11/20060812)

Andrew,

For MILP problems, the show_progress routine currently shows the number of active nodes (tree->a_cnt) and the number of "removed" nodes (tree->t_cnt - tree->n_cnt). This doesn't give information about the total number of nodes so far.

I would like to see either the number of "processed" nodes (tree->t_cnt - tree->a_cnt) or the total number of nodes (tree->t_cnt).

How would you feel about reporting this number, either in addition to or instead of the number of "removed" nodes.

Thanks,
Brady




reply via email to

[Prev in Thread] Current Thread [Next in Thread]