mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 21:57:00 +00:00
booyah
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10d0404175
commit
d0e20e44ff
714 changed files with 714 additions and 2142 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue