Go to the documentation of this file.
30 #ifndef EXOTICA_CORE_TIME_INDEXED_PROBLEM_H_
31 #define EXOTICA_CORE_TIME_INDEXED_PROBLEM_H_
34 #include <exotica_core/time_indexed_problem_initializer.h>
46 void Instantiate(
const TimeIndexedProblemInitializer& init)
override;
54 #endif // EXOTICA_CORE_TIME_INDEXED_PROBLEM_H_
void Instantiate(const TimeIndexedProblemInitializer &init) override
Instantiates the problem from an Initializer.
Definition: property.h:110
Definition: cartpole_dynamics_solver.h:38
bool IsValid() override
Evaluates whether the problem is valid, i.e., all bound and general constraints are satisfied.
TimeIndexedProblem()=default
std::shared_ptr< exotica::TimeIndexedProblem > TimeIndexedProblemPtr
Definition: time_indexed_problem.h:51
Time-indexed problem with bound, joint velocity, and general equality/inequality constraints.
Definition: time_indexed_problem.h:39
Definition: abstract_time_indexed_problem.h:40
virtual ~TimeIndexedProblem()=default