Public Member Functions | Public Attributes

bio_expression::max Class Reference

Class representing the expression for the maximum of two expressions. More...

Inheritance diagram for bio_expression::max:
bio_expression::Expression

List of all members.

Public Member Functions

def __init__
def getExpression

Public Attributes

 left
 right
 operatorIndex

Detailed Description

Class representing the expression for the maximum of two expressions.

Note that this operator is not differentiable. If one of the two expressions contains parameters to be estimated, Biogeme will complain. Example:

 max(x,0) 

Constructor & Destructor Documentation

def bio_expression::max::__init__ (   self,
  left,
  right 
)
Parameters:
leftany valid bio_expression
rightany valid bio_expression

Member Function Documentation

def bio_expression::max::getExpression (   self )
Returns:
Return the string representation of the current expression

Reimplemented from bio_expression::Expression.


Member Data Documentation

Reimplemented from bio_expression::Expression.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables