Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Aug 18, 2020
1 parent 152c95f commit 578ddf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/smt/user_propagator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ user_propagator::user_propagator(context& ctx):
{}

unsigned user_propagator::add_expr(expr* e) {
// TODO: check type of 'e', either Bool or Bit-vector.
return mk_var(ensure_enode(e));
}

Expand Down
4 changes: 2 additions & 2 deletions src/smt/user_propagator.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Module Name:
Abstract:
User-propagator plugin.
Or, user-propagator in response to registered
terms receiveing fixed values.
Adds user plugins to propagate based on
terms receiving fixed values.
Author:
Expand Down

0 comments on commit 578ddf3

Please sign in to comment.