Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/ChronoGraph/cycle_resolver/CycleResolver"

Index

Type aliases

CycleResolutionValue

CycleResolutionValue: Map<Variable, FormulaId>

Type for cycle resolution value. It maps every variable to a formula.

FormulaId

FormulaId: number

Type alias for formula ids. A synonym for number

Variable

Variable: symbol

Type alias for cycle variables. Just a synonym for symbol

Variables

Const CalculateProposed

CalculateProposed: FormulaId = FORMULA_ID++

Pre-defined constant formula id. If assigned to some variable, specifies, that this variable should keep the value proposed by user (user input), or, if there's none, its previous value.

Generated using TypeDoc