-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
27 lines (17 loc) · 753 Bytes
/
README
File metadata and controls
27 lines (17 loc) · 753 Bytes
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
*-------------------------------------------------------------------------------
Elizabeth Wong 12 May 2015
snctrl/README
This directory contains the optimal control interface SNCTRL.
The user needs to configure and compile the control package since it isn't a
part of the installation of SNOPT.
Configure and install SNCTRL:
>> ./configure --with-snopt=/path/to/SNOPT/library
>> make
>> make install
8 examples (coded for each of the 3 interfaces) are included in the package.
To build the included examples:
>> make examples
Assuming no modifcations to the location of files and libraries, an example can
be run with the following commands
% cd $SNCTRL/examples
% ./rocketA