18 package com.microsoft.z3;
81 getContext().checkContextMatch(constraints);
132 for (
int i = 0; i < n; i++)
172 getNativeObject(), ctx.nCtx()));
186 throw new Z3Exception(
"No subgoals");
202 throw new Z3Exception(
"No subgoals");
224 return getContext().
mkTrue();
237 Goal(Context ctx,
boolean models,
boolean unsatCores,
boolean proofs) {
238 super(ctx, Native.mkGoal(ctx.nCtx(), (models),
239 (unsatCores), (proofs)));
251 return new Model(getContext(),
263 void addToReferenceQueue() {
264 getContext().
getGoalDRQ().storeReference(getContext(),
this);
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 void goalIncRef(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()
static int goalNumExprs(long a0, long a1)
static long goalConvertModel(long a0, long a1, long a2)
static int goalDepth(long a0, long a1)
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()
Model convertModel(Model m)
IDecRefQueue< Goal > getGoalDRQ()