Initializing help system before first use

problem.delcoefs

problem.delcoefs


Purpose
Delete coefficients from the current problem
Synopsis
problem.delcoefs(rowindex, colindex)
Arguments
rowindex 
rows (i.e. xpress.constraint objects, indices, or names) of the SLP coefficients to delete.
colindex 
columns (i.e. xpress.var objects, indices, or names) of the SLP coefficients to delete.
Related topics