|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
#include <cstdint>#include <set>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | storm::utility::string::SimilarStrings |
Namespaces | |
| namespace | storm |
| namespace | storm::utility |
| namespace | storm::utility::string |
Functions | |
| uint64_t | storm::utility::string::levenshteinDistance (std::string const &lhs, std::string const &rhs, bool caseSensitive=true) |
| Levenstein distance to find similar strings. | |
| std::vector< std::string > | storm::utility::string::parseCommaSeparatedStrings (std::string const &input) |
| Splits the input string on commas and trims whitespace from each element. | |