jrl::qp::GoldfarbIdnaniSolver::Problem Struct Reference

#include <jrl-qp/GoldfarbIdnaniSolver.h>

Public Member Functions

 Problem ()
 
Problemoperator= (const Problem &)=delete
 

Public Attributes

MatrixRef G
 
VectorConstRef a
 
MatrixConstRef C
 
VectorConstRef bl
 
VectorConstRef bu
 
VectorConstRef xl
 
VectorConstRef xu
 

Detailed Description

Structure to gather the problem definition.

Constructor & Destructor Documentation

◆ Problem()

jrl::qp::GoldfarbIdnaniSolver::Problem::Problem ( )
inline

Member Function Documentation

◆ operator=()

Problem& jrl::qp::GoldfarbIdnaniSolver::Problem::operator= ( const Problem )
delete

Member Data Documentation

◆ a

VectorConstRef jrl::qp::GoldfarbIdnaniSolver::Problem::a

◆ bl

VectorConstRef jrl::qp::GoldfarbIdnaniSolver::Problem::bl

◆ bu

VectorConstRef jrl::qp::GoldfarbIdnaniSolver::Problem::bu

◆ C

MatrixConstRef jrl::qp::GoldfarbIdnaniSolver::Problem::C

◆ G

MatrixRef jrl::qp::GoldfarbIdnaniSolver::Problem::G

◆ xl

VectorConstRef jrl::qp::GoldfarbIdnaniSolver::Problem::xl

◆ xu

VectorConstRef jrl::qp::GoldfarbIdnaniSolver::Problem::xu

The documentation for this struct was generated from the following file: