Class MaxParring

java.lang.Object
  |
  +--MaxParring

public class MaxParring
extends java.lang.Object

Hovedprogrammet. Denne klasse eksistere kun for man kan kalde programmet som java MaxParring <data>.


Constructor Summary
MaxParring()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starter programmet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxParring

public MaxParring()
Method Detail

main

public static void main(java.lang.String[] args)
Starter programmet. Programmet tager op til to argumenter:
Usage: java MaximumMatching <DATA> [OPTIONS]

A graph is read from the file DATA and the maximum matching is
reported along with the nodes in the matching. The program has the
following optional arguments:

-l, --latex GRAPH    Save the graph to the file graph-GRAPH-begin.tex
                     as an Xy-pic matrix. This is done just after
                     it is constructed. The graph is also saved to
                     graph-GRAPH-end.tex when the maximum
                     matching has been found.
-h, --help           Prints this message and exit with exitcode 0.
Parameters:
args - kommandolinieparametre.