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