summaryrefslogtreecommitdiff
path: root/macros/README.rst
diff options
context:
space:
mode:
authorHarpreet2015-11-02 16:20:08 +0530
committerHarpreet2015-11-02 16:20:08 +0530
commit29e8e8bbd43892c7fa146c165fdf128f786d6a7b (patch)
treeedeacf24d149d777859c2eff9661d04c7bd2f93d /macros/README.rst
parenteb054c02e76fa28638b595865f5eda52277b70be (diff)
downloadsymphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.gz
symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.bz2
symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.zip
README.rst added
Diffstat (limited to 'macros/README.rst')
-rw-r--r--macros/README.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/macros/README.rst b/macros/README.rst
new file mode 100644
index 0000000..5a07f63
--- /dev/null
+++ b/macros/README.rst
@@ -0,0 +1,36 @@
+MACROS
+======
+
+These files mainly consist of functions for checking the input and calling the gateway functions
+
+symphony
+--------
+
+It takes the input in symphony style and checks the input. After all the checks call the symphony_call function.
+
+symphonymat
+-----------
+
+It takes the input in symphony style and checks the input. After all the checks call the symphony_call function.
+
+symphony_call
+-------------
+
+It calls the gateway functions to initialize, set options and to solve it. After that it will call the functions to get the solution for the problem.
+
+setOptions
+----------
+
+It will set the options in the symphony.
+
+qpipopt
+-------
+
+It synatize the input and call solveqp in the ipopt style.
+
+qpipopt
+-------
+
+It synatize the input and call solveqp in the quadprog style.
+
+