the file mc-orig.c contains the version of mc used in the experiments of the p
aper.

intres and genres01 are directories containing results of experiments for iter
ative and genetic
algorithm instances, resp.
iterative: 50000 iterations $prog  -r$k -p1 -b34 -x50000 
genetic: poolsize 50, 1000 generations $prog  -r$s -p50 -b12 -x1000 


example of run 
mc -p50 -x1000 -b59  -r1 keller6.clq.b
(important: -r1 has to be at the end ! if -r1 is put somewhere else then a seed from the machine is used!!)

----
version 25-10-2001 mc.c:
no weights and no reset!
roulette wheel selection
crossover: uniform with prob 0.8 and new_cross otherwise: new cross substitute the intersection
with random bits, and the rest with 1 in one offspring, with the parent rest in the other offspring
** mutation: flip two genes randomly selected
** heuristic: 
1. no relax
2. extract clique
3. extend
** restart: every 10 successive generations with equal best score
half of the population is replaced with new chromosomes.
                    