Skip to content
Snippets Groups Projects
Commit 24cee53a authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Implement the 'getSol' method

parent dd4dc672
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,10 @@ public:
x1_ = x1;
}
//SolutionType getSol() const {return x_;}
std::tuple<SolutionType0,SolutionType1> getSol() const
{
return std::make_tuple(x0_,x1_);
}
protected:
#if 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment