mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
Comments, whitespace.
This commit is contained in:
parent
3ef6d91038
commit
37b11cdc74
3 changed files with 73 additions and 73 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue