preprocessapi.h File Reference

#include "standard.h"
#include "tools.h"
#include "param.h"
#include "problem.h"
Include dependency graph for preprocessapi.h:
This graph shows which files directly or indirectly include this file:

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 > &param, struct dictRec *LaGO_dict, const MinlpProblem &LaGO_prob)
 Creates a LocOptPreprocessing object.
typedef void( preprocess_destroy_t )(LocOptPreprocessing *)
 Destroys a LocOptPreprocessing object.

Typedef Documentation

typedef LocOptPreprocessing*( preprocess_create_t)(const Pointer< Param > &param, struct dictRec *LaGO_dict, const MinlpProblem &LaGO_prob)

Creates a LocOptPreprocessing object.

Parameters:
param Parameters.
LaGO_prob The problem in LaGO.

Definition at line 37 of file preprocessapi.h.

Destroys a LocOptPreprocessing object.

Definition at line 41 of file preprocessapi.h.


Generated on 10 Mar 2013 for LaGO by  doxygen 1.6.1