Go to the documentation of this file.
34 const std::vector<ActivationStatus> & as = {});
42 : G(Eigen::Map<Eigen::MatrixXd>(0x0, 0, 0)), a(Eigen::VectorXd(0)), C(Eigen::MatrixXd(0, 0)),
43 bl(Eigen::VectorXd(0)), bu(Eigen::VectorXd(0)), xl(Eigen::VectorXd(0)), xu(Eigen::VectorXd(0))
59 std::vector<ActivationStatus>
as;
71 bool removeConstraint_(
int l)
override;
73 void resize_(
int nbVar,
int nbCstr,
bool useBounds)
override;
Definition: SelectedConstraint.h:13
Definition: GoldfarbIdnaniSolver.h:38
internal::Workspace work_d_
Definition: GoldfarbIdnaniSolver.h:79
MatrixConstRef C
Definition: GoldfarbIdnaniSolver.h:54
VectorConstRef a
Definition: GoldfarbIdnaniSolver.h:53
VectorConstRef xl
Definition: GoldfarbIdnaniSolver.h:57
Definition: Workspace.h:18
Definition: TerminationType.h:15
Eigen::Ref< const Eigen::VectorXd > VectorConstRef
Definition: defs.h:13
VectorConstRef bl
Definition: GoldfarbIdnaniSolver.h:55
TerminationStatus
Definition: enums.h:26
internal::Workspace work_hCoeffs_
Definition: GoldfarbIdnaniSolver.h:83
Eigen::Ref< const Eigen::MatrixXd > MatrixConstRef
Definition: defs.h:11
VectorConstRef bu
Definition: GoldfarbIdnaniSolver.h:56
Definition: DualSolver.h:63
Problem()
Definition: GoldfarbIdnaniSolver.h:41
Problem pb_
Definition: GoldfarbIdnaniSolver.h:85
Definition: DualSolver.h:23
VectorConstRef xu
Definition: GoldfarbIdnaniSolver.h:58
#define JRLQP_DLLAPI
Definition: api.h:35
MatrixRef G
Definition: GoldfarbIdnaniSolver.h:52
std::vector< ActivationStatus > as
Definition: GoldfarbIdnaniSolver.h:59
Definition: BlockGISolver.h:15
Definition: GoldfarbIdnaniSolver.h:12
internal::Workspace work_J_
Definition: GoldfarbIdnaniSolver.h:80
internal::Workspace work_tmp_
Definition: GoldfarbIdnaniSolver.h:82
Eigen::Ref< Eigen::VectorXd > VectorRef
Definition: defs.h:14
Eigen::Ref< Eigen::MatrixXd > MatrixRef
Definition: defs.h:12
internal::Workspace work_bact_
Definition: GoldfarbIdnaniSolver.h:84
Definition: TerminationType.h:38
internal::Workspace work_R_
Definition: GoldfarbIdnaniSolver.h:81