mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
another unit test for Nuno
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2bf0b5f33f
commit
f3d2535b46
3 changed files with 32 additions and 2 deletions
|
@ -94,7 +94,6 @@ namespace Microsoft.Z3
|
|||
/// <summary>
|
||||
/// Retrieves an assignment to atomic propositions for a satisfiable context.
|
||||
/// </summary>
|
||||
/// <seealso cref="Pop"/>
|
||||
public static BoolExpr GetAssignment(Context ctx)
|
||||
{
|
||||
IntPtr x = Native.Z3_get_context_assignment(ctx.nCtx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue