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();
230 Goal(Context ctx,
boolean models,
boolean unsatCores,
boolean proofs)
233 super(ctx, Native.mkGoal(ctx.nCtx(), (models) ?
true :
false,
234 (unsatCores) ?
true :
false, (proofs) ?
true :
false));
static void goalReset(long a0, long a1)
static boolean goalIsDecidedUnsat(long a0, long a1)
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()