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 015b284 commit 21997b2Copy full SHA for 21997b2
src/solvers/flattening/boolbv.cpp
@@ -152,9 +152,11 @@ bvt boolbvt::conversion_failed(const exprt &expr)
152
return prop.new_variables(width);
153
}
154
155
-/// TODO
156
-/// \param expr: TODO
157
-/// \return TODO
+/// Converts an expression into its gate-level representation and returns a
+/// vector of literals corresponding to the outputs of the Boolean circuit.
+/// \param expr: Expression to convert
158
+/// \return A vector of literals corresponding to the outputs of the Boolean
159
+/// circuit
160
/// \throws bitvector_conversion_exceptiont raised if converting byte_extraction
161
/// goes wrong.
162
/// TODO: extend for other types of conversion exception (diffblue/cbmc#2103).
0 commit comments