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. |
|
Get bounds on the variables.
Definition at line 532 of file allbounds.c. Referenced by DSDPGetYBounds(). |
|
Set bounds on the variables.
Definition at line 512 of file allbounds.c. Referenced by DSDPCreateLUBoundsCone(), and DSDPSetYBounds(). |
|
Set the constraints to the solver.
Definition at line 549 of file allbounds.c. Referenced by DSDPCreateLUBoundsCone(). |
|
Create bounds cone.
Definition at line 566 of file allbounds.c. Referenced by DSDPCreate(). |