$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sukandar, Erman H. (esukandar_at_[hidden])
Date: 2002-04-10 06:31:17
On the Graph documentation it is shown an example showing how to get reverse
Cuthill-McKee ordering. It uses rbegin() to get it.
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