Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
string.cpp File Reference
#include "storm/utility/string.h"
#include <boost/algorithm/string/join.hpp>
Include dependency graph for string.cpp:

Go to the source code of this file.

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.