1 | Installation of the FilterSQP code for COIN |
---|
2 | |
---|
3 | ********************************************************************** |
---|
4 | Note: It is YOUR RESPONSIBILITY to ensure that you are entitled to |
---|
5 | download and use this third party package. |
---|
6 | ********************************************************************** |
---|
7 | |
---|
8 | 1. Getting the source code: |
---|
9 | |
---|
10 | You need to obtain the source files for FilterSQP yourself. |
---|
11 | |
---|
12 | FilterSQP has been developed by |
---|
13 | |
---|
14 | Roger Fletcher |
---|
15 | University of Dundee |
---|
16 | http://www.maths.dundee.ac.uk/~fletcher |
---|
17 | |
---|
18 | Sven Leyffer |
---|
19 | Argonne National Laboratories |
---|
20 | http://www.mcs.anl.gov/~leyffer |
---|
21 | |
---|
22 | and is listed here: |
---|
23 | |
---|
24 | http://www.mcs.anl.gov/~leyffer/solvers.html |
---|
25 | |
---|
26 | In order to obtain a copy of FilterSQP, please contact the above |
---|
27 | authors. |
---|
28 | |
---|
29 | 2. Putting the source code into the expected place: |
---|
30 | |
---|
31 | Once you have source code, please put the source files into a |
---|
32 | subdirectory call 'source' in this directory, so that 'source/src' |
---|
33 | contains the source files (such as filter.f) |
---|
34 | |
---|
35 | 3. Applying the patches: |
---|
36 | |
---|
37 | In order to use FilterSQP with Bonmin, three files have to be changed |
---|
38 | slightly. For this, please run the following command in this current |
---|
39 | directory: |
---|
40 | |
---|
41 | patch -p0 < filtersqp.patch |
---|
42 | |
---|
43 | 4. Configuration |
---|
44 | |
---|
45 | Once you have the source code in source/src with the required patches, |
---|
46 | you need to (re)run the configure script in the project's base |
---|
47 | directory. |
---|