mirror of
https://github.com/Z3Prover/z3
synced 2026-04-03 18:31:08 +00:00
Managed API: Bugfixes and refactoring.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
c6303fc8f5
commit
c045214da2
2 changed files with 2 additions and 2 deletions
|
|
@ -181,8 +181,6 @@ namespace Microsoft.Z3
|
|||
if (sorts.Length != names.Length)
|
||||
throw new Z3Exception("Number of sorts does not match number of names");
|
||||
|
||||
IntPtr[] _patterns = AST.ArrayToNative(patterns);
|
||||
|
||||
if (noPatterns == null && quantifierID == null && skolemID == null)
|
||||
{
|
||||
NativeObject = Native.Z3_mk_quantifier(ctx.nCtx, (isForall) ? 1 : 0, weight,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue