From ed526ee458eab28367de030f450838a038f2ed10 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 1 Sep 2015 14:21:55 +0530 Subject: Styling help --- help/en_US/sym_getConstrActivity.xml | 58 ------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 help/en_US/sym_getConstrActivity.xml (limited to 'help/en_US/sym_getConstrActivity.xml') diff --git a/help/en_US/sym_getConstrActivity.xml b/help/en_US/sym_getConstrActivity.xml deleted file mode 100644 index 7323a48..0000000 --- a/help/en_US/sym_getConstrActivity.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getConstrActivity - Get the activity of the constraints in the solution - - - - Calling Sequence - sym_getConstrActivity() - - - - Description - - Get the activity of the constraints in the solution. - This function may fail if the problem has not been solved already. Use sym_solve() in this case. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns a matrix with 1 column and number of rows equal to number of constraints, that represents the activities of those constraints - - - - - Examples - - sym_getConstrActivity() - - - - - Authors - - - Keyur Joshi - - - - - -- cgit