Skip to content

Commit

Permalink
remove comment about Z3 ad-hoc polymorphism
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRawson authored and quickbeam123 committed Nov 30, 2021
1 parent d416bf1 commit 1128390
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SAT/Z3Interfacing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,6 @@ z3::func_decl Z3Interfacing::z3Function(FuncOrPredId functor)
domain_sorts.push_back(self.getz3sort(arg));
}

// Z3 seems OK with having overloaded functions
z3::symbol name = self._context.str_symbol(namebuf.c_str());
auto range_sort = functor.isPredicate
? self._context.bool_sort()
Expand Down

0 comments on commit 1128390

Please sign in to comment.