Browse Source

Update documentation

tempestpy_adaptions
Jip Spel 6 years ago
parent
commit
1bce5935fa
  1. 5
      src/storm-pars/analysis/Lattice.h

5
src/storm-pars/analysis/Lattice.h

@ -94,9 +94,8 @@ namespace storm {
/*!
* Creates a Lattice based on the transition matrix, topStates of the Lattice and bottomStates of the Lattice
* @tparam ValueType Type of the probabilities
* @param matrix The transition matrix.
* @param topStates Set of topStates of the Lattice.
* @param bottomStates Set of bottomStates of the Lattice.
* @param model The pointer to the model
* @param formulas Vector with pointer to formula
* @return pointer to the created Lattice.
*/
template <typename ValueType>

Loading…
Cancel
Save