3
0
Fork 0
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:
Nikolaj Bjorner 2014-10-03 16:58:46 -07:00
parent 2bf0b5f33f
commit f3d2535b46
3 changed files with 32 additions and 2 deletions

View file

@ -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);