diff --git a/cpp/sopt/real_indicator.h b/cpp/sopt/real_indicator.h index c0f532149..ef378f5d3 100644 --- a/cpp/sopt/real_indicator.h +++ b/cpp/sopt/real_indicator.h @@ -26,6 +26,8 @@ class RealIndicator : public NonDifferentiableFunc SOPT_HIGH_LOG("Performing Forward Backward TensorFlow model"); } + // Indicator function. This is usually only used for the + // objective function, so this will probably not be called. Real function(t_Vector const &x) const override; // Real projection