mirror of
https://github.com/Z3Prover/z3
synced 2026-02-27 02:25:38 +00:00
Delete factor_tactic.cpp (implementation moved to factor_simplifier.cpp)
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
4f6c0637fc
commit
fd424c7afd
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
|||
/*++
|
||||
Copyright (c) 2012 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
factor_tactic.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
Polynomial factorization tactic.
|
||||
The implementation has been moved to ast/simplifiers/factor_simplifier.cpp.
|
||||
The tactic is now a thin wrapper around factor_simplifier via dependent_expr_state_tactic.
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo de Moura (leonardo) 2012-02-03
|
||||
|
||||
--*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue