RandomMetric.h(3) This plugins assigns random values to nodes and edges.

Other Alias

RandomMetric

SYNOPSIS


#include <Random.h>

Public Member Functions


RandomMetric (const tlp::PropertyContext &)

bool run ()

Detailed Description

RandomMetric.h - This plugins assigns random values to nodes and edges.

This plugins assigns random values to nodes and edges. the values are between 0 and 1.

HISTORY

  • 26/02/2001 Verson 0.0.1: First implementation.

Note:

This algorithm works on general graphs.

Author:

David Auber University Bordeaux I France: Email:[email protected]

LICENCE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Constructor & Destructor Documentation

RandomMetric::RandomMetric (const tlp::PropertyContext &)

Member Function Documentation

bool RandomMetric::run ()

Author

Generated automatically by Doxygen for Tulip Plugins Library from the source code.