Skip to content

Commit d0ff6d4

Browse files
committed
Update index.md
1 parent 3e6fa49 commit d0ff6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/formats/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ The SeDuMi form is the special case of the above in which the cone `J` is the ze
121121

122122
Internally, this Python wrapper will check if `J` is the zero cone. If it's not, it will transform the other variables such that `J` becomes the zero cone. Internally, SDPA always solves the problem in SeDuMi format.
123123

124-
After reading the problem data from a CLP file, and before calling the SDPA solver code, this wrapper will convert the CLP format into SeDuMi dual ($$\mathcal{D}$$) problem format using a function named `clp_toLMI`. This conversion involves getting rid of `J` to comply with the SeDuMi format (the structures `A`, `b`, `c` and `K` are adjusted accordingly).
124+
After reading the problem data from a CLP file, and before calling the SDPA solver code, this wrapper will convert the CLP format into SeDuMi dual ($$\mathcal{D}$$) problem format using a function named `clp_toLMI`. This conversion involves conversion of `J` to comply with the SeDuMi format (the structures `A`, `b`, `c` and `K` are adjusted accordingly).
125125

126126
An unimplemented function `clp_toEQ` is present in the code which is meant to convert CLP format to SeDuMi primal ($$\mathcal{P}$$) problem format. It's not yet implemented, but we hope to fix that soon.

0 commit comments

Comments
 (0)