From f9afc284ce324fa3c13606ad90895beec507c249 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 27 Aug 2015 02:32:30 +0530 Subject: Master File --- help/en_US/sym_setPrimalBound.xml | 62 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 help/en_US/sym_setPrimalBound.xml (limited to 'help/en_US/sym_setPrimalBound.xml') diff --git a/help/en_US/sym_setPrimalBound.xml b/help/en_US/sym_setPrimalBound.xml new file mode 100644 index 0000000..c2f29a7 --- /dev/null +++ b/help/en_US/sym_setPrimalBound.xml @@ -0,0 +1,62 @@ + + + + + sym_setPrimalBound + Set the primal bound of the problem + + + + Calling Sequence + sym_setPrimalBound(bound) + + + + Description + + Set the primal bound of the loaded problem. + + + + + Arguments + + + + bound + The new primal bound for the problem + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setPrimalBound(10) + + + + + Authors + + + Keyur Joshi + + + + + -- cgit