From 29e8e8bbd43892c7fa146c165fdf128f786d6a7b Mon Sep 17 00:00:00 2001 From: Harpreet Date: Mon, 2 Nov 2015 16:20:08 +0530 Subject: README.rst added --- macros/README.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 macros/README.rst (limited to 'macros/README.rst') 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. + + -- cgit