LinearRelax::LinConstraint Class Reference

Class to represent a linear (block) constraint. More...

#include <linrelax.h>

Collaboration diagram for LinearRelax::LinConstraint:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LinConstraint (vector< Pointer< UserVector< double > > > &b_, double c_, bool eq_, Pointer< char > name_=NULL)
 LinConstraint (Pointer< UserVector< double > > b_, double c_, bool eq_, Pointer< char > name_=NULL)
 LinConstraint (const LinConstraint &lincon)

Public Attributes

vector< Pointer< UserVector
< double > > > 
b
double c
bool eq
 Indicates, whether an equality constraint is ment.
Pointer< char > name

Friends

ostream & operator<< (ostream &out, const LinConstraint &lincon)

Detailed Description

Class to represent a linear (block) constraint.

Definition at line 50 of file linrelax.h.


Constructor & Destructor Documentation

LinearRelax::LinConstraint::LinConstraint ( vector< Pointer< UserVector< double > > > &  b_,
double  c_,
bool  eq_,
Pointer< char >  name_ = NULL 
) [inline]

Definition at line 60 of file linrelax.h.

LinearRelax::LinConstraint::LinConstraint ( Pointer< UserVector< double > >  b_,
double  c_,
bool  eq_,
Pointer< char >  name_ = NULL 
) [inline]

Definition at line 64 of file linrelax.h.

LinearRelax::LinConstraint::LinConstraint ( const LinConstraint lincon  )  [inline]

Definition at line 68 of file linrelax.h.


Friends And Related Function Documentation

ostream& operator<< ( ostream &  out,
const LinConstraint lincon 
) [friend]

Member Data Documentation

Definition at line 53 of file linrelax.h.

Definition at line 54 of file linrelax.h.

Indicates, whether an equality constraint is ment.

Definition at line 57 of file linrelax.h.

Definition at line 58 of file linrelax.h.


The documentation for this class was generated from the following file:

Generated on 10 Mar 2013 for LaGO by  doxygen 1.6.1