Class RandomGraf

java.lang.Object
  |
  +--RandomGraf

public class RandomGraf
extends java.lang.Object


Constructor Summary
RandomGraf()
          Produces a random bipartite graph
 
Method Summary
static void main(java.lang.String[] args)
          Runs the program.
static void SkrivGraf(java.lang.String Navn, int n1, int n2, int m)
          Produces a file containg a random bipartite graph
static void usage()
          Prints a small userguide to the standard output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomGraf

public RandomGraf()
Produces a random bipartite graph
Method Detail

SkrivGraf

public static void SkrivGraf(java.lang.String Navn,
                             int n1,
                             int n2,
                             int m)
Produces a file containg a random bipartite graph

usage

public static void usage()
Prints a small userguide to the standard output.

main

public static void main(java.lang.String[] args)
Runs the program.
Parameters:
args - the command-line arguments.