mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
rename files to theory_user_propagator
This commit is contained in:
parent
5857236f2f
commit
959f4c9440
|
@ -70,9 +70,9 @@ z3_add_component(smt
|
||||||
theory_str.cpp
|
theory_str.cpp
|
||||||
theory_str_mc.cpp
|
theory_str_mc.cpp
|
||||||
theory_str_regex.cpp
|
theory_str_regex.cpp
|
||||||
|
theory_user_propagator.cpp
|
||||||
theory_utvpi.cpp
|
theory_utvpi.cpp
|
||||||
theory_wmaxsat.cpp
|
theory_wmaxsat.cpp
|
||||||
user_propagator.cpp
|
|
||||||
uses_theory.cpp
|
uses_theory.cpp
|
||||||
watch_list.cpp
|
watch_list.cpp
|
||||||
COMPONENT_DEPENDENCIES
|
COMPONENT_DEPENDENCIES
|
||||||
|
|
|
@ -46,7 +46,7 @@ Revision History:
|
||||||
#include "util/statistics.h"
|
#include "util/statistics.h"
|
||||||
#include "smt/fingerprints.h"
|
#include "smt/fingerprints.h"
|
||||||
#include "smt/proto_model/proto_model.h"
|
#include "smt/proto_model/proto_model.h"
|
||||||
#include "smt/user_propagator.h"
|
#include "smt/theory_user_propagator.h"
|
||||||
#include "model/model.h"
|
#include "model/model.h"
|
||||||
#include "solver/progress_callback.h"
|
#include "solver/progress_callback.h"
|
||||||
#include "solver/assertions/asserted_formulas.h"
|
#include "solver/assertions/asserted_formulas.h"
|
||||||
|
|
|
@ -3,7 +3,7 @@ Copyright (c) 2020 Microsoft Corporation
|
||||||
|
|
||||||
Module Name:
|
Module Name:
|
||||||
|
|
||||||
user_propagator.cpp
|
theory_user_propagator.cpp
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Author:
|
||||||
|
|
||||||
|
|
||||||
#include "ast/ast_pp.h"
|
#include "ast/ast_pp.h"
|
||||||
#include "smt/user_propagator.h"
|
#include "smt/theory_user_propagator.h"
|
||||||
#include "smt/smt_context.h"
|
#include "smt/smt_context.h"
|
||||||
|
|
||||||
using namespace smt;
|
using namespace smt;
|
Loading…
Reference in a new issue