korat.utils.cv
Class Cmp

java.lang.Object
  extended by korat.utils.cv.AlgSimulator
      extended by korat.utils.cv.Cmp

public class Cmp
extends AlgSimulator


Constructor Summary
Cmp()
           
 
Method Summary
private static void checkDistance(long[] buff)
           
static void main(String[] args)
          args[0] - number candidates to store args[1] - maximal number of candidates (obtained through exploration) args[2] - if in Expected mode, number of expected candidates
 
Methods inherited from class korat.utils.cv.AlgSimulator
checkExpectedMode, checkWriteNumMode, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cmp

public Cmp()
Method Detail

main

public static void main(String[] args)
args[0] - number candidates to store args[1] - maximal number of candidates (obtained through exploration) args[2] - if in Expected mode, number of expected candidates


checkDistance

private static void checkDistance(long[] buff)