#include "Sample.hpp"
std::string SampleID::Str() const {
return "l:" + std::to_string(level.fine) + "-m:" + std::to_string(number) + "-c:" + std::to_string((int) coarse); } void SampleSolution::Init() { Q = 0.0; Cost = 0.0; U = 0.0; }