#include <jrl-qp/test/randomProblems.h>
|
| | ProblemCharacteristics (int nVar, int nObj) |
| |
| | ProblemCharacteristics (int nVar, int nObj, int nEq, int nIneq) |
| |
| | ProblemCharacteristics (int nVar, int nObj, int nEq, int nIneq, int rankObj, int nSharedRank, int nStrongActIneq, int nWeakActIneq, int nStrongActBounds, int nWeakActBounds, int bounds, bool doubleSidedIneq, bool strictlyFeasible) |
| |
| ProblemCharacteristics & | nEq (int n) |
| |
| ProblemCharacteristics & | nIneq (int n) |
| |
| ProblemCharacteristics & | rankObj (int n) |
| |
| ProblemCharacteristics & | nSharedRank (int n) |
| |
| ProblemCharacteristics & | nStrongActIneq (int n) |
| |
| ProblemCharacteristics & | nWeakActIneq (int n) |
| |
| ProblemCharacteristics & | nStrongActBounds (int n) |
| |
| ProblemCharacteristics & | nWeakActBounds (int n) |
| |
| ProblemCharacteristics & | bounds (bool b=true) |
| |
| ProblemCharacteristics & | doubleSidedIneq (bool b=true) |
| |
| ProblemCharacteristics & | strictlyFeasible (bool b=true) |
| |
| void | check () const |
| |
◆ ProblemCharacteristics() [1/3]
| jrl::qp::test::ProblemCharacteristics::ProblemCharacteristics |
( |
int |
nVar, |
|
|
int |
nObj |
|
) |
| |
|
inline |
◆ ProblemCharacteristics() [2/3]
| jrl::qp::test::ProblemCharacteristics::ProblemCharacteristics |
( |
int |
nVar, |
|
|
int |
nObj, |
|
|
int |
nEq, |
|
|
int |
nIneq |
|
) |
| |
|
inline |
◆ ProblemCharacteristics() [3/3]
| jrl::qp::test::ProblemCharacteristics::ProblemCharacteristics |
( |
int |
nVar, |
|
|
int |
nObj, |
|
|
int |
nEq, |
|
|
int |
nIneq, |
|
|
int |
rankObj, |
|
|
int |
nSharedRank, |
|
|
int |
nStrongActIneq, |
|
|
int |
nWeakActIneq, |
|
|
int |
nStrongActBounds, |
|
|
int |
nWeakActBounds, |
|
|
int |
bounds, |
|
|
bool |
doubleSidedIneq, |
|
|
bool |
strictlyFeasible |
|
) |
| |
|
inline |
◆ bounds()
◆ check()
| void jrl::qp::test::ProblemCharacteristics::check |
( |
| ) |
const |
◆ doubleSidedIneq()
◆ nEq()
◆ nIneq()
◆ nSharedRank()
◆ nStrongActBounds()
◆ nStrongActIneq()
◆ nWeakActBounds()
◆ nWeakActIneq()
◆ rankObj()
◆ strictlyFeasible()
◆ bounds_
| bool jrl::qp::test::ProblemCharacteristics::bounds_ = false |
◆ doubleSidedIneq_
| bool jrl::qp::test::ProblemCharacteristics::doubleSidedIneq_ = false |
◆ nEq_
| int jrl::qp::test::ProblemCharacteristics::nEq_ = 0 |
◆ nIneq_
| int jrl::qp::test::ProblemCharacteristics::nIneq_ = 0 |
◆ nObj_
| int jrl::qp::test::ProblemCharacteristics::nObj_ |
◆ nSharedRank_
| int jrl::qp::test::ProblemCharacteristics::nSharedRank_ |
◆ nStrongActBounds_
| int jrl::qp::test::ProblemCharacteristics::nStrongActBounds_ = 0 |
◆ nStrongActIneq_
| int jrl::qp::test::ProblemCharacteristics::nStrongActIneq_ = 0 |
◆ nVar_
| int jrl::qp::test::ProblemCharacteristics::nVar_ |
◆ nWeakActBounds_
| int jrl::qp::test::ProblemCharacteristics::nWeakActBounds_ = 0 |
◆ nWeakActIneq_
| int jrl::qp::test::ProblemCharacteristics::nWeakActIneq_ = 0 |
◆ rankObj_
| int jrl::qp::test::ProblemCharacteristics::rankObj_ = 0 |
◆ strictlyFeasible_
| bool jrl::qp::test::ProblemCharacteristics::strictlyFeasible_ |
The documentation for this struct was generated from the following files: