mirror of
https://github.com/Z3Prover/z3
synced 2026-05-16 23:25:36 +00:00
Removed unused function
This commit is contained in:
parent
d620f20c63
commit
9155ce85bb
2 changed files with 0 additions and 8 deletions
|
|
@ -4125,11 +4125,6 @@ namespace seq {
|
|||
return exp_snode ? exp_snode->get_expr() : nullptr;
|
||||
}
|
||||
|
||||
expr_ref nielsen_graph::mk_fresh_int_var() {
|
||||
std::string name = "n!" + std::to_string(m_fresh_cnt++);
|
||||
return expr_ref(m.mk_fresh_const(name.c_str(), a.mk_int()), m);
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// Regex widening: overapproximate string and check intersection emptiness
|
||||
// Mirrors ZIPT NielsenNode.CheckRegexWidening (NielsenNode.cs:1350-1380)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue