Class VPolyOracleVariableT

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

Define the variable t we use in the optimization

Template Parameters:
  • VT – Vector Type

  • MT – Matrix Type

Public Functions

inline VPolyOracleVariableT(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