3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-13 17:36:15 +00:00

More renaming QF_FPA -> QF_FP

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-12-31 16:15:40 +00:00
parent 21a847d299
commit afae49b9ed
3 changed files with 9 additions and 9 deletions

View file

@ -75,8 +75,8 @@ namespace smt {
void setup_QF_AX(static_features const & st);
void setup_QF_AUFLIA();
void setup_QF_AUFLIA(static_features const & st);
void setup_QF_FPA();
void setup_QF_FPABV();
void setup_QF_FP();
void setup_QF_FPBV();
void setup_LRA();
void setup_AUFLIA(bool simple_array = true);
void setup_AUFLIA(static_features const & st);