mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 04:48:45 +00:00
Update UserPropagator.cs
This commit is contained in:
parent
d37ed4171d
commit
bb966776b8
|
@ -41,6 +41,9 @@ namespace Microsoft.Z3
|
|||
{
|
||||
/// <summary>
|
||||
/// Delegate type for fixed callback
|
||||
/// Note that the life-time of the term and value only applies within the scope of the callback.
|
||||
/// That means the term and value cannot be stored in an array, dictionary or similar and accessed after the callback has returned.
|
||||
/// Use the functionality Dup on expressions to create a duplicate copy that extends the lifetime.
|
||||
/// </summary>
|
||||
public delegate void FixedEh(Expr term, Expr value);
|
||||
|
||||
|
|
Loading…
Reference in a new issue