diff --git a/doc/output-format.md b/doc/output-format.md index 3ee6a6b..6cb804a 100644 --- a/doc/output-format.md +++ b/doc/output-format.md @@ -85,6 +85,8 @@ contains(, ). `plasp`’s variables represent the current state of the planning problem. Variables are linked to the problem's [objects](#constants-objects) and [constants](#constants-objects). +`plasp`’s variables are multivalued, and each variable has exactly one value at each point in time. + With SAS, variable names are numbers starting at 0, `variable()`. SAS variables are inherently multivalued, which results in two or more values of the form `value(, )` for each variable.