3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-18 22:54:21 +00:00

implement imp of lar_solver as lar_solver::imp

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-05-07 13:53:28 -07:00 committed by Lev Nachmanson
parent 39955f1d04
commit b7ffcb7e61
2 changed files with 3 additions and 4 deletions

View file

@ -47,9 +47,9 @@ namespace lp {
class int_branch;
class int_solver;
struct imp;
class lar_solver : public column_namer {
struct imp;
struct term_hasher {
std::size_t operator()(const lar_term& t) const {
using std::hash;