18 package com.microsoft.z3;
82 getContext().checkContextMatch(constraints);
133 for (
int i = 0; i < n; i++)
135 .nCtx(), getNativeObject(), i));
174 getNativeObject(), ctx.nCtx()));
221 return "Z3Exception: " + e.getMessage();
233 return getContext().
mkTrue();
246 Goal(
Context ctx,
boolean models,
boolean unsatCores,
boolean proofs)
249 super(ctx,
Native.
mkGoal(ctx.nCtx(), (models) ?
true :
false,
250 (unsatCores) ?
true :
false, (proofs) ?
true :
false));
static void goalReset(long a0, long a1)
static boolean goalIsDecidedUnsat(long a0, long a1)
BoolExpr mkAnd(BoolExpr...t)
void add(BoolExpr...constraints)
static void goalAssert(long a0, long a1, long a2)
static boolean goalInconsistent(long a0, long a1)
static int goalPrecision(long a0, long a1)
Goal translate(Context ctx)
static long goalTranslate(long a0, long a1, long a2)
static long goalFormula(long a0, long a1, int a2)
static final Z3_goal_prec fromInt(int v)
ApplyResult apply(Goal g)
boolean isOverApproximation()
void incAndClear(Context ctx, long o)
static int goalNumExprs(long a0, long a1)
static int goalDepth(long a0, long a1)
IDecRefQueue getGoalDRQ()
static String goalToString(long a0, long a1)
boolean isUnderApproximation()
static boolean goalIsDecidedSat(long a0, long a1)
Tactic mkTactic(String name)
static int goalSize(long a0, long a1)
Z3_goal_prec getPrecision()
static long mkGoal(long a0, boolean a1, boolean a2, boolean a3)