Scilab Function

x_is_new - utility function for FSQP solver

Calling Sequence

i=x_is_new()
set_x_is_new(i)

Parameters

Description

i=x_is_new() returns 1 (resp. 0) if the C variable x_is_new is set to TRUE (resp. FALSE).

set_x_is_new(i) assigns the value i to x_is_new.

Examples

x_is_new()
set_x_is_new(0)
x_is_new()
set_x_is_new(1)  //This is the default. 
 

See Also