Skip to content

Commit

Permalink
rename files to theory_user_propagator
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Nov 30, 2021
1 parent 5857236 commit 959f4c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/smt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ z3_add_component(smt
theory_str.cpp
theory_str_mc.cpp
theory_str_regex.cpp
theory_user_propagator.cpp
theory_utvpi.cpp
theory_wmaxsat.cpp
user_propagator.cpp
uses_theory.cpp
watch_list.cpp
COMPONENT_DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion src/smt/smt_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Revision History:
#include "util/statistics.h"
#include "smt/fingerprints.h"
#include "smt/proto_model/proto_model.h"
#include "smt/user_propagator.h"
#include "smt/theory_user_propagator.h"
#include "model/model.h"
#include "solver/progress_callback.h"
#include "solver/assertions/asserted_formulas.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright (c) 2020 Microsoft Corporation
Module Name:
user_propagator.cpp
theory_user_propagator.cpp
Abstract:
Expand All @@ -17,7 +17,7 @@ Module Name:


#include "ast/ast_pp.h"
#include "smt/user_propagator.h"
#include "smt/theory_user_propagator.h"
#include "smt/smt_context.h"

using namespace smt;
Expand Down
File renamed without changes.

0 comments on commit 959f4c9

Please sign in to comment.