3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 02:10:23 +00:00

Comments, whitespace.

This commit is contained in:
Christoph M. Wintersteiger 2016-02-07 15:01:09 +00:00
parent 3ef6d91038
commit 37b11cdc74
3 changed files with 73 additions and 73 deletions

View file

@ -7,7 +7,7 @@ Module Name:
Abstract:
Simplifier for the floating-point theory
Simplifier for the theory of sequences
Author:
@ -24,7 +24,7 @@ m_rw(m) {}
seq_simplifier_plugin::~seq_simplifier_plugin() {}
bool seq_simplifier_plugin::reduce(func_decl * f, unsigned num_args, expr * const * args, expr_ref & result) {
set_reduce_invoked();
set_reduce_invoked();
SASSERT(f->get_family_id() == get_family_id());