|
| __init__ (self) |
|
| buildModel (self) |
| adding the variables and constraints to the model
|
|
| setLagrangianStructure (self) |
|
| evaluateNonlinearTerm (self, x, rowno, ignerr, thread) |
|
| evaluateNonlinearJacobian (self, x, rowno, jacnum, ignerr, thread) |
|
| evaluateSDLagrangian (self, x, u, hessianrow, hessiancol) |
|
|
int | NN = 1000 |
|
int | NQ = self.NN*2 - 1 |
|
list | target = [10]*self.NN |
|
list | Qdiag = [1]*self.NN |
|
list | Qlowerdiag = [0.1]*(self.NN - 1) |
|
Definition at line 17 of file qp3.py.
◆ __init__()
qp3.QPModelData.__init__ |
( |
| self | ) |
|
◆ NN
qp3.QPModelData.NN = 1000 |
◆ NQ
int qp3.QPModelData.NQ = self.NN*2 - 1 |
◆ target
list qp3.QPModelData.target = [10]*self.NN |
◆ Qdiag
list qp3.QPModelData.Qdiag = [1]*self.NN |
◆ Qlowerdiag
list qp3.QPModelData.Qlowerdiag = [0.1]*(self.NN - 1) |
The documentation for this class was generated from the following file:
- /builds/devel/conopt/conopt/examples/Python_1thread/qp3.py