mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 11:58:31 +00:00
add missing tactic descriptions, add rewrite for tamagochi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
95cb06d8cf
commit
fcea32344e
19 changed files with 147 additions and 49 deletions
|
@ -4,7 +4,7 @@ z3_add_component(solver
|
|||
check_logic.cpp
|
||||
combined_solver.cpp
|
||||
mus.cpp
|
||||
parallel_tactic.cpp
|
||||
parallel_tactical.cpp
|
||||
smt_logics.cpp
|
||||
solver.cpp
|
||||
solver_na2as.cpp
|
||||
|
|
|
@ -3,7 +3,7 @@ Copyright (c) 2017 Microsoft Corporation
|
|||
|
||||
Module Name:
|
||||
|
||||
parallel_tactic.cpp
|
||||
parallel_tactical.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
|
@ -36,7 +36,7 @@ Notes:
|
|||
#include "solver/solver2tactic.h"
|
||||
#include "tactic/tactic.h"
|
||||
#include "tactic/tactical.h"
|
||||
#include "solver/parallel_tactic.h"
|
||||
#include "solver/parallel_tactical.h"
|
||||
#include "solver/parallel_params.hpp"
|
||||
|
||||
|
|
@ -12,8 +12,6 @@ Abstract:
|
|||
Author:
|
||||
|
||||
Nikolaj Bjorner (nbjorner) 2017-10-9
|
||||
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
#pragma once
|
Loading…
Add table
Add a link
Reference in a new issue