problem.validaterow
| problem.validaterow | 
  Purpose
 
 Prints an extensive analysis on a given constraint of the SLP problem
 
  Synopsis
 
problem.validate (row)
 
  Argument
 
| 
     row 
     | 
     The index of the row to be analyzed.
     | 
  Further information
 
 The analysis will include the readable format of the original constraint and the augmented constraint. For infeasible constraints, the absolute and relative infeasibility is calculated. Variables in the constraints are listed including their value in the solution of the last linearization, the internal value (e.g. cascaded), reduced cost, step bound and convergence status. Scaling analysis is also provided.
 
 
