flopc::Constraint_base Class Reference
[Internal (private) interface.]

Semantic representation of a constraint in a Math Program. More...

#include <MP_constraint.hpp>

Collaboration diagram for flopc::Constraint_base:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Constraint_base (const MP_expression &l, const MP_expression &r, Sense_enum s)

Public Attributes

MP_expression left
MP_expression right
Sense_enum sense
int count

Detailed Description

Semantic representation of a constraint in a Math Program.

See also:
MP_constraint for a public interface.
Note:
of interest is the operator overloads which are 'friends'

Definition at line 42 of file MP_constraint.hpp.


Constructor & Destructor Documentation

flopc::Constraint_base::Constraint_base ( const MP_expression l,
const MP_expression r,
Sense_enum  s 
) [inline]

Definition at line 44 of file MP_constraint.hpp.


Member Data Documentation

Definition at line 47 of file MP_constraint.hpp.

Definition at line 47 of file MP_constraint.hpp.

Definition at line 48 of file MP_constraint.hpp.

Definition at line 50 of file MP_constraint.hpp.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1