Interior-point-optimisation  1.0-1
Interior-pointoptimisationlibrary
ipo::Objective::Data Struct Reference

Struct to contain Constraint data. More...

#include <Objective.hpp>

Collaboration diagram for ipo::Objective::Data:
Collaboration graph

Public Member Functions

 Data (detail::ModelBase &model)
 Constructor. More...
 

Public Attributes

std::string name
 A name for this objective. More...
 
Array variables
 The variables used by function. More...
 
double lowerBound = minusInfinity
 The lower bound of the variable. More...
 
double upperBound = infinity
 The upper bound of the variable. More...
 

Detailed Description

Struct to contain Constraint data.

Definition at line 173 of file Objective.hpp.

Constructor & Destructor Documentation

Objective::Data::Data ( detail::ModelBase model)

Constructor.

Parameters
modelThe Model

Definition at line 110 of file Objective.cc.

Member Data Documentation

double ipo::Objective::Data::lowerBound = minusInfinity

The lower bound of the variable.

Definition at line 190 of file Objective.hpp.

std::string ipo::Objective::Data::name

A name for this objective.

Definition at line 182 of file Objective.hpp.

double ipo::Objective::Data::upperBound = infinity

The upper bound of the variable.

Definition at line 194 of file Objective.hpp.

Array ipo::Objective::Data::variables

The variables used by function.

Definition at line 186 of file Objective.hpp.


The documentation for this struct was generated from the following files: