mirror of
https://github.com/Z3Prover/z3
synced 2026-03-05 05:00:23 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4722fdfca5
commit
add684d8e9
377 changed files with 204 additions and 62 deletions
24
src/smt/user_rewriter.cpp
Normal file
24
src/smt/user_rewriter.cpp
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/*++
|
||||
Copyright (c) 2012 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
user_rewriter.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
Rewriter for applying user-defined rewrite routine.
|
||||
|
||||
Author:
|
||||
|
||||
Nikolaj (nbjorner) 2012-01-08
|
||||
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
|
||||
#include "rewriter_def.h"
|
||||
#include "user_rewriter.h"
|
||||
|
||||
|
||||
template class rewriter_tpl<user_rewriter>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue