mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
add suggestions from #835
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
70bb92d016
commit
0765eea486
2 changed files with 2 additions and 1 deletions
|
@ -885,6 +885,7 @@ namespace datalog {
|
|||
|
||||
class table_row_pair_reduce_fn {
|
||||
public:
|
||||
virtual ~table_row_pair_reduce_fn() {}
|
||||
/**
|
||||
\brief The function is called for pair of table rows that became duplicit due to projection.
|
||||
The values that are in the first array after return from the function will be used for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue