All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::lp::single_bounded_expression< BoundTypeTag, BoundDirectionTag > Class Template Reference

#include <constraints.hpp>

Public Member Functions

 single_bounded_expression (double lb, linear_expression expr)
 Constructor from expression and lower bound.
 
 single_bounded_expression (linear_expression expr, double ub)
 Constructor from expression and upper bound.
 
linear_expression get_expression () const
 Expression getter.
 
double get_lower_bound () const
 Lower bound getter.
 
double get_upper_bound () const
 Upper bound getter.
 

Detailed Description

template<typename BoundTypeTag, typename BoundDirectionTag>
class paal::lp::single_bounded_expression< BoundTypeTag, BoundDirectionTag >

Single bounded expression class.

Definition at line 48 of file constraints.hpp.


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