mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 23:13:57 +00:00
default_solver --> smt_solver
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
cadd35bf7a
commit
230382d4c9
6 changed files with 217 additions and 211 deletions
28
src/smt/smt_solver.h
Normal file
28
src/smt/smt_solver.h
Normal file
|
@ -0,0 +1,28 @@
|
|||
/*++
|
||||
Copyright (c) 2012 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
smt_solver.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Wraps smt::kernel as a solver for the external API and cmd_context.
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo (leonardo) 2012-10-21
|
||||
|
||||
Notes:
|
||||
|
||||
This file was called default_solver.h. It was a bad name.
|
||||
|
||||
--*/
|
||||
#ifndef _SMT_SOLVER_H_
|
||||
#define _SMT_SOLVER_H_
|
||||
|
||||
class solver;
|
||||
|
||||
solver * mk_smt_solver();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue