<< cvarty CUTEr fsqp_grcntr >>

CUTEr >> CUTEr > fsqp_cntr

fsqp_cntr

fsqp solver external function that computes the constraints for CUTEr.

Calling Sequence

cj=fsqp_cntr(j,x)

Parameters

j

An integer, The index of the constraint to be evaluated.

x

A vector, the current value of the unknown

cj

A scalar, the current value of the jth constraint.

Description

This function computes the jth constraint at the point x for the current CUTEr problem according to the fsqp requirements.

See Also

Authors

Used Functions

fsqp_neweval, x_is_new

Depending on the value returned by x_is_new(), this function uses or computes the following global variables fsqp_cost, fsqp_grcost, fsqp_constr and fsqp_grconstr.


Report an issue
<< cvarty CUTEr fsqp_grcntr >>