mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
Update UserPropagator.cs
This commit is contained in:
parent
d37ed4171d
commit
bb966776b8
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ namespace Microsoft.Z3
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Delegate type for fixed callback
|
/// 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>
|
/// </summary>
|
||||||
public delegate void FixedEh(Expr term, Expr value);
|
public delegate void FixedEh(Expr term, Expr value);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue