Commit 3fa7e1b8 authored by Alexis Lebis's avatar Alexis Lebis

renamed "problem" into "cdvp" bc last is subsumed by first

parent 58e7cab9
......@@ -599,7 +599,7 @@ std::tuple<int, int, double, double> CSDVP::distributionStats()
// === EXPORT
std::string CSDVP::exportMe() const
{
std::string res = "\"problem\":{";
std::string res = "\"csdvp\":{";
res+="\"cfg_seed\":"+std::to_string(this->_seed)+",";
res+="\"cfg_nbCourses\":"+std::to_string(this->_quantityAvailableCourses)+",";
......
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