Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
string.h File Reference
#include <cstdint>
#include <set>
#include <string>
#include <vector>
Include dependency graph for string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  storm::utility::string::SimilarStrings
 

Namespaces

namespace  storm
 LabParser.cpp.
 
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.