3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +00:00

start wcnf

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-02-26 11:13:44 -08:00
parent be68456c06
commit 08f55f9d1f
5 changed files with 30 additions and 2 deletions

View file

@ -322,7 +322,7 @@ namespace opt {
std::string to_string(bool is_internal, expr_ref_vector const& hard, vector<objective> const& objectives) const;
std::string to_string_internal() const;
std::string to_wcnf();
void validate_lex();
void validate_maxsat(symbol const& id);