yalmiptest

Updated:


yalmiptest runs a set of test examples to test the installation.

Syntax

yalmiptest
yalmiptest(ops)

Examples

Run the command without any input to test the default installation.

yalmiptest

To test a solver, provide a tag.

yalmiptest('sdpt3')

To test a particular setup, provide an option structure.

yalmiptest(sdpsettings('solver','sdpt3'))