Initializing help system before first use

XSLPupdatelinearization

XSLPupdatelinearization


Purpose
Updates the current linearization
Synopsis
int XPRS_CC XSLPupdatelinearization(XSLPprob Prob);
Argument
Prob 
The current SLP problem.
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 XSLPchgvar.

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


Related topics