Initializing help system before first use

problem.updatelinearization

problem.updatelinearization


Purpose
Updates the current linearization
Synopsis
problem.updatelinearization()
Further information

Updates the augmented probem (the linearization) to match the current base point. The base point is the current SLP solution. The values of the SLP variables can be changed using problem.chgvar.

The linearization must be present, and this function can only be called after the problem has been augmented by problem.construct.


Related topics