#pragma once #include #include "population/Population.h" class DerevyankoReport2015 { public: static void report2015_01(int argc, char** argv); static std::string getInitGene(int type = 0, int num = 0); static BisexualPopulation* populationFactory(int type, int size); static std::vector parseScript(std::string fileName); //static void parseCalc(std::vector script); };