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

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

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

Module Name:

    maxlex.h

Abstract:
   
    MaxLex solves weighted max-sat problems where weights impose lexicographic order.

Author:

    Nikolaj Bjorner (nbjorner) 2019-25-1

Notes:

--*/

#pragma once

namespace opt {

    bool is_maxlex(vector const & ws);

    maxsmt_solver_base* mk_maxlex(maxsat_context& c, unsigned id, vector& soft);


};





© 2015 - 2024 Weber Informatics LLC | Privacy Policy