Macaulay2 » Documentation
Packages » SemidefiniteProgramming :: changeSolver
next | previous | forward | backward | up | index | toc

changeSolver -- change the SDP solver

Synopsis

Description

The path can be specified as an absolute or relative path of the executable and must include the name of the executable.

i1 : changeSolver ("CSDP", "/path/to/csdp")

o1 = CSDP

Caveat

The function does not check if the specified executable exists or is functional. To find out try checkOptimize.

See also

For the programmer

The object changeSolver is a function closure.