DSDP
Functions
dbounds.c File Reference

Individually bound variables y. More...

Go to the source code of this file.

Functions

int BConeAllocateBounds (BCone bcone, int nnz)
 Set a surplus variable in constraint in (P). More...
 
int BConeCopyX (BCone bcone, double xl[], double xu[], int m)
 Copy the variables into arrays. More...
 
int BConeSetLowerBound (BCone bcone, int vari, double lbound)
 Set a lower bound on a variable y. More...
 
int BConeSetPSlackVariable (BCone bcone, int vari)
 Set a slack variable to a constraint in (P). More...
 
int BConeSetPSurplusVariable (BCone bcone, int vari)
 Set a surplus variable in constraint in (P). More...
 
int BConeSetUpperBound (BCone bcone, int vari, double ubound)
 Set an upper bound on a variable y. More...
 
int DSDPCreateBCone (DSDP dsdp, BCone *dspcone)
 Create a new cone that represents bounds on the y variables. More...
 

Detailed Description

Individually bound variables y.

Definition in file dbounds.c.