3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00
This commit is contained in:
Jakob Rath 2022-12-07 16:16:07 +01:00
parent a4adb63662
commit 93ee9c7f8e

View file

@ -128,7 +128,7 @@ namespace polysat {
return true;
}
static char* _last_function = "";
static char const* _last_function = "";
bool forbidden_intervals::get_interval_ule(signed_constraint const& c, pvar v, fi_record& fi) {