mirror of
https://github.com/Z3Prover/z3
synced 2025-11-02 04:27:52 +00:00
refactoring
This commit is contained in:
parent
6f12c0e6f9
commit
2679b74543
9 changed files with 206 additions and 198 deletions
25
src/tactic/smtlogics/qfufbv_ackr_model_converter.h
Normal file
25
src/tactic/smtlogics/qfufbv_ackr_model_converter.h
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/*++
|
||||
Copyright (c) 2016 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
qfufbv_ackr_model_converter.h
|
||||
|
||||
Abstract:
|
||||
|
||||
|
||||
Author:
|
||||
|
||||
Mikolas Janota (MikolasJanota)
|
||||
|
||||
Revision History:
|
||||
--*/
|
||||
#ifndef QFUFBV_ACKR_MODEL_CONVERTER_H_
|
||||
#define QFUFBV_ACKR_MODEL_CONVERTER_H_
|
||||
|
||||
#include"model_converter.h"
|
||||
#include"ackr_info.h"
|
||||
|
||||
model_converter * mk_qfufbv_ackr_model_converter(ast_manager & m, const ackr_info_ref& info, model_ref& abstr_model);
|
||||
|
||||
#endif /* QFUFBV_ACKR_MODEL_CONVERTER_H_ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue