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

z3-z3-4.12.6.src.math.lp.nla_monotone_lemmas.h Maven / Gradle / Ivy

There is a newer version: 4.13.0.1
Show newest version
/*++
  Copyright (c) 2017 Microsoft Corporation

  Author:
   Lev Nachmanson (levnach)
   Nikolaj Bjorner (nbjorner)
  --*/
#pragma once
namespace nla {
    class core;
    class monotone : common {    
    public:
        monotone(core *core);
        void monotonicity_lemma();
    private:
        void monotonicity_lemma(monic const& m);
        void monotonicity_lemma_gt(const monic& m);    
        void monotonicity_lemma_lt(const monic& m);
    };
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy