GPLIB++
PlottableObjective.cpp
Go to the documentation of this file.
1 #include "PlottableObjective.h"
2 namespace gplib
3  {
5  {
6  }
7 
9  {
10  }
11 
13  const PlottableObjective& source)
14  {
15  if (this == &source)
16  return *this;
17 
19  return *this;
20 
21  }
22  }
This only adds a few plotting functions to GeneralObjective to define a common interface.
GeneralObjective & operator=(const GeneralObjective &source)
PlottableObjective & operator=(const PlottableObjective &source)