ProgSynthesis psProgSynthesis = new ProgSynthesis();
psProgSynthesis.inite(examples,dpp,msger); //
Collection<ProgramRule> ps = psProgSynthesis.run_main();
msger.updateCM_Constr(psProgSynthesis.partiCluster
.getConstraints());
msger.updateWeights(psProgSynthesis.partiCluster.weights);
ProgramRule pr = ps.iterator().next();
System.out.println(""+psProgSynthesis.myprog.toString());
System.out.println("" + pr.toString());
for(String org: vtmp)
{