From ed526ee458eab28367de030f450838a038f2ed10 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 1 Sep 2015 14:21:55 +0530 Subject: Styling help --- .../Symphony Native Function/sym_deleteConstrs.xml | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 help/en_US/Symphony Native Function/sym_deleteConstrs.xml (limited to 'help/en_US/Symphony Native Function/sym_deleteConstrs.xml') diff --git a/help/en_US/Symphony Native Function/sym_deleteConstrs.xml b/help/en_US/Symphony Native Function/sym_deleteConstrs.xml new file mode 100644 index 0000000..7c1aaa7 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_deleteConstrs.xml @@ -0,0 +1,61 @@ + + + + + sym_deleteConstrs + This routine is used to delete rows from the original constraint matrix. + + + + Calling Sequence + sym_deleteConstrs(indices) + + + + Description + + + + + + Arguments + + + + indices + An array indicating the indices of the rows to be deleted. + + + + + + + Return value + + Returns 0 if the constraints specified in the indices are deleted successfully and 0 if it returns corresponding to an error value. + + + + + Examples + + status=sym_deleteConstrs([1,2]) + + + + + Authors + + + Iswarya Hariharan + + + + + -- cgit