3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

port Jakob's update to union_find from polysat branch

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-12-18 09:25:24 -08:00
parent 2f2bf749b9
commit 085b5e2588
4 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ private:
_trail_stack m_stack;
};
template<typename Ctx = union_find_default_ctx, typename StackCtx = Ctx>
template<typename Ctx = union_find_default_ctx>
class union_find {
Ctx & m_ctx;
trail_stack & m_trail_stack;