We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c24c0 commit c62fa2cCopy full SHA for c62fa2c
src/arjun.h
@@ -1275,7 +1275,7 @@ class SimplifiedCNF {
1275
AIG::simplify_aigs(verb, defs);
1276
}
1277
const auto& get_aig_mng() const { return aig_mng; }
1278
- void import_candidate_functions(const string& fname, int verb);
+ void import_candidate_functions(const std::string& fname, int verb);
1279
1280
private:
1281
bool after_backward_round_synth = false;
0 commit comments