|
DSDP
|
Bound all the variables y in (D) and implement DSDPCone operations. More...
Go to the source code of this file.
Functions | |
| int | BoundYConeGetBounds (LUBounds lucone, double *lb, double *ub) |
| Get bounds on the variables. More... | |
| int | BoundYConeSetBounds (LUBounds lucone, double lb, double ub) |
| Set bounds on the variables. More... | |
| int | DSDPAddLUBounds (DSDP dsdp, LUBounds lucone) |
| Set the constraints to the solver. More... | |
| int | DSDPCreateLUBoundsCone (DSDP dsdp, LUBounds *dspcone) |
| Create bounds cone. More... | |
Bound all the variables y in (D) and implement DSDPCone operations.
Definition in file allbounds.c.
| int BoundYConeGetBounds | ( | LUBounds | lucone, |
| double * | lb, | ||
| double * | ub | ||
| ) |
Get bounds on the variables.
| lucone | cone of bounds. |
| lb | lower bound on variables. |
| ub | upper bound |
Definition at line 532 of file allbounds.c.
Referenced by DSDPGetYBounds().
| int BoundYConeSetBounds | ( | LUBounds | lucone, |
| double | lb, | ||
| double | ub | ||
| ) |
Set bounds on the variables.
| lucone | cone of bounds. |
| lb | lower bound on variables. |
| ub | upper bound |
Definition at line 512 of file allbounds.c.
Referenced by DSDPCreateLUBoundsCone(), and DSDPSetYBounds().
| int DSDPAddLUBounds | ( | DSDP | dsdp, |
| LUBounds | lucone | ||
| ) |
Set the constraints to the solver.
| lucone | cone of bounds. |
| dsdp | the solver |
Definition at line 549 of file allbounds.c.
Referenced by DSDPCreateLUBoundsCone().
| int DSDPCreateLUBoundsCone | ( | DSDP | dsdp, |
| LUBounds * | dspcone | ||
| ) |
Create bounds cone.
| dsdp | the solver |
| dspcone | cone of bounds. |
Definition at line 566 of file allbounds.c.
Referenced by DSDPCreate().