$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sukandar, Erman H. (ESukandar_at_[hidden])
Date: 2002-04-09 21:05:24
On the Graph documentation it is shown an example showing how to get reverse
Cuthill-McKee ordering. It uses rbegin() to get.
My question is: how to get the non-reverse Cuthill-McKee ordering. It still
give the reverse ordering even after I use begin().
Did I do something wrong? Can someone advise me the correct one (with
example, if possible).
Erman