Definition in file allbounds.c.
Go to the source code of this file.
Functions | |
| int | BoundYConeGetBounds (LUBounds lucone, double *lb, double *ub) |
| Get bounds on the variables. | |
| int | BoundYConeSetBounds (LUBounds lucone, double lb, double ub) |
| Set bounds on the variables. | |
| int | DSDPAddLUBounds (DSDP dsdp, LUBounds lucone) |
| Set the constraints to the solver. | |
| int | DSDPCreateLUBoundsCone (DSDP dsdp, LUBounds *dspcone) |
| Create bounds cone. | |
| 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().
1.5.5