[Lemon-commits] [lemon_svn] marci: r595 - hugo/trunk/src/work/marci/leda
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:27 CET 2006
Author: marci
Date: Tue Apr 27 16:17:13 2004
New Revision: 595
Modified:
hugo/trunk/src/work/marci/leda/bipartite_matching_leda_gen.cc
Log:
misc
Modified: hugo/trunk/src/work/marci/leda/bipartite_matching_leda_gen.cc
==============================================================================
--- hugo/trunk/src/work/marci/leda/bipartite_matching_leda_gen.cc (original)
+++ hugo/trunk/src/work/marci/leda/bipartite_matching_leda_gen.cc Tue Apr 27 16:17:13 2004
@@ -75,6 +75,7 @@
std::cout << "number of edges=";
std::cin >> m;
int k;
+ std::cout << "A bipartite graph is a random group graph if the color classes \nA and B are partitiones to A_0, A_1, ..., A_{k-1} and B_0, B_1, ..., B_{k-1} \nas equally as possible \nand the edges from A_i goes to A_{i-1 mod k} and A_{i+1 mod k}.\n";
std::cout << "number of groups in LEDA random group graph=";
std::cin >> k;
More information about the Lemon-commits
mailing list