We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216c3c2 commit ec9c37fCopy full SHA for ec9c37f
src/util/nfa.h
@@ -1,7 +1,13 @@
1
/// \file
2
/// \author Diffblue Ltd.
3
///
4
-/// A simple NFA implementation
+/// A simple NFA implementation.
5
+///
6
+/// This was created for use in the util/edit_distance.h functionality, which
7
+/// in turn is used in util/cmdline.h for suggesting spelling corrections when
8
+/// a user mistypes a command line option. Because of this the implementation
9
+/// wasn’t done with performance in mind and is probably unsuitable as-is for
10
+/// other purposes where performance does matter.
11
12
#ifndef CPROVER_UTIL_NFA_H
13
#define CPROVER_UTIL_NFA_H
0 commit comments