3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 15:25:26 +00:00

Further refactoring ackermannization.

This commit is contained in:
mikolas 2016-02-03 17:26:58 +00:00
parent 2679b74543
commit f3240024e7
20 changed files with 1621 additions and 0 deletions

View file

@ -0,0 +1,25 @@
/*++
Copyright (c) 2015 Microsoft Corporation
Module Name:
ackr_model_converter.h
Abstract:
Author:
Mikolas Janota
Revision History:
--*/
#ifndef ACKR_MODEL_CONVERTER_H_
#define ACKR_MODEL_CONVERTER_H_
#include"model_converter.h"
#include"ackr_info.h"
model_converter * mk_ackr_model_converter(ast_manager & m, const ackr_info_ref& info, model_ref& abstr_model);
model_converter * mk_ackr_model_converter(ast_manager & m, const ackr_info_ref& info);
#endif /* LACKR_MODEL_CONVERTER_H_ */