Go to the documentation of this file.
42 inline bool inSolver() const noexcept {
return inSolver_; }
57 bool inSolver_ =
false;
Definition: QPSolver.h:85
QPSolver::Backend backend() const noexcept
Definition: ConstraintSet.h:44
This class is a basis to wrap Constraint functions from Tasks. The aim of such wrappers should be two...
Definition: ConstraintSet.h:20
virtual ~ConstraintSet()
Definition: ConstraintSet.h:40
Backend
Definition: QPSolver.h:90
std::shared_ptr< ConstraintSet > ConstraintSetPtr
Definition: ConstraintSet.h:68
QPSolver::Backend backend_
Definition: ConstraintSet.h:54
virtual void update(QPSolver &)
Update the constraint.
Definition: ConstraintSet.h:34
#define MC_SOLVER_DLLAPI
Definition: api.h:50
bool inSolver() const noexcept
Definition: ConstraintSet.h:42