mirror of
https://github.com/Z3Prover/z3
synced 2025-06-26 07:43:41 +00:00
Rename: explain -> superposition
This commit is contained in:
parent
27f8b8d13a
commit
d3f70c0fb8
6 changed files with 3 additions and 5 deletions
|
@ -7,7 +7,6 @@ z3_add_component(polysat
|
||||||
constraint.cpp
|
constraint.cpp
|
||||||
constraint_manager.cpp
|
constraint_manager.cpp
|
||||||
eq_explain.cpp
|
eq_explain.cpp
|
||||||
explain.cpp
|
|
||||||
forbidden_intervals.cpp
|
forbidden_intervals.cpp
|
||||||
inference_logger.cpp
|
inference_logger.cpp
|
||||||
justification.cpp
|
justification.cpp
|
||||||
|
@ -21,6 +20,7 @@ z3_add_component(polysat
|
||||||
simplify_clause.cpp
|
simplify_clause.cpp
|
||||||
smul_fl_constraint.cpp
|
smul_fl_constraint.cpp
|
||||||
solver.cpp
|
solver.cpp
|
||||||
|
superposition.cpp
|
||||||
ule_constraint.cpp
|
ule_constraint.cpp
|
||||||
umul_ovfl_constraint.cpp
|
umul_ovfl_constraint.cpp
|
||||||
variable_elimination.cpp
|
variable_elimination.cpp
|
||||||
|
|
|
@ -50,7 +50,7 @@ TODO:
|
||||||
#include "math/polysat/inference_logger.h"
|
#include "math/polysat/inference_logger.h"
|
||||||
#include "math/polysat/log.h"
|
#include "math/polysat/log.h"
|
||||||
#include "math/polysat/log_helper.h"
|
#include "math/polysat/log_helper.h"
|
||||||
#include "math/polysat/explain.h"
|
#include "math/polysat/superposition.h"
|
||||||
#include "math/polysat/eq_explain.h"
|
#include "math/polysat/eq_explain.h"
|
||||||
#include "math/polysat/forbidden_intervals.h"
|
#include "math/polysat/forbidden_intervals.h"
|
||||||
#include "math/polysat/saturation.h"
|
#include "math/polysat/saturation.h"
|
||||||
|
|
|
@ -13,7 +13,6 @@ Author:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "math/polysat/explain.h"
|
|
||||||
|
|
||||||
namespace polysat {
|
namespace polysat {
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@ Author:
|
||||||
#include "math/polysat/simplify_clause.h"
|
#include "math/polysat/simplify_clause.h"
|
||||||
#include "math/polysat/simplify.h"
|
#include "math/polysat/simplify.h"
|
||||||
#include "math/polysat/restart.h"
|
#include "math/polysat/restart.h"
|
||||||
#include "math/polysat/explain.h"
|
|
||||||
#include "math/polysat/ule_constraint.h"
|
#include "math/polysat/ule_constraint.h"
|
||||||
#include "math/polysat/justification.h"
|
#include "math/polysat/justification.h"
|
||||||
#include "math/polysat/linear_solver.h"
|
#include "math/polysat/linear_solver.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@ Author:
|
||||||
Jakob Rath 2021-04-06
|
Jakob Rath 2021-04-06
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
#include "math/polysat/explain.h"
|
#include "math/polysat/superposition.h"
|
||||||
#include "math/polysat/log.h"
|
#include "math/polysat/log.h"
|
||||||
#include "math/polysat/solver.h"
|
#include "math/polysat/solver.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue