3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-12 12:41:27 +00:00

checkpoint

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-21 13:32:12 -07:00
parent 4722fdfca5
commit add684d8e9
377 changed files with 204 additions and 62 deletions

View file

@ -1,34 +0,0 @@
/*++
Copyright (c) 2012 Microsoft Corporation
Module Name:
qe_sat_tactic.h
Abstract:
Procedure for quantifier satisfiability using quantifier elimination.
Author:
Nikolaj Bjorner (nbjorner) 2012-02-24
Revision History:
--*/
#ifndef __QE_SAT_H__
#define __QE_SAT_H__
#include"tactic.h"
namespace qe {
tactic * mk_sat_tactic(ast_manager& m, params_ref const& p);
};
#endif