blob: 5a07f63b6f9f35cc4e54ea74e3e3beae6c257bca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.
|