problem.validatevector
| problem.validatevector | 
  Purpose
 
 
 Validate the feasibility of constraints for a given solution
 
 
  Synopsis
 
 (suminf, sumscaledinf, obj) = problem.validate (vector)
 
  Arguments
 
 | 
     vector 
     | 
     A vector of length
     xpress.attributes.cols containing the solution vector to be checked.
     | 
| 
     suminf 
     | 
     The sum of infeasibilities.
     | 
| 
     sumscaledinf 
     | 
     The sum of scaled (relative) infeasibilities.
     | 
| 
     obj 
     | 
     The net objective.
     | 
  Further information
 
 
 validatevector works the same way as
 problem.validate, and will update
 xslp_validationindex_a and
 xslp_validationindex_r.
 
 
  Related topics
 
 
 Xslp_Validationindex_a,
 xslp_validationindex_r,
 xslp_validationtol_a,
 xslp_validationtol_r
 
 
