mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
move sat_params to params directory, add op_def repair options
This commit is contained in:
parent
3ff60a4af0
commit
833f524887
22 changed files with 298 additions and 58 deletions
|
@ -42,7 +42,7 @@ Notes:
|
|||
#include "ast/converters/generic_model_converter.h"
|
||||
#include "ackermannization/ackermannize_bv_tactic.h"
|
||||
#include "sat/sat_solver/inc_sat_solver.h"
|
||||
#include "sat/sat_params.hpp"
|
||||
#include "params/sat_params.hpp"
|
||||
#include "opt/opt_context.h"
|
||||
#include "opt/opt_solver.h"
|
||||
#include "opt/opt_params.hpp"
|
||||
|
|
|
@ -20,7 +20,7 @@ Author:
|
|||
#include "ast/pb_decl_plugin.h"
|
||||
#include "opt/maxsmt.h"
|
||||
#include "opt/opt_lns.h"
|
||||
#include "sat/sat_params.hpp"
|
||||
#include "params/sat_params.hpp"
|
||||
#include <algorithm>
|
||||
|
||||
namespace opt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue