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 ab8257a commit df04d5cCopy full SHA for df04d5c
src/solvers/prop/prop.h
@@ -87,7 +87,7 @@ class propt:public messaget, public prop_assignmentt
87
88
// variables
89
virtual literalt new_variable()=0;
90
- virtual void set_variable_name(literalt a, const std::string &name) { }
+ virtual void set_variable_name(literalt a, const irep_idt &name) { }
91
virtual size_t no_variables() const=0;
92
bvt new_variables(std::size_t width);
93
0 commit comments