3
0
Fork 0
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:
Leonardo de Moura 2012-10-21 13:32:12 -07:00
parent 4722fdfca5
commit add684d8e9
377 changed files with 204 additions and 62 deletions

24
src/smt/user_rewriter.cpp Normal file
View 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>;