korat.utils.cv
Class Cmp
java.lang.Object
korat.utils.cv.AlgSimulator
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cmp
public Cmp()
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)