sqpSolveMToutCreate#

Purpose#

Creates an instance of a structure of type sqpSolveMTout set to default values.

Include#

sqpsolvemt.sdf

Format#

s = sqpSolveMToutCreate()#
Returns:

s (struct) – instance of sqpSolveMTout struct.

Examples#

// Declare instance of structure
struct sqpSolveMTout out;

// Initialize the structure to default values
out = sqpSolveMToutCreate();

Source#

sqpsolvemt.src

See also

Functions sqpSolve()