Module expression

Module expression 

Source
Expand description

This module contains the definition of an expression. An expression is a function that takes a set of parameters and returns a value.

Enumsยง

BinaryOp
An enumeration of binary operations that can be used in expressions.
DurationInstant
An enumeration of duration instants that can be used in expressions. The duration instant can be one of at start, at end, or over all.
Expression
An enumeration of expressions that can be used in PDDL planning domains and problems.