18 package com.microsoft.z3;
81 getContext().checkContextMatch(constraints);
132 for (
int i = 0; i < n; i++)
134 .nCtx(), getNativeObject(), i));
173 getNativeObject(), ctx.nCtx()));
225 return getContext().
mkTrue();
238 Goal(
Context ctx,
boolean models,
boolean unsatCores,
boolean proofs) {
240 (unsatCores), (proofs)));
249 void addToReferenceQueue() {
void add(BoolExpr ... constraints)
static void goalReset(long a0, long a1)
static boolean goalIsDecidedUnsat(long a0, long a1)
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)
void storeReference(Context ctx, T obj)
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 int goalDepth(long a0, long a1)
BoolExpr mkAnd(BoolExpr... t)
static String goalToString(long a0, long a1)
BoolExpr [] getFormulas()
boolean isUnderApproximation()
static boolean goalIsDecidedSat(long a0, long a1)
Tactic mkTactic(String name)
static int goalSize(long a0, long a1)
Z3_goal_prec getPrecision()
def String(name, ctx=None)
IDecRefQueue< Goal > getGoalDRQ()
static long mkGoal(long a0, boolean a1, boolean a2, boolean a3)