All changes are related to the probabilistic and statistical model-checking commands `pcheck` and `scheck`:
* Support for the new `matchrew with weight` operator of the probabilistic Maude strategy language.
* Support for checking continuous-time Markov chains (CTMC) in the `pcheck` command by prepending `ctmc-` to the existing probability assignment methods. Weights obtained by these methods are interpreted as firing rates instead of unnormalized probabilities (the only practical difference with respect to DTMC is the measurement of time).
* In the `scheck` command, the special observation `time` now returns the elapsed time as calculated for a CTMC (regardless of whether `ctmc-` is prepended to the assignment method name or not). The previous behavior, i.e. obtaining the number of rewrites, can be achieved with the special observation `steps`, and it is also maintained for the `step` and `strategy` methods.
* Weight annotations for the probability assignment method `metadata` can now be terms of sort `Nat` or `Float` on the variables of the matching substitution, in addition to numeric literals. For the moment, this does not work for strategy-controlled models.
* QuaTEx expressions containing the logical negation operator `!` are now supported.