#include "ltlast/formula.hh"
Include dependency graph for length.hh:
Go to the source code of this file.
Namespaces | |
namespace | spot |
namespace | spot::ltl |
Functions | |
int | length (const formula *f) |
Compute the length of a formula. |
|
Compute the length of a formula. The length of a formula is the number of atomic properties, constants, and operators (logical and temporal) occurring in the formula. |