next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
SemidefiniteProgramming :: checkOptimize

checkOptimize -- check an SDP solver

Synopsis

Description

Use this function to run some basic checks with an SDP solver

i1 : checkOptimize ("CSDP")
Executing CSDP
Input file: /tmp/M2-31871-0/4.dat-s
Output file: /tmp/M2-31871-0/5
Status: SDP solved, primal-dual feasible
Executing CSDP
Input file: /tmp/M2-31871-0/8.dat-s
Output file: /tmp/M2-31871-0/9
Status: SDP solved, primal-dual feasible
Executing CSDP
Input file: /tmp/M2-31871-0/12.dat-s
Output file: /tmp/M2-31871-0/13
Status: SDP solved, primal-dual feasible
Executing CSDP
Input file: /tmp/M2-31871-0/16.dat-s
Output file: /tmp/M2-31871-0/17
Status: SDP solved, primal-dual feasible
Executing CSDP
Input file: /tmp/M2-31871-0/20.dat-s
Output file: /tmp/M2-31871-0/21
Status: SDP solved, primal-dual feasible

o1 = {true, true, true, true, true}

o1 : List

Caveat

See also