All Downloads are FREE. Search and download functionalities are using the official Maven repository.

z3-z3-4.13.0.src.tactic.fpa.qffplra_tactic.h Maven / Gradle / Ivy

The newest version!
#pragma once
/*++
Copyright (c) 2012 Microsoft Corporation

Module Name:

    qffplra_tactic.h

Abstract:

    Tactic for QF_FPLRA benchmarks.

Author:

    Christoph (cwinter) 2018-04-24


## Tactic qffplra


--*/
#pragma once

#include "util/params.h"
class ast_manager;
class tactic;

tactic * mk_qffplra_tactic(ast_manager & m, params_ref const & p = params_ref());
/*
ADD_TACTIC("qffplra", "(try to) solve goal using the tactic for QF_FPLRA.", "mk_qffplra_tactic(m, p)")
*/

probe * mk_is_qffplra_probe();
/*
ADD_PROBE("is-qffplra", "true if the goal is in QF_FPLRA.", "mk_is_qffplra_probe()")
*/





© 2015 - 2024 Weber Informatics LLC | Privacy Policy