Class HPolyOracleVariables

template<typename VT, typename NT>
class HPolyOracleVariables : public VariableSet

Define the variable t we use in the optimization

Template Parameters:
  • VT – Vector Type

  • NT – Numeric Type

Public Functions

inline HPolyOracleVariables(NT t_prev, NT tb_, NT eta_ = -1)
inline void SetVariables(const VT &T) override
inline VectorXd GetValues() const override
inline VecBound GetBounds() const override

Public Members

NT t
NT tb
NT eta