mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
More renaming QF_FPA -> QF_FP
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
21a847d299
commit
afae49b9ed
3 changed files with 9 additions and 9 deletions
|
@ -680,11 +680,11 @@ namespace smt {
|
|||
setup_mi_arith();
|
||||
}
|
||||
|
||||
void setup::setup_QF_FPA() {
|
||||
void setup::setup_QF_FP() {
|
||||
m_context.register_plugin(alloc(smt::theory_fpa, m_manager));
|
||||
}
|
||||
|
||||
void setup::setup_QF_FPABV() {
|
||||
void setup::setup_QF_FPBV() {
|
||||
setup_QF_BV();
|
||||
m_context.register_plugin(alloc(smt::theory_fpa, m_manager));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue