Commit 01c3e212 authored by HUMEAU Jéremie's avatar HUMEAU Jéremie

add retour chariot pour bestsol

parent 77fddbae
...@@ -373,6 +373,7 @@ int main(int argc, char* argv[]){ ...@@ -373,6 +373,7 @@ int main(int argc, char* argv[]){
//WRITE FINAL POP //WRITE FINAL POP
pop.best_element().printOn(outputfile); pop.best_element().printOn(outputfile);
outputfile << std::endl;
pop.best_element().printOn(outputfile4); pop.best_element().printOn(outputfile4);
outputfile4 << " " << ctrECTS.integrityCheck(pop.best_element()).second << " " << ctrRep.integrityCheck(pop.best_element()).second << " " << ctrJob.integrityCheck(pop.best_element()).second << " " << ctrPrq.integrityCheck(pop.best_element()).second << std::endl; outputfile4 << " " << ctrECTS.integrityCheck(pop.best_element()).second << " " << ctrRep.integrityCheck(pop.best_element()).second << " " << ctrJob.integrityCheck(pop.best_element()).second << " " << ctrPrq.integrityCheck(pop.best_element()).second << std::endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment