problem.h File Reference

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

Go to the source code of this file.

Classes

class  MinlpProblem
 Class for defining a mixed-integer nonlinear minimization problem. More...
class  MinlpPenaltyFunc
 A Penalty Function for a MinlpProblem. More...
class  MipProblem
 Container for a MIP problem. More...

Defines

#define out_problem   if (out_problem_p) (*out_problem_p)
 The dereferenced Pointer<ostream> out_problem_p.
#define out_problem_log   if (out_problem_log_p) (*out_problem_log_p)
 The dereferenced Pointer<ostream> out_problem_log_p.

Define Documentation

#define out_problem   if (out_problem_p) (*out_problem_p)

The dereferenced Pointer<ostream> out_problem_p.

If out_problem_p==NULL, no output appears. Only use this in the form "out_problem << ...", not as argument !

See also:
MinlpProblem::out_problem_p

Definition at line 67 of file problem.h.

#define out_problem_log   if (out_problem_log_p) (*out_problem_log_p)

The dereferenced Pointer<ostream> out_problem_log_p.

If out_problem_log_p==NULL, no output appears. Only use this in the form "out_problem_log << ...", not as argument !

See also:
MinlpProblem::out_problem_log_p

Definition at line 73 of file problem.h.


Generated on 10 Mar 2013 for LaGO by  doxygen 1.6.1