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

z3-z3-4.13.0.src.sat.sat_solver.sat_smt_solver.h Maven / Gradle / Ivy

The newest version!
/*++
Copyright (c) 2014 Microsoft Corporation

Module Name:

    sat_smt_solver.h

Abstract:

    incremental solver based on SAT core.

Author:

    Nikolaj Bjorner (nbjorner) 2014-7-30

Notes:

--*/

#pragma once

#include "solver/solver.h"

solver* mk_sat_smt_solver(ast_manager& m, params_ref const& p);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy