summaryrefslogtreecommitdiff
path: root/macros/README.rst~
diff options
context:
space:
mode:
authorHarpreet2015-11-18 00:04:28 +0530
committerHarpreet2015-11-18 00:04:28 +0530
commitdae3265eed0395c6e0e655a348ec12f3fb9a912f (patch)
tree1dfe4a5e6af1c283089dba10c9dc0ba65d08142e /macros/README.rst~
parenta8277e2be90bf00bd70ab5e7d6b92b91c49b7320 (diff)
downloadsymphony-dae3265eed0395c6e0e655a348ec12f3fb9a912f.tar.gz
symphony-dae3265eed0395c6e0e655a348ec12f3fb9a912f.tar.bz2
symphony-dae3265eed0395c6e0e655a348ec12f3fb9a912f.zip
Back Up Files Deleted
Diffstat (limited to 'macros/README.rst~')
-rw-r--r--macros/README.rst~36
1 files changed, 0 insertions, 36 deletions
diff --git a/macros/README.rst~ b/macros/README.rst~
deleted file mode 100644
index 5a07f63..0000000
--- a/macros/README.rst~
+++ /dev/null
@@ -1,36 +0,0 @@
-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.
-
-