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:
parent
39955f1d04
commit
b7ffcb7e61
2 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue