#include "standard.h"#include "tools.h"#include "param.h"#include "problem.h"

Go to the source code of this file.
Classes | |
| class | LocOptPreprocessing |
| Class for preprocessing a point before a LaGO local optimization is called. More... | |
Typedefs | |
| typedef LocOptPreprocessing *( | preprocess_create_t )(const Pointer< Param > ¶m, struct dictRec *LaGO_dict, const MinlpProblem &LaGO_prob) |
| Creates a LocOptPreprocessing object. | |
| typedef void( | preprocess_destroy_t )(LocOptPreprocessing *) |
| Destroys a LocOptPreprocessing object. | |
| typedef LocOptPreprocessing*( preprocess_create_t)(const Pointer< Param > ¶m, struct dictRec *LaGO_dict, const MinlpProblem &LaGO_prob) |
Creates a LocOptPreprocessing object.
| param | Parameters. | |
| LaGO_prob | The problem in LaGO. |
Definition at line 37 of file preprocessapi.h.
| typedef void( preprocess_destroy_t)(LocOptPreprocessing *) |
Destroys a LocOptPreprocessing object.
Definition at line 41 of file preprocessapi.h.
1.6.1