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

z3-z3-4.13.0.src.opt.wmax.h Maven / Gradle / Ivy

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

Module Name:

    wmax.h

Abstract:

    Theory Solver based MaxSAT.

Author:

    Nikolaj Bjorner (nbjorner) 2014-4-17

Notes:

--*/

#pragma once

#include "opt/maxsmt.h"

namespace opt {
    maxsmt_solver_base* mk_wmax(maxsat_context& c, vector& s, unsigned index);

    maxsmt_solver_base* mk_sortmax(maxsat_context& c, vector& s, unsigned index);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy