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.
nondet_padding_exprt
1 parent bf987e4 commit 607aec2Copy full SHA for 607aec2
src/solvers/smt2_incremental/encoding/nondet_padding.h
@@ -13,6 +13,10 @@
13
class nondet_padding_exprt;
14
void validate_expr(const nondet_padding_exprt &padding);
15
16
+/// This expression serves as a placeholder for the bits which have non
17
+/// deterministic value in a larger bit vector. It is inserted in contexts where
18
+/// a subset of the bits are assigned to an expression and the remainder are
19
+/// left unspecified.
20
class nondet_padding_exprt : public expr_protectedt
21
{
22
public:
0 commit comments