-
Notifications
You must be signed in to change notification settings - Fork 3
4. The utility make_program
The utility make_program
The utility make_program is used to produce the executable for the objective function. The make_program has the following command line options:
-
-h Displays a help screen and the program terminates.
-
-p filename. The parameter filename specifies the name of the file with the objective function. The function could be written either in C++ or in Fortran. In subsection a detailed description of the formulation of the objective function is provided.
-
-o filename. The output of the compilation is the argument filename. The parameter filename is optional and the default name used will be constraint.
The utility make_program is used to compile the objective function and produce the final executable. For example in order to compile the objective function salkin.cc located under examples subdirectory the user should issue the following command:
../bin/make_program -p salkin.cc