3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-25 21:57:00 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-07-04 15:56:30 -07:00
parent 10d0404175
commit d0e20e44ff
714 changed files with 714 additions and 2142 deletions

View file

@ -52,8 +52,7 @@ Notes:
that are required to interpret G fully in the context of F_s.
--*/
#ifndef MODEL_CONVERTER_H_
#define MODEL_CONVERTER_H_
#pragma once
#include "util/ref.h"
#include "ast/ast_pp_util.h"
@ -107,4 +106,3 @@ void model_converter2model(ast_manager & mng, model_converter * mc, model_ref &
void apply(model_converter_ref & mc, model_ref & m);
#endif