Z3
Data Structures | Static Public Member Functions | Static Protected Member Functions
Native Class Reference

Data Structures

class  IntPtr
 
class  LongPtr
 
class  ObjArrayPtr
 
class  StringPtr
 
class  UIntArrayPtr
 

Static Public Member Functions

static native void setInternalErrorHandler (long ctx)
 
static void globalParamSet (String a0, String a1)
 
static void globalParamResetAll ()
 
static boolean globalParamGet (String a0, StringPtr a1)
 
static long mkConfig ()
 
static void delConfig (long a0)
 
static void setParamValue (long a0, String a1, String a2)
 
static long mkContext (long a0) throws Z3Exception
 
static long mkContextRc (long a0) throws Z3Exception
 
static void delContext (long a0) throws Z3Exception
 
static void incRef (long a0, long a1) throws Z3Exception
 
static void decRef (long a0, long a1) throws Z3Exception
 
static void updateParamValue (long a0, String a1, String a2) throws Z3Exception
 
static void interrupt (long a0) throws Z3Exception
 
static long mkParams (long a0) throws Z3Exception
 
static void paramsIncRef (long a0, long a1) throws Z3Exception
 
static void paramsDecRef (long a0, long a1) throws Z3Exception
 
static void paramsSetBool (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static void paramsSetUint (long a0, long a1, long a2, int a3) throws Z3Exception
 
static void paramsSetDouble (long a0, long a1, long a2, double a3) throws Z3Exception
 
static void paramsSetSymbol (long a0, long a1, long a2, long a3) throws Z3Exception
 
static String paramsToString (long a0, long a1) throws Z3Exception
 
static void paramsValidate (long a0, long a1, long a2) throws Z3Exception
 
static void paramDescrsIncRef (long a0, long a1) throws Z3Exception
 
static void paramDescrsDecRef (long a0, long a1) throws Z3Exception
 
static int paramDescrsGetKind (long a0, long a1, long a2) throws Z3Exception
 
static int paramDescrsSize (long a0, long a1) throws Z3Exception
 
static long paramDescrsGetName (long a0, long a1, int a2) throws Z3Exception
 
static String paramDescrsToString (long a0, long a1) throws Z3Exception
 
static long mkIntSymbol (long a0, int a1) throws Z3Exception
 
static long mkStringSymbol (long a0, String a1) throws Z3Exception
 
static long mkUninterpretedSort (long a0, long a1) throws Z3Exception
 
static long mkBoolSort (long a0) throws Z3Exception
 
static long mkIntSort (long a0) throws Z3Exception
 
static long mkRealSort (long a0) throws Z3Exception
 
static long mkBvSort (long a0, int a1) throws Z3Exception
 
static long mkFiniteDomainSort (long a0, long a1, long a2) throws Z3Exception
 
static long mkArraySort (long a0, long a1, long a2) throws Z3Exception
 
static long mkTupleSort (long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6) throws Z3Exception
 
static long mkEnumerationSort (long a0, long a1, int a2, long[] a3, long[] a4, long[] a5) throws Z3Exception
 
static long mkListSort (long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8) throws Z3Exception
 
static long mkConstructor (long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6) throws Z3Exception
 
static void delConstructor (long a0, long a1) throws Z3Exception
 
static long mkDatatype (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkConstructorList (long a0, int a1, long[] a2) throws Z3Exception
 
static void delConstructorList (long a0, long a1) throws Z3Exception
 
static void mkDatatypes (long a0, int a1, long[] a2, long[] a3, long[] a4) throws Z3Exception
 
static void queryConstructor (long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5) throws Z3Exception
 
static long mkFuncDecl (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long mkApp (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkConst (long a0, long a1, long a2) throws Z3Exception
 
static long mkFreshFuncDecl (long a0, String a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long mkFreshConst (long a0, String a1, long a2) throws Z3Exception
 
static long mkTrue (long a0) throws Z3Exception
 
static long mkFalse (long a0) throws Z3Exception
 
static long mkEq (long a0, long a1, long a2) throws Z3Exception
 
static long mkDistinct (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkNot (long a0, long a1) throws Z3Exception
 
static long mkIte (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkIff (long a0, long a1, long a2) throws Z3Exception
 
static long mkImplies (long a0, long a1, long a2) throws Z3Exception
 
static long mkXor (long a0, long a1, long a2) throws Z3Exception
 
static long mkAnd (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkOr (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkAdd (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkMul (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSub (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkUnaryMinus (long a0, long a1) throws Z3Exception
 
static long mkDiv (long a0, long a1, long a2) throws Z3Exception
 
static long mkMod (long a0, long a1, long a2) throws Z3Exception
 
static long mkRem (long a0, long a1, long a2) throws Z3Exception
 
static long mkPower (long a0, long a1, long a2) throws Z3Exception
 
static long mkLt (long a0, long a1, long a2) throws Z3Exception
 
static long mkLe (long a0, long a1, long a2) throws Z3Exception
 
static long mkGt (long a0, long a1, long a2) throws Z3Exception
 
static long mkGe (long a0, long a1, long a2) throws Z3Exception
 
static long mkInt2real (long a0, long a1) throws Z3Exception
 
static long mkReal2int (long a0, long a1) throws Z3Exception
 
static long mkIsInt (long a0, long a1) throws Z3Exception
 
static long mkBvnot (long a0, long a1) throws Z3Exception
 
static long mkBvredand (long a0, long a1) throws Z3Exception
 
static long mkBvredor (long a0, long a1) throws Z3Exception
 
static long mkBvand (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvxor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvnand (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvnor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvxnor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvneg (long a0, long a1) throws Z3Exception
 
static long mkBvadd (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsub (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvmul (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvudiv (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsdiv (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvurem (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsrem (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsmod (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvult (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvslt (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvule (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsle (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvuge (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsge (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvugt (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsgt (long a0, long a1, long a2) throws Z3Exception
 
static long mkConcat (long a0, long a1, long a2) throws Z3Exception
 
static long mkExtract (long a0, int a1, int a2, long a3) throws Z3Exception
 
static long mkSignExt (long a0, int a1, long a2) throws Z3Exception
 
static long mkZeroExt (long a0, int a1, long a2) throws Z3Exception
 
static long mkRepeat (long a0, int a1, long a2) throws Z3Exception
 
static long mkBvshl (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvlshr (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvashr (long a0, long a1, long a2) throws Z3Exception
 
static long mkRotateLeft (long a0, int a1, long a2) throws Z3Exception
 
static long mkRotateRight (long a0, int a1, long a2) throws Z3Exception
 
static long mkExtRotateLeft (long a0, long a1, long a2) throws Z3Exception
 
static long mkExtRotateRight (long a0, long a1, long a2) throws Z3Exception
 
static long mkInt2bv (long a0, int a1, long a2) throws Z3Exception
 
static long mkBv2int (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkBvaddNoOverflow (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static long mkBvaddNoUnderflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsubNoOverflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsubNoUnderflow (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static long mkBvsdivNoOverflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvnegNoOverflow (long a0, long a1) throws Z3Exception
 
static long mkBvmulNoOverflow (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static long mkBvmulNoUnderflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkSelect (long a0, long a1, long a2) throws Z3Exception
 
static long mkStore (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkConstArray (long a0, long a1, long a2) throws Z3Exception
 
static long mkMap (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkArrayDefault (long a0, long a1) throws Z3Exception
 
static long mkSetSort (long a0, long a1) throws Z3Exception
 
static long mkEmptySet (long a0, long a1) throws Z3Exception
 
static long mkFullSet (long a0, long a1) throws Z3Exception
 
static long mkSetAdd (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetDel (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetUnion (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSetIntersect (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSetDifference (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetComplement (long a0, long a1) throws Z3Exception
 
static long mkSetMember (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetSubset (long a0, long a1, long a2) throws Z3Exception
 
static long mkNumeral (long a0, String a1, long a2) throws Z3Exception
 
static long mkReal (long a0, int a1, int a2) throws Z3Exception
 
static long mkInt (long a0, int a1, long a2) throws Z3Exception
 
static long mkUnsignedInt (long a0, int a1, long a2) throws Z3Exception
 
static long mkInt64 (long a0, long a1, long a2) throws Z3Exception
 
static long mkUnsignedInt64 (long a0, long a1, long a2) throws Z3Exception
 
static long mkPattern (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkBound (long a0, int a1, long a2) throws Z3Exception
 
static long mkForall (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) throws Z3Exception
 
static long mkExists (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) throws Z3Exception
 
static long mkQuantifier (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8) throws Z3Exception
 
static long mkQuantifierEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12) throws Z3Exception
 
static long mkForallConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) throws Z3Exception
 
static long mkExistsConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) throws Z3Exception
 
static long mkQuantifierConst (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7) throws Z3Exception
 
static long mkQuantifierConstEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11) throws Z3Exception
 
static int getSymbolKind (long a0, long a1) throws Z3Exception
 
static int getSymbolInt (long a0, long a1) throws Z3Exception
 
static String getSymbolString (long a0, long a1) throws Z3Exception
 
static long getSortName (long a0, long a1) throws Z3Exception
 
static int getSortId (long a0, long a1) throws Z3Exception
 
static long sortToAst (long a0, long a1) throws Z3Exception
 
static boolean isEqSort (long a0, long a1, long a2) throws Z3Exception
 
static int getSortKind (long a0, long a1) throws Z3Exception
 
static int getBvSortSize (long a0, long a1) throws Z3Exception
 
static boolean getFiniteDomainSortSize (long a0, long a1, LongPtr a2) throws Z3Exception
 
static long getArraySortDomain (long a0, long a1) throws Z3Exception
 
static long getArraySortRange (long a0, long a1) throws Z3Exception
 
static long getTupleSortMkDecl (long a0, long a1) throws Z3Exception
 
static int getTupleSortNumFields (long a0, long a1) throws Z3Exception
 
static long getTupleSortFieldDecl (long a0, long a1, int a2) throws Z3Exception
 
static int getDatatypeSortNumConstructors (long a0, long a1) throws Z3Exception
 
static long getDatatypeSortConstructor (long a0, long a1, int a2) throws Z3Exception
 
static long getDatatypeSortRecognizer (long a0, long a1, int a2) throws Z3Exception
 
static long getDatatypeSortConstructorAccessor (long a0, long a1, int a2, int a3) throws Z3Exception
 
static int getRelationArity (long a0, long a1) throws Z3Exception
 
static long getRelationColumn (long a0, long a1, int a2) throws Z3Exception
 
static long funcDeclToAst (long a0, long a1) throws Z3Exception
 
static boolean isEqFuncDecl (long a0, long a1, long a2) throws Z3Exception
 
static int getFuncDeclId (long a0, long a1) throws Z3Exception
 
static long getDeclName (long a0, long a1) throws Z3Exception
 
static int getDeclKind (long a0, long a1) throws Z3Exception
 
static int getDomainSize (long a0, long a1) throws Z3Exception
 
static int getArity (long a0, long a1) throws Z3Exception
 
static long getDomain (long a0, long a1, int a2) throws Z3Exception
 
static long getRange (long a0, long a1) throws Z3Exception
 
static int getDeclNumParameters (long a0, long a1) throws Z3Exception
 
static int getDeclParameterKind (long a0, long a1, int a2) throws Z3Exception
 
static int getDeclIntParameter (long a0, long a1, int a2) throws Z3Exception
 
static double getDeclDoubleParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclSymbolParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclSortParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclAstParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclFuncDeclParameter (long a0, long a1, int a2) throws Z3Exception
 
static String getDeclRationalParameter (long a0, long a1, int a2) throws Z3Exception
 
static long appToAst (long a0, long a1) throws Z3Exception
 
static long getAppDecl (long a0, long a1) throws Z3Exception
 
static int getAppNumArgs (long a0, long a1) throws Z3Exception
 
static long getAppArg (long a0, long a1, int a2) throws Z3Exception
 
static boolean isEqAst (long a0, long a1, long a2) throws Z3Exception
 
static int getAstId (long a0, long a1) throws Z3Exception
 
static int getAstHash (long a0, long a1) throws Z3Exception
 
static long getSort (long a0, long a1) throws Z3Exception
 
static boolean isWellSorted (long a0, long a1) throws Z3Exception
 
static int getBoolValue (long a0, long a1) throws Z3Exception
 
static int getAstKind (long a0, long a1) throws Z3Exception
 
static boolean isApp (long a0, long a1) throws Z3Exception
 
static boolean isNumeralAst (long a0, long a1) throws Z3Exception
 
static boolean isAlgebraicNumber (long a0, long a1) throws Z3Exception
 
static long toApp (long a0, long a1) throws Z3Exception
 
static long toFuncDecl (long a0, long a1) throws Z3Exception
 
static String getNumeralString (long a0, long a1) throws Z3Exception
 
static String getNumeralDecimalString (long a0, long a1, int a2) throws Z3Exception
 
static long getNumerator (long a0, long a1) throws Z3Exception
 
static long getDenominator (long a0, long a1) throws Z3Exception
 
static boolean getNumeralSmall (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception
 
static boolean getNumeralInt (long a0, long a1, IntPtr a2) throws Z3Exception
 
static boolean getNumeralUint (long a0, long a1, IntPtr a2) throws Z3Exception
 
static boolean getNumeralUint64 (long a0, long a1, LongPtr a2) throws Z3Exception
 
static boolean getNumeralInt64 (long a0, long a1, LongPtr a2) throws Z3Exception
 
static boolean getNumeralRationalInt64 (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception
 
static long getAlgebraicNumberLower (long a0, long a1, int a2) throws Z3Exception
 
static long getAlgebraicNumberUpper (long a0, long a1, int a2) throws Z3Exception
 
static long patternToAst (long a0, long a1) throws Z3Exception
 
static int getPatternNumTerms (long a0, long a1) throws Z3Exception
 
static long getPattern (long a0, long a1, int a2) throws Z3Exception
 
static int getIndexValue (long a0, long a1) throws Z3Exception
 
static boolean isQuantifierForall (long a0, long a1) throws Z3Exception
 
static int getQuantifierWeight (long a0, long a1) throws Z3Exception
 
static int getQuantifierNumPatterns (long a0, long a1) throws Z3Exception
 
static long getQuantifierPatternAst (long a0, long a1, int a2) throws Z3Exception
 
static int getQuantifierNumNoPatterns (long a0, long a1) throws Z3Exception
 
static long getQuantifierNoPatternAst (long a0, long a1, int a2) throws Z3Exception
 
static int getQuantifierNumBound (long a0, long a1) throws Z3Exception
 
static long getQuantifierBoundName (long a0, long a1, int a2) throws Z3Exception
 
static long getQuantifierBoundSort (long a0, long a1, int a2) throws Z3Exception
 
static long getQuantifierBody (long a0, long a1) throws Z3Exception
 
static long simplify (long a0, long a1) throws Z3Exception
 
static long simplifyEx (long a0, long a1, long a2) throws Z3Exception
 
static String simplifyGetHelp (long a0) throws Z3Exception
 
static long simplifyGetParamDescrs (long a0) throws Z3Exception
 
static long updateTerm (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long substitute (long a0, long a1, int a2, long[] a3, long[] a4) throws Z3Exception
 
static long substituteVars (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long translate (long a0, long a1, long a2) throws Z3Exception
 
static void modelIncRef (long a0, long a1) throws Z3Exception
 
static void modelDecRef (long a0, long a1) throws Z3Exception
 
static boolean modelEval (long a0, long a1, long a2, boolean a3, LongPtr a4) throws Z3Exception
 
static long modelGetConstInterp (long a0, long a1, long a2) throws Z3Exception
 
static boolean modelHasInterp (long a0, long a1, long a2) throws Z3Exception
 
static long modelGetFuncInterp (long a0, long a1, long a2) throws Z3Exception
 
static int modelGetNumConsts (long a0, long a1) throws Z3Exception
 
static long modelGetConstDecl (long a0, long a1, int a2) throws Z3Exception
 
static int modelGetNumFuncs (long a0, long a1) throws Z3Exception
 
static long modelGetFuncDecl (long a0, long a1, int a2) throws Z3Exception
 
static int modelGetNumSorts (long a0, long a1) throws Z3Exception
 
static long modelGetSort (long a0, long a1, int a2) throws Z3Exception
 
static long modelGetSortUniverse (long a0, long a1, long a2) throws Z3Exception
 
static boolean isAsArray (long a0, long a1) throws Z3Exception
 
static long getAsArrayFuncDecl (long a0, long a1) throws Z3Exception
 
static void funcInterpIncRef (long a0, long a1) throws Z3Exception
 
static void funcInterpDecRef (long a0, long a1) throws Z3Exception
 
static int funcInterpGetNumEntries (long a0, long a1) throws Z3Exception
 
static long funcInterpGetEntry (long a0, long a1, int a2) throws Z3Exception
 
static long funcInterpGetElse (long a0, long a1) throws Z3Exception
 
static int funcInterpGetArity (long a0, long a1) throws Z3Exception
 
static void funcEntryIncRef (long a0, long a1) throws Z3Exception
 
static void funcEntryDecRef (long a0, long a1) throws Z3Exception
 
static long funcEntryGetValue (long a0, long a1) throws Z3Exception
 
static int funcEntryGetNumArgs (long a0, long a1) throws Z3Exception
 
static long funcEntryGetArg (long a0, long a1, int a2) throws Z3Exception
 
static int openLog (String a0)
 
static void appendLog (String a0)
 
static void closeLog ()
 
static void toggleWarningMessages (boolean a0)
 
static void setAstPrintMode (long a0, int a1) throws Z3Exception
 
static String astToString (long a0, long a1) throws Z3Exception
 
static String patternToString (long a0, long a1) throws Z3Exception
 
static String sortToString (long a0, long a1) throws Z3Exception
 
static String funcDeclToString (long a0, long a1) throws Z3Exception
 
static String modelToString (long a0, long a1) throws Z3Exception
 
static String benchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7) throws Z3Exception
 
static long parseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static long parseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static void parseSmtlibString (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static void parseSmtlibFile (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static int getSmtlibNumFormulas (long a0) throws Z3Exception
 
static long getSmtlibFormula (long a0, int a1) throws Z3Exception
 
static int getSmtlibNumAssumptions (long a0) throws Z3Exception
 
static long getSmtlibAssumption (long a0, int a1) throws Z3Exception
 
static int getSmtlibNumDecls (long a0) throws Z3Exception
 
static long getSmtlibDecl (long a0, int a1) throws Z3Exception
 
static int getSmtlibNumSorts (long a0) throws Z3Exception
 
static long getSmtlibSort (long a0, int a1) throws Z3Exception
 
static String getSmtlibError (long a0) throws Z3Exception
 
static int getErrorCode (long a0) throws Z3Exception
 
static void setError (long a0, int a1) throws Z3Exception
 
static String getErrorMsg (int a0)
 
static String getErrorMsgEx (long a0, int a1) throws Z3Exception
 
static void getVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
 
static void enableTrace (String a0)
 
static void disableTrace (String a0)
 
static void resetMemory ()
 
static long mkFixedpoint (long a0) throws Z3Exception
 
static void fixedpointIncRef (long a0, long a1) throws Z3Exception
 
static void fixedpointDecRef (long a0, long a1) throws Z3Exception
 
static void fixedpointAddRule (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void fixedpointAddFact (long a0, long a1, long a2, int a3, int[] a4) throws Z3Exception
 
static void fixedpointAssert (long a0, long a1, long a2) throws Z3Exception
 
static int fixedpointQuery (long a0, long a1, long a2) throws Z3Exception
 
static int fixedpointQueryRelations (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long fixedpointGetAnswer (long a0, long a1) throws Z3Exception
 
static String fixedpointGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static void fixedpointUpdateRule (long a0, long a1, long a2, long a3) throws Z3Exception
 
static int fixedpointGetNumLevels (long a0, long a1, long a2) throws Z3Exception
 
static long fixedpointGetCoverDelta (long a0, long a1, int a2, long a3) throws Z3Exception
 
static void fixedpointAddCover (long a0, long a1, int a2, long a3, long a4) throws Z3Exception
 
static long fixedpointGetStatistics (long a0, long a1) throws Z3Exception
 
static void fixedpointRegisterRelation (long a0, long a1, long a2) throws Z3Exception
 
static void fixedpointSetPredicateRepresentation (long a0, long a1, long a2, int a3, long[] a4) throws Z3Exception
 
static long fixedpointGetRules (long a0, long a1) throws Z3Exception
 
static long fixedpointGetAssertions (long a0, long a1) throws Z3Exception
 
static void fixedpointSetParams (long a0, long a1, long a2) throws Z3Exception
 
static String fixedpointGetHelp (long a0, long a1) throws Z3Exception
 
static long fixedpointGetParamDescrs (long a0, long a1) throws Z3Exception
 
static String fixedpointToString (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long fixedpointFromString (long a0, long a1, String a2) throws Z3Exception
 
static long fixedpointFromFile (long a0, long a1, String a2) throws Z3Exception
 
static void fixedpointPush (long a0, long a1) throws Z3Exception
 
static void fixedpointPop (long a0, long a1) throws Z3Exception
 
static long mkAstVector (long a0) throws Z3Exception
 
static void astVectorIncRef (long a0, long a1) throws Z3Exception
 
static void astVectorDecRef (long a0, long a1) throws Z3Exception
 
static int astVectorSize (long a0, long a1) throws Z3Exception
 
static long astVectorGet (long a0, long a1, int a2) throws Z3Exception
 
static void astVectorSet (long a0, long a1, int a2, long a3) throws Z3Exception
 
static void astVectorResize (long a0, long a1, int a2) throws Z3Exception
 
static void astVectorPush (long a0, long a1, long a2) throws Z3Exception
 
static long astVectorTranslate (long a0, long a1, long a2) throws Z3Exception
 
static String astVectorToString (long a0, long a1) throws Z3Exception
 
static long mkAstMap (long a0) throws Z3Exception
 
static void astMapIncRef (long a0, long a1) throws Z3Exception
 
static void astMapDecRef (long a0, long a1) throws Z3Exception
 
static boolean astMapContains (long a0, long a1, long a2) throws Z3Exception
 
static long astMapFind (long a0, long a1, long a2) throws Z3Exception
 
static void astMapInsert (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void astMapErase (long a0, long a1, long a2) throws Z3Exception
 
static void astMapReset (long a0, long a1) throws Z3Exception
 
static int astMapSize (long a0, long a1) throws Z3Exception
 
static long astMapKeys (long a0, long a1) throws Z3Exception
 
static String astMapToString (long a0, long a1) throws Z3Exception
 
static long mkGoal (long a0, boolean a1, boolean a2, boolean a3) throws Z3Exception
 
static void goalIncRef (long a0, long a1) throws Z3Exception
 
static void goalDecRef (long a0, long a1) throws Z3Exception
 
static int goalPrecision (long a0, long a1) throws Z3Exception
 
static void goalAssert (long a0, long a1, long a2) throws Z3Exception
 
static boolean goalInconsistent (long a0, long a1) throws Z3Exception
 
static int goalDepth (long a0, long a1) throws Z3Exception
 
static void goalReset (long a0, long a1) throws Z3Exception
 
static int goalSize (long a0, long a1) throws Z3Exception
 
static long goalFormula (long a0, long a1, int a2) throws Z3Exception
 
static int goalNumExprs (long a0, long a1) throws Z3Exception
 
static boolean goalIsDecidedSat (long a0, long a1) throws Z3Exception
 
static boolean goalIsDecidedUnsat (long a0, long a1) throws Z3Exception
 
static long goalTranslate (long a0, long a1, long a2) throws Z3Exception
 
static String goalToString (long a0, long a1) throws Z3Exception
 
static long mkTactic (long a0, String a1) throws Z3Exception
 
static void tacticIncRef (long a0, long a1) throws Z3Exception
 
static void tacticDecRef (long a0, long a1) throws Z3Exception
 
static long mkProbe (long a0, String a1) throws Z3Exception
 
static void probeIncRef (long a0, long a1) throws Z3Exception
 
static void probeDecRef (long a0, long a1) throws Z3Exception
 
static long tacticAndThen (long a0, long a1, long a2) throws Z3Exception
 
static long tacticOrElse (long a0, long a1, long a2) throws Z3Exception
 
static long tacticParOr (long a0, int a1, long[] a2) throws Z3Exception
 
static long tacticParAndThen (long a0, long a1, long a2) throws Z3Exception
 
static long tacticTryFor (long a0, long a1, int a2) throws Z3Exception
 
static long tacticWhen (long a0, long a1, long a2) throws Z3Exception
 
static long tacticCond (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long tacticRepeat (long a0, long a1, int a2) throws Z3Exception
 
static long tacticSkip (long a0) throws Z3Exception
 
static long tacticFail (long a0) throws Z3Exception
 
static long tacticFailIf (long a0, long a1) throws Z3Exception
 
static long tacticFailIfNotDecided (long a0) throws Z3Exception
 
static long tacticUsingParams (long a0, long a1, long a2) throws Z3Exception
 
static long probeConst (long a0, double a1) throws Z3Exception
 
static long probeLt (long a0, long a1, long a2) throws Z3Exception
 
static long probeGt (long a0, long a1, long a2) throws Z3Exception
 
static long probeLe (long a0, long a1, long a2) throws Z3Exception
 
static long probeGe (long a0, long a1, long a2) throws Z3Exception
 
static long probeEq (long a0, long a1, long a2) throws Z3Exception
 
static long probeAnd (long a0, long a1, long a2) throws Z3Exception
 
static long probeOr (long a0, long a1, long a2) throws Z3Exception
 
static long probeNot (long a0, long a1) throws Z3Exception
 
static int getNumTactics (long a0) throws Z3Exception
 
static String getTacticName (long a0, int a1) throws Z3Exception
 
static int getNumProbes (long a0) throws Z3Exception
 
static String getProbeName (long a0, int a1) throws Z3Exception
 
static String tacticGetHelp (long a0, long a1) throws Z3Exception
 
static long tacticGetParamDescrs (long a0, long a1) throws Z3Exception
 
static String tacticGetDescr (long a0, String a1) throws Z3Exception
 
static String probeGetDescr (long a0, String a1) throws Z3Exception
 
static double probeApply (long a0, long a1, long a2) throws Z3Exception
 
static long tacticApply (long a0, long a1, long a2) throws Z3Exception
 
static long tacticApplyEx (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void applyResultIncRef (long a0, long a1) throws Z3Exception
 
static void applyResultDecRef (long a0, long a1) throws Z3Exception
 
static String applyResultToString (long a0, long a1) throws Z3Exception
 
static int applyResultGetNumSubgoals (long a0, long a1) throws Z3Exception
 
static long applyResultGetSubgoal (long a0, long a1, int a2) throws Z3Exception
 
static long applyResultConvertModel (long a0, long a1, int a2, long a3) throws Z3Exception
 
static long mkSolver (long a0) throws Z3Exception
 
static long mkSimpleSolver (long a0) throws Z3Exception
 
static long mkSolverForLogic (long a0, long a1) throws Z3Exception
 
static long mkSolverFromTactic (long a0, long a1) throws Z3Exception
 
static String solverGetHelp (long a0, long a1) throws Z3Exception
 
static long solverGetParamDescrs (long a0, long a1) throws Z3Exception
 
static void solverSetParams (long a0, long a1, long a2) throws Z3Exception
 
static void solverIncRef (long a0, long a1) throws Z3Exception
 
static void solverDecRef (long a0, long a1) throws Z3Exception
 
static void solverPush (long a0, long a1) throws Z3Exception
 
static void solverPop (long a0, long a1, int a2) throws Z3Exception
 
static void solverReset (long a0, long a1) throws Z3Exception
 
static int solverGetNumScopes (long a0, long a1) throws Z3Exception
 
static void solverAssert (long a0, long a1, long a2) throws Z3Exception
 
static void solverAssertAndTrack (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long solverGetAssertions (long a0, long a1) throws Z3Exception
 
static int solverCheck (long a0, long a1) throws Z3Exception
 
static int solverCheckAssumptions (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long solverGetModel (long a0, long a1) throws Z3Exception
 
static long solverGetProof (long a0, long a1) throws Z3Exception
 
static long solverGetUnsatCore (long a0, long a1) throws Z3Exception
 
static String solverGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static long solverGetStatistics (long a0, long a1) throws Z3Exception
 
static String solverToString (long a0, long a1) throws Z3Exception
 
static String statsToString (long a0, long a1) throws Z3Exception
 
static void statsIncRef (long a0, long a1) throws Z3Exception
 
static void statsDecRef (long a0, long a1) throws Z3Exception
 
static int statsSize (long a0, long a1) throws Z3Exception
 
static String statsGetKey (long a0, long a1, int a2) throws Z3Exception
 
static boolean statsIsUint (long a0, long a1, int a2) throws Z3Exception
 
static boolean statsIsDouble (long a0, long a1, int a2) throws Z3Exception
 
static int statsGetUintValue (long a0, long a1, int a2) throws Z3Exception
 
static double statsGetDoubleValue (long a0, long a1, int a2) throws Z3Exception
 
static long mkInjectiveFunction (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static void setLogic (long a0, String a1) throws Z3Exception
 
static void push (long a0) throws Z3Exception
 
static void pop (long a0, int a1) throws Z3Exception
 
static int getNumScopes (long a0) throws Z3Exception
 
static void persistAst (long a0, long a1, int a2) throws Z3Exception
 
static void assertCnstr (long a0, long a1) throws Z3Exception
 
static int checkAndGetModel (long a0, LongPtr a1) throws Z3Exception
 
static int check (long a0) throws Z3Exception
 
static int checkAssumptions (long a0, int a1, long[] a2, LongPtr a3, LongPtr a4, IntPtr a5, long[] a6) throws Z3Exception
 
static int getImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4) throws Z3Exception
 
static void delModel (long a0, long a1) throws Z3Exception
 
static void softCheckCancel (long a0) throws Z3Exception
 
static int getSearchFailure (long a0) throws Z3Exception
 
static long mkLabel (long a0, long a1, boolean a2, long a3) throws Z3Exception
 
static long getRelevantLabels (long a0) throws Z3Exception
 
static long getRelevantLiterals (long a0) throws Z3Exception
 
static long getGuessedLiterals (long a0) throws Z3Exception
 
static void delLiterals (long a0, long a1) throws Z3Exception
 
static int getNumLiterals (long a0, long a1) throws Z3Exception
 
static long getLabelSymbol (long a0, long a1, int a2) throws Z3Exception
 
static long getLiteral (long a0, long a1, int a2) throws Z3Exception
 
static void disableLiteral (long a0, long a1, int a2) throws Z3Exception
 
static void blockLiterals (long a0, long a1) throws Z3Exception
 
static int getModelNumConstants (long a0, long a1) throws Z3Exception
 
static long getModelConstant (long a0, long a1, int a2) throws Z3Exception
 
static int getModelNumFuncs (long a0, long a1) throws Z3Exception
 
static long getModelFuncDecl (long a0, long a1, int a2) throws Z3Exception
 
static boolean evalFuncDecl (long a0, long a1, long a2, LongPtr a3) throws Z3Exception
 
static boolean isArrayValue (long a0, long a1, long a2, IntPtr a3) throws Z3Exception
 
static void getArrayValue (long a0, long a1, long a2, int a3, long[] a4, long[] a5, LongPtr a6) throws Z3Exception
 
static long getModelFuncElse (long a0, long a1, int a2) throws Z3Exception
 
static int getModelFuncNumEntries (long a0, long a1, int a2) throws Z3Exception
 
static int getModelFuncEntryNumArgs (long a0, long a1, int a2, int a3) throws Z3Exception
 
static long getModelFuncEntryArg (long a0, long a1, int a2, int a3, int a4) throws Z3Exception
 
static long getModelFuncEntryValue (long a0, long a1, int a2, int a3) throws Z3Exception
 
static boolean eval (long a0, long a1, long a2, LongPtr a3) throws Z3Exception
 
static boolean evalDecl (long a0, long a1, long a2, int a3, long[] a4, LongPtr a5) throws Z3Exception
 
static String contextToString (long a0) throws Z3Exception
 
static String statisticsToString (long a0) throws Z3Exception
 
static long getContextAssignment (long a0) throws Z3Exception
 
static boolean algebraicIsValue (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsPos (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsNeg (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsZero (long a0, long a1) throws Z3Exception
 
static int algebraicSign (long a0, long a1) throws Z3Exception
 
static long algebraicAdd (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicSub (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicMul (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicDiv (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicRoot (long a0, long a1, int a2) throws Z3Exception
 
static long algebraicPower (long a0, long a1, int a2) throws Z3Exception
 
static boolean algebraicLt (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicGt (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicLe (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicGe (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicEq (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicNeq (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicRoots (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static int algebraicEval (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long polynomialSubresultants (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void rcfDel (long a0, long a1) throws Z3Exception
 
static long rcfMkRational (long a0, String a1) throws Z3Exception
 
static long rcfMkSmallInt (long a0, int a1) throws Z3Exception
 
static long rcfMkPi (long a0) throws Z3Exception
 
static long rcfMkE (long a0) throws Z3Exception
 
static long rcfMkInfinitesimal (long a0) throws Z3Exception
 
static int rcfMkRoots (long a0, int a1, long[] a2, long[] a3) throws Z3Exception
 
static long rcfAdd (long a0, long a1, long a2) throws Z3Exception
 
static long rcfSub (long a0, long a1, long a2) throws Z3Exception
 
static long rcfMul (long a0, long a1, long a2) throws Z3Exception
 
static long rcfDiv (long a0, long a1, long a2) throws Z3Exception
 
static long rcfNeg (long a0, long a1) throws Z3Exception
 
static long rcfInv (long a0, long a1) throws Z3Exception
 
static long rcfPower (long a0, long a1, int a2) throws Z3Exception
 
static boolean rcfLt (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfGt (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfLe (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfGe (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfEq (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfNeq (long a0, long a1, long a2) throws Z3Exception
 
static String rcfNumToString (long a0, long a1, boolean a2, boolean a3) throws Z3Exception
 
static String rcfNumToDecimalString (long a0, long a1, int a2) throws Z3Exception
 
static void rcfGetNumeratorDenominator (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception
 
static long mkInterpolant (long a0, long a1) throws Z3Exception
 
static long mkInterpolationContext (long a0)
 
static long getInterpolant (long a0, long a1, long a2, long a3) throws Z3Exception
 
static int computeInterpolant (long a0, long a1, long a2, LongPtr a3, LongPtr a4) throws Z3Exception
 
static String interpolationProfile (long a0) throws Z3Exception
 
static int readInterpolationProblem (long a0, IntPtr a1, ObjArrayPtr a2, UIntArrayPtr a3, String a4, StringPtr a5, IntPtr a6, ObjArrayPtr a7) throws Z3Exception
 
static int checkInterpolant (long a0, int a1, long[] a2, int[] a3, long[] a4, StringPtr a5, int a6, long[] a7) throws Z3Exception
 
static void writeInterpolationProblem (long a0, int a1, long[] a2, int[] a3, String a4, int a5, long[] a6) throws Z3Exception
 

Static Protected Member Functions

static native void INTERNALglobalParamSet (String a0, String a1)
 
static native void INTERNALglobalParamResetAll ()
 
static native boolean INTERNALglobalParamGet (String a0, StringPtr a1)
 
static native long INTERNALmkConfig ()
 
static native void INTERNALdelConfig (long a0)
 
static native void INTERNALsetParamValue (long a0, String a1, String a2)
 
static native long INTERNALmkContext (long a0)
 
static native long INTERNALmkContextRc (long a0)
 
static native void INTERNALdelContext (long a0)
 
static native void INTERNALincRef (long a0, long a1)
 
static native void INTERNALdecRef (long a0, long a1)
 
static native void INTERNALupdateParamValue (long a0, String a1, String a2)
 
static native void INTERNALinterrupt (long a0)
 
static native long INTERNALmkParams (long a0)
 
static native void INTERNALparamsIncRef (long a0, long a1)
 
static native void INTERNALparamsDecRef (long a0, long a1)
 
static native void INTERNALparamsSetBool (long a0, long a1, long a2, boolean a3)
 
static native void INTERNALparamsSetUint (long a0, long a1, long a2, int a3)
 
static native void INTERNALparamsSetDouble (long a0, long a1, long a2, double a3)
 
static native void INTERNALparamsSetSymbol (long a0, long a1, long a2, long a3)
 
static native String INTERNALparamsToString (long a0, long a1)
 
static native void INTERNALparamsValidate (long a0, long a1, long a2)
 
static native void INTERNALparamDescrsIncRef (long a0, long a1)
 
static native void INTERNALparamDescrsDecRef (long a0, long a1)
 
static native int INTERNALparamDescrsGetKind (long a0, long a1, long a2)
 
static native int INTERNALparamDescrsSize (long a0, long a1)
 
static native long INTERNALparamDescrsGetName (long a0, long a1, int a2)
 
static native String INTERNALparamDescrsToString (long a0, long a1)
 
static native long INTERNALmkIntSymbol (long a0, int a1)
 
static native long INTERNALmkStringSymbol (long a0, String a1)
 
static native long INTERNALmkUninterpretedSort (long a0, long a1)
 
static native long INTERNALmkBoolSort (long a0)
 
static native long INTERNALmkIntSort (long a0)
 
static native long INTERNALmkRealSort (long a0)
 
static native long INTERNALmkBvSort (long a0, int a1)
 
static native long INTERNALmkFiniteDomainSort (long a0, long a1, long a2)
 
static native long INTERNALmkArraySort (long a0, long a1, long a2)
 
static native long INTERNALmkTupleSort (long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6)
 
static native long INTERNALmkEnumerationSort (long a0, long a1, int a2, long[] a3, long[] a4, long[] a5)
 
static native long INTERNALmkListSort (long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8)
 
static native long INTERNALmkConstructor (long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6)
 
static native void INTERNALdelConstructor (long a0, long a1)
 
static native long INTERNALmkDatatype (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkConstructorList (long a0, int a1, long[] a2)
 
static native void INTERNALdelConstructorList (long a0, long a1)
 
static native void INTERNALmkDatatypes (long a0, int a1, long[] a2, long[] a3, long[] a4)
 
static native void INTERNALqueryConstructor (long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5)
 
static native long INTERNALmkFuncDecl (long a0, long a1, int a2, long[] a3, long a4)
 
static native long INTERNALmkApp (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkConst (long a0, long a1, long a2)
 
static native long INTERNALmkFreshFuncDecl (long a0, String a1, int a2, long[] a3, long a4)
 
static native long INTERNALmkFreshConst (long a0, String a1, long a2)
 
static native long INTERNALmkTrue (long a0)
 
static native long INTERNALmkFalse (long a0)
 
static native long INTERNALmkEq (long a0, long a1, long a2)
 
static native long INTERNALmkDistinct (long a0, int a1, long[] a2)
 
static native long INTERNALmkNot (long a0, long a1)
 
static native long INTERNALmkIte (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkIff (long a0, long a1, long a2)
 
static native long INTERNALmkImplies (long a0, long a1, long a2)
 
static native long INTERNALmkXor (long a0, long a1, long a2)
 
static native long INTERNALmkAnd (long a0, int a1, long[] a2)
 
static native long INTERNALmkOr (long a0, int a1, long[] a2)
 
static native long INTERNALmkAdd (long a0, int a1, long[] a2)
 
static native long INTERNALmkMul (long a0, int a1, long[] a2)
 
static native long INTERNALmkSub (long a0, int a1, long[] a2)
 
static native long INTERNALmkUnaryMinus (long a0, long a1)
 
static native long INTERNALmkDiv (long a0, long a1, long a2)
 
static native long INTERNALmkMod (long a0, long a1, long a2)
 
static native long INTERNALmkRem (long a0, long a1, long a2)
 
static native long INTERNALmkPower (long a0, long a1, long a2)
 
static native long INTERNALmkLt (long a0, long a1, long a2)
 
static native long INTERNALmkLe (long a0, long a1, long a2)
 
static native long INTERNALmkGt (long a0, long a1, long a2)
 
static native long INTERNALmkGe (long a0, long a1, long a2)
 
static native long INTERNALmkInt2real (long a0, long a1)
 
static native long INTERNALmkReal2int (long a0, long a1)
 
static native long INTERNALmkIsInt (long a0, long a1)
 
static native long INTERNALmkBvnot (long a0, long a1)
 
static native long INTERNALmkBvredand (long a0, long a1)
 
static native long INTERNALmkBvredor (long a0, long a1)
 
static native long INTERNALmkBvand (long a0, long a1, long a2)
 
static native long INTERNALmkBvor (long a0, long a1, long a2)
 
static native long INTERNALmkBvxor (long a0, long a1, long a2)
 
static native long INTERNALmkBvnand (long a0, long a1, long a2)
 
static native long INTERNALmkBvnor (long a0, long a1, long a2)
 
static native long INTERNALmkBvxnor (long a0, long a1, long a2)
 
static native long INTERNALmkBvneg (long a0, long a1)
 
static native long INTERNALmkBvadd (long a0, long a1, long a2)
 
static native long INTERNALmkBvsub (long a0, long a1, long a2)
 
static native long INTERNALmkBvmul (long a0, long a1, long a2)
 
static native long INTERNALmkBvudiv (long a0, long a1, long a2)
 
static native long INTERNALmkBvsdiv (long a0, long a1, long a2)
 
static native long INTERNALmkBvurem (long a0, long a1, long a2)
 
static native long INTERNALmkBvsrem (long a0, long a1, long a2)
 
static native long INTERNALmkBvsmod (long a0, long a1, long a2)
 
static native long INTERNALmkBvult (long a0, long a1, long a2)
 
static native long INTERNALmkBvslt (long a0, long a1, long a2)
 
static native long INTERNALmkBvule (long a0, long a1, long a2)
 
static native long INTERNALmkBvsle (long a0, long a1, long a2)
 
static native long INTERNALmkBvuge (long a0, long a1, long a2)
 
static native long INTERNALmkBvsge (long a0, long a1, long a2)
 
static native long INTERNALmkBvugt (long a0, long a1, long a2)
 
static native long INTERNALmkBvsgt (long a0, long a1, long a2)
 
static native long INTERNALmkConcat (long a0, long a1, long a2)
 
static native long INTERNALmkExtract (long a0, int a1, int a2, long a3)
 
static native long INTERNALmkSignExt (long a0, int a1, long a2)
 
static native long INTERNALmkZeroExt (long a0, int a1, long a2)
 
static native long INTERNALmkRepeat (long a0, int a1, long a2)
 
static native long INTERNALmkBvshl (long a0, long a1, long a2)
 
static native long INTERNALmkBvlshr (long a0, long a1, long a2)
 
static native long INTERNALmkBvashr (long a0, long a1, long a2)
 
static native long INTERNALmkRotateLeft (long a0, int a1, long a2)
 
static native long INTERNALmkRotateRight (long a0, int a1, long a2)
 
static native long INTERNALmkExtRotateLeft (long a0, long a1, long a2)
 
static native long INTERNALmkExtRotateRight (long a0, long a1, long a2)
 
static native long INTERNALmkInt2bv (long a0, int a1, long a2)
 
static native long INTERNALmkBv2int (long a0, long a1, boolean a2)
 
static native long INTERNALmkBvaddNoOverflow (long a0, long a1, long a2, boolean a3)
 
static native long INTERNALmkBvaddNoUnderflow (long a0, long a1, long a2)
 
static native long INTERNALmkBvsubNoOverflow (long a0, long a1, long a2)
 
static native long INTERNALmkBvsubNoUnderflow (long a0, long a1, long a2, boolean a3)
 
static native long INTERNALmkBvsdivNoOverflow (long a0, long a1, long a2)
 
static native long INTERNALmkBvnegNoOverflow (long a0, long a1)
 
static native long INTERNALmkBvmulNoOverflow (long a0, long a1, long a2, boolean a3)
 
static native long INTERNALmkBvmulNoUnderflow (long a0, long a1, long a2)
 
static native long INTERNALmkSelect (long a0, long a1, long a2)
 
static native long INTERNALmkStore (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkConstArray (long a0, long a1, long a2)
 
static native long INTERNALmkMap (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkArrayDefault (long a0, long a1)
 
static native long INTERNALmkSetSort (long a0, long a1)
 
static native long INTERNALmkEmptySet (long a0, long a1)
 
static native long INTERNALmkFullSet (long a0, long a1)
 
static native long INTERNALmkSetAdd (long a0, long a1, long a2)
 
static native long INTERNALmkSetDel (long a0, long a1, long a2)
 
static native long INTERNALmkSetUnion (long a0, int a1, long[] a2)
 
static native long INTERNALmkSetIntersect (long a0, int a1, long[] a2)
 
static native long INTERNALmkSetDifference (long a0, long a1, long a2)
 
static native long INTERNALmkSetComplement (long a0, long a1)
 
static native long INTERNALmkSetMember (long a0, long a1, long a2)
 
static native long INTERNALmkSetSubset (long a0, long a1, long a2)
 
static native long INTERNALmkNumeral (long a0, String a1, long a2)
 
static native long INTERNALmkReal (long a0, int a1, int a2)
 
static native long INTERNALmkInt (long a0, int a1, long a2)
 
static native long INTERNALmkUnsignedInt (long a0, int a1, long a2)
 
static native long INTERNALmkInt64 (long a0, long a1, long a2)
 
static native long INTERNALmkUnsignedInt64 (long a0, long a1, long a2)
 
static native long INTERNALmkPattern (long a0, int a1, long[] a2)
 
static native long INTERNALmkBound (long a0, int a1, long a2)
 
static native long INTERNALmkForall (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
 
static native long INTERNALmkExists (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
 
static native long INTERNALmkQuantifier (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8)
 
static native long INTERNALmkQuantifierEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12)
 
static native long INTERNALmkForallConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
 
static native long INTERNALmkExistsConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
 
static native long INTERNALmkQuantifierConst (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7)
 
static native long INTERNALmkQuantifierConstEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11)
 
static native int INTERNALgetSymbolKind (long a0, long a1)
 
static native int INTERNALgetSymbolInt (long a0, long a1)
 
static native String INTERNALgetSymbolString (long a0, long a1)
 
static native long INTERNALgetSortName (long a0, long a1)
 
static native int INTERNALgetSortId (long a0, long a1)
 
static native long INTERNALsortToAst (long a0, long a1)
 
static native boolean INTERNALisEqSort (long a0, long a1, long a2)
 
static native int INTERNALgetSortKind (long a0, long a1)
 
static native int INTERNALgetBvSortSize (long a0, long a1)
 
static native boolean INTERNALgetFiniteDomainSortSize (long a0, long a1, LongPtr a2)
 
static native long INTERNALgetArraySortDomain (long a0, long a1)
 
static native long INTERNALgetArraySortRange (long a0, long a1)
 
static native long INTERNALgetTupleSortMkDecl (long a0, long a1)
 
static native int INTERNALgetTupleSortNumFields (long a0, long a1)
 
static native long INTERNALgetTupleSortFieldDecl (long a0, long a1, int a2)
 
static native int INTERNALgetDatatypeSortNumConstructors (long a0, long a1)
 
static native long INTERNALgetDatatypeSortConstructor (long a0, long a1, int a2)
 
static native long INTERNALgetDatatypeSortRecognizer (long a0, long a1, int a2)
 
static native long INTERNALgetDatatypeSortConstructorAccessor (long a0, long a1, int a2, int a3)
 
static native int INTERNALgetRelationArity (long a0, long a1)
 
static native long INTERNALgetRelationColumn (long a0, long a1, int a2)
 
static native long INTERNALfuncDeclToAst (long a0, long a1)
 
static native boolean INTERNALisEqFuncDecl (long a0, long a1, long a2)
 
static native int INTERNALgetFuncDeclId (long a0, long a1)
 
static native long INTERNALgetDeclName (long a0, long a1)
 
static native int INTERNALgetDeclKind (long a0, long a1)
 
static native int INTERNALgetDomainSize (long a0, long a1)
 
static native int INTERNALgetArity (long a0, long a1)
 
static native long INTERNALgetDomain (long a0, long a1, int a2)
 
static native long INTERNALgetRange (long a0, long a1)
 
static native int INTERNALgetDeclNumParameters (long a0, long a1)
 
static native int INTERNALgetDeclParameterKind (long a0, long a1, int a2)
 
static native int INTERNALgetDeclIntParameter (long a0, long a1, int a2)
 
static native double INTERNALgetDeclDoubleParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclSymbolParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclSortParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclAstParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclFuncDeclParameter (long a0, long a1, int a2)
 
static native String INTERNALgetDeclRationalParameter (long a0, long a1, int a2)
 
static native long INTERNALappToAst (long a0, long a1)
 
static native long INTERNALgetAppDecl (long a0, long a1)
 
static native int INTERNALgetAppNumArgs (long a0, long a1)
 
static native long INTERNALgetAppArg (long a0, long a1, int a2)
 
static native boolean INTERNALisEqAst (long a0, long a1, long a2)
 
static native int INTERNALgetAstId (long a0, long a1)
 
static native int INTERNALgetAstHash (long a0, long a1)
 
static native long INTERNALgetSort (long a0, long a1)
 
static native boolean INTERNALisWellSorted (long a0, long a1)
 
static native int INTERNALgetBoolValue (long a0, long a1)
 
static native int INTERNALgetAstKind (long a0, long a1)
 
static native boolean INTERNALisApp (long a0, long a1)
 
static native boolean INTERNALisNumeralAst (long a0, long a1)
 
static native boolean INTERNALisAlgebraicNumber (long a0, long a1)
 
static native long INTERNALtoApp (long a0, long a1)
 
static native long INTERNALtoFuncDecl (long a0, long a1)
 
static native String INTERNALgetNumeralString (long a0, long a1)
 
static native String INTERNALgetNumeralDecimalString (long a0, long a1, int a2)
 
static native long INTERNALgetNumerator (long a0, long a1)
 
static native long INTERNALgetDenominator (long a0, long a1)
 
static native boolean INTERNALgetNumeralSmall (long a0, long a1, LongPtr a2, LongPtr a3)
 
static native boolean INTERNALgetNumeralInt (long a0, long a1, IntPtr a2)
 
static native boolean INTERNALgetNumeralUint (long a0, long a1, IntPtr a2)
 
static native boolean INTERNALgetNumeralUint64 (long a0, long a1, LongPtr a2)
 
static native boolean INTERNALgetNumeralInt64 (long a0, long a1, LongPtr a2)
 
static native boolean INTERNALgetNumeralRationalInt64 (long a0, long a1, LongPtr a2, LongPtr a3)
 
static native long INTERNALgetAlgebraicNumberLower (long a0, long a1, int a2)
 
static native long INTERNALgetAlgebraicNumberUpper (long a0, long a1, int a2)
 
static native long INTERNALpatternToAst (long a0, long a1)
 
static native int INTERNALgetPatternNumTerms (long a0, long a1)
 
static native long INTERNALgetPattern (long a0, long a1, int a2)
 
static native int INTERNALgetIndexValue (long a0, long a1)
 
static native boolean INTERNALisQuantifierForall (long a0, long a1)
 
static native int INTERNALgetQuantifierWeight (long a0, long a1)
 
static native int INTERNALgetQuantifierNumPatterns (long a0, long a1)
 
static native long INTERNALgetQuantifierPatternAst (long a0, long a1, int a2)
 
static native int INTERNALgetQuantifierNumNoPatterns (long a0, long a1)
 
static native long INTERNALgetQuantifierNoPatternAst (long a0, long a1, int a2)
 
static native int INTERNALgetQuantifierNumBound (long a0, long a1)
 
static native long INTERNALgetQuantifierBoundName (long a0, long a1, int a2)
 
static native long INTERNALgetQuantifierBoundSort (long a0, long a1, int a2)
 
static native long INTERNALgetQuantifierBody (long a0, long a1)
 
static native long INTERNALsimplify (long a0, long a1)
 
static native long INTERNALsimplifyEx (long a0, long a1, long a2)
 
static native String INTERNALsimplifyGetHelp (long a0)
 
static native long INTERNALsimplifyGetParamDescrs (long a0)
 
static native long INTERNALupdateTerm (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALsubstitute (long a0, long a1, int a2, long[] a3, long[] a4)
 
static native long INTERNALsubstituteVars (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALtranslate (long a0, long a1, long a2)
 
static native void INTERNALmodelIncRef (long a0, long a1)
 
static native void INTERNALmodelDecRef (long a0, long a1)
 
static native boolean INTERNALmodelEval (long a0, long a1, long a2, boolean a3, LongPtr a4)
 
static native long INTERNALmodelGetConstInterp (long a0, long a1, long a2)
 
static native boolean INTERNALmodelHasInterp (long a0, long a1, long a2)
 
static native long INTERNALmodelGetFuncInterp (long a0, long a1, long a2)
 
static native int INTERNALmodelGetNumConsts (long a0, long a1)
 
static native long INTERNALmodelGetConstDecl (long a0, long a1, int a2)
 
static native int INTERNALmodelGetNumFuncs (long a0, long a1)
 
static native long INTERNALmodelGetFuncDecl (long a0, long a1, int a2)
 
static native int INTERNALmodelGetNumSorts (long a0, long a1)
 
static native long INTERNALmodelGetSort (long a0, long a1, int a2)
 
static native long INTERNALmodelGetSortUniverse (long a0, long a1, long a2)
 
static native boolean INTERNALisAsArray (long a0, long a1)
 
static native long INTERNALgetAsArrayFuncDecl (long a0, long a1)
 
static native void INTERNALfuncInterpIncRef (long a0, long a1)
 
static native void INTERNALfuncInterpDecRef (long a0, long a1)
 
static native int INTERNALfuncInterpGetNumEntries (long a0, long a1)
 
static native long INTERNALfuncInterpGetEntry (long a0, long a1, int a2)
 
static native long INTERNALfuncInterpGetElse (long a0, long a1)
 
static native int INTERNALfuncInterpGetArity (long a0, long a1)
 
static native void INTERNALfuncEntryIncRef (long a0, long a1)
 
static native void INTERNALfuncEntryDecRef (long a0, long a1)
 
static native long INTERNALfuncEntryGetValue (long a0, long a1)
 
static native int INTERNALfuncEntryGetNumArgs (long a0, long a1)
 
static native long INTERNALfuncEntryGetArg (long a0, long a1, int a2)
 
static native int INTERNALopenLog (String a0)
 
static native void INTERNALappendLog (String a0)
 
static native void INTERNALcloseLog ()
 
static native void INTERNALtoggleWarningMessages (boolean a0)
 
static native void INTERNALsetAstPrintMode (long a0, int a1)
 
static native String INTERNALastToString (long a0, long a1)
 
static native String INTERNALpatternToString (long a0, long a1)
 
static native String INTERNALsortToString (long a0, long a1)
 
static native String INTERNALfuncDeclToString (long a0, long a1)
 
static native String INTERNALmodelToString (long a0, long a1)
 
static native String INTERNALbenchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7)
 
static native long INTERNALparseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native long INTERNALparseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native void INTERNALparseSmtlibString (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native void INTERNALparseSmtlibFile (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native int INTERNALgetSmtlibNumFormulas (long a0)
 
static native long INTERNALgetSmtlibFormula (long a0, int a1)
 
static native int INTERNALgetSmtlibNumAssumptions (long a0)
 
static native long INTERNALgetSmtlibAssumption (long a0, int a1)
 
static native int INTERNALgetSmtlibNumDecls (long a0)
 
static native long INTERNALgetSmtlibDecl (long a0, int a1)
 
static native int INTERNALgetSmtlibNumSorts (long a0)
 
static native long INTERNALgetSmtlibSort (long a0, int a1)
 
static native String INTERNALgetSmtlibError (long a0)
 
static native int INTERNALgetErrorCode (long a0)
 
static native void INTERNALsetError (long a0, int a1)
 
static native String INTERNALgetErrorMsg (int a0)
 
static native String INTERNALgetErrorMsgEx (long a0, int a1)
 
static native void INTERNALgetVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
 
static native void INTERNALenableTrace (String a0)
 
static native void INTERNALdisableTrace (String a0)
 
static native void INTERNALresetMemory ()
 
static native long INTERNALmkFixedpoint (long a0)
 
static native void INTERNALfixedpointIncRef (long a0, long a1)
 
static native void INTERNALfixedpointDecRef (long a0, long a1)
 
static native void INTERNALfixedpointAddRule (long a0, long a1, long a2, long a3)
 
static native void INTERNALfixedpointAddFact (long a0, long a1, long a2, int a3, int[] a4)
 
static native void INTERNALfixedpointAssert (long a0, long a1, long a2)
 
static native int INTERNALfixedpointQuery (long a0, long a1, long a2)
 
static native int INTERNALfixedpointQueryRelations (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALfixedpointGetAnswer (long a0, long a1)
 
static native String INTERNALfixedpointGetReasonUnknown (long a0, long a1)
 
static native void INTERNALfixedpointUpdateRule (long a0, long a1, long a2, long a3)
 
static native int INTERNALfixedpointGetNumLevels (long a0, long a1, long a2)
 
static native long INTERNALfixedpointGetCoverDelta (long a0, long a1, int a2, long a3)
 
static native void INTERNALfixedpointAddCover (long a0, long a1, int a2, long a3, long a4)
 
static native long INTERNALfixedpointGetStatistics (long a0, long a1)
 
static native void INTERNALfixedpointRegisterRelation (long a0, long a1, long a2)
 
static native void INTERNALfixedpointSetPredicateRepresentation (long a0, long a1, long a2, int a3, long[] a4)
 
static native long INTERNALfixedpointGetRules (long a0, long a1)
 
static native long INTERNALfixedpointGetAssertions (long a0, long a1)
 
static native void INTERNALfixedpointSetParams (long a0, long a1, long a2)
 
static native String INTERNALfixedpointGetHelp (long a0, long a1)
 
static native long INTERNALfixedpointGetParamDescrs (long a0, long a1)
 
static native String INTERNALfixedpointToString (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALfixedpointFromString (long a0, long a1, String a2)
 
static native long INTERNALfixedpointFromFile (long a0, long a1, String a2)
 
static native void INTERNALfixedpointPush (long a0, long a1)
 
static native void INTERNALfixedpointPop (long a0, long a1)
 
static native long INTERNALmkAstVector (long a0)
 
static native void INTERNALastVectorIncRef (long a0, long a1)
 
static native void INTERNALastVectorDecRef (long a0, long a1)
 
static native int INTERNALastVectorSize (long a0, long a1)
 
static native long INTERNALastVectorGet (long a0, long a1, int a2)
 
static native void INTERNALastVectorSet (long a0, long a1, int a2, long a3)
 
static native void INTERNALastVectorResize (long a0, long a1, int a2)
 
static native void INTERNALastVectorPush (long a0, long a1, long a2)
 
static native long INTERNALastVectorTranslate (long a0, long a1, long a2)
 
static native String INTERNALastVectorToString (long a0, long a1)
 
static native long INTERNALmkAstMap (long a0)
 
static native void INTERNALastMapIncRef (long a0, long a1)
 
static native void INTERNALastMapDecRef (long a0, long a1)
 
static native boolean INTERNALastMapContains (long a0, long a1, long a2)
 
static native long INTERNALastMapFind (long a0, long a1, long a2)
 
static native void INTERNALastMapInsert (long a0, long a1, long a2, long a3)
 
static native void INTERNALastMapErase (long a0, long a1, long a2)
 
static native void INTERNALastMapReset (long a0, long a1)
 
static native int INTERNALastMapSize (long a0, long a1)
 
static native long INTERNALastMapKeys (long a0, long a1)
 
static native String INTERNALastMapToString (long a0, long a1)
 
static native long INTERNALmkGoal (long a0, boolean a1, boolean a2, boolean a3)
 
static native void INTERNALgoalIncRef (long a0, long a1)
 
static native void INTERNALgoalDecRef (long a0, long a1)
 
static native int INTERNALgoalPrecision (long a0, long a1)
 
static native void INTERNALgoalAssert (long a0, long a1, long a2)
 
static native boolean INTERNALgoalInconsistent (long a0, long a1)
 
static native int INTERNALgoalDepth (long a0, long a1)
 
static native void INTERNALgoalReset (long a0, long a1)
 
static native int INTERNALgoalSize (long a0, long a1)
 
static native long INTERNALgoalFormula (long a0, long a1, int a2)
 
static native int INTERNALgoalNumExprs (long a0, long a1)
 
static native boolean INTERNALgoalIsDecidedSat (long a0, long a1)
 
static native boolean INTERNALgoalIsDecidedUnsat (long a0, long a1)
 
static native long INTERNALgoalTranslate (long a0, long a1, long a2)
 
static native String INTERNALgoalToString (long a0, long a1)
 
static native long INTERNALmkTactic (long a0, String a1)
 
static native void INTERNALtacticIncRef (long a0, long a1)
 
static native void INTERNALtacticDecRef (long a0, long a1)
 
static native long INTERNALmkProbe (long a0, String a1)
 
static native void INTERNALprobeIncRef (long a0, long a1)
 
static native void INTERNALprobeDecRef (long a0, long a1)
 
static native long INTERNALtacticAndThen (long a0, long a1, long a2)
 
static native long INTERNALtacticOrElse (long a0, long a1, long a2)
 
static native long INTERNALtacticParOr (long a0, int a1, long[] a2)
 
static native long INTERNALtacticParAndThen (long a0, long a1, long a2)
 
static native long INTERNALtacticTryFor (long a0, long a1, int a2)
 
static native long INTERNALtacticWhen (long a0, long a1, long a2)
 
static native long INTERNALtacticCond (long a0, long a1, long a2, long a3)
 
static native long INTERNALtacticRepeat (long a0, long a1, int a2)
 
static native long INTERNALtacticSkip (long a0)
 
static native long INTERNALtacticFail (long a0)
 
static native long INTERNALtacticFailIf (long a0, long a1)
 
static native long INTERNALtacticFailIfNotDecided (long a0)
 
static native long INTERNALtacticUsingParams (long a0, long a1, long a2)
 
static native long INTERNALprobeConst (long a0, double a1)
 
static native long INTERNALprobeLt (long a0, long a1, long a2)
 
static native long INTERNALprobeGt (long a0, long a1, long a2)
 
static native long INTERNALprobeLe (long a0, long a1, long a2)
 
static native long INTERNALprobeGe (long a0, long a1, long a2)
 
static native long INTERNALprobeEq (long a0, long a1, long a2)
 
static native long INTERNALprobeAnd (long a0, long a1, long a2)
 
static native long INTERNALprobeOr (long a0, long a1, long a2)
 
static native long INTERNALprobeNot (long a0, long a1)
 
static native int INTERNALgetNumTactics (long a0)
 
static native String INTERNALgetTacticName (long a0, int a1)
 
static native int INTERNALgetNumProbes (long a0)
 
static native String INTERNALgetProbeName (long a0, int a1)
 
static native String INTERNALtacticGetHelp (long a0, long a1)
 
static native long INTERNALtacticGetParamDescrs (long a0, long a1)
 
static native String INTERNALtacticGetDescr (long a0, String a1)
 
static native String INTERNALprobeGetDescr (long a0, String a1)
 
static native double INTERNALprobeApply (long a0, long a1, long a2)
 
static native long INTERNALtacticApply (long a0, long a1, long a2)
 
static native long INTERNALtacticApplyEx (long a0, long a1, long a2, long a3)
 
static native void INTERNALapplyResultIncRef (long a0, long a1)
 
static native void INTERNALapplyResultDecRef (long a0, long a1)
 
static native String INTERNALapplyResultToString (long a0, long a1)
 
static native int INTERNALapplyResultGetNumSubgoals (long a0, long a1)
 
static native long INTERNALapplyResultGetSubgoal (long a0, long a1, int a2)
 
static native long INTERNALapplyResultConvertModel (long a0, long a1, int a2, long a3)
 
static native long INTERNALmkSolver (long a0)
 
static native long INTERNALmkSimpleSolver (long a0)
 
static native long INTERNALmkSolverForLogic (long a0, long a1)
 
static native long INTERNALmkSolverFromTactic (long a0, long a1)
 
static native String INTERNALsolverGetHelp (long a0, long a1)
 
static native long INTERNALsolverGetParamDescrs (long a0, long a1)
 
static native void INTERNALsolverSetParams (long a0, long a1, long a2)
 
static native void INTERNALsolverIncRef (long a0, long a1)
 
static native void INTERNALsolverDecRef (long a0, long a1)
 
static native void INTERNALsolverPush (long a0, long a1)
 
static native void INTERNALsolverPop (long a0, long a1, int a2)
 
static native void INTERNALsolverReset (long a0, long a1)
 
static native int INTERNALsolverGetNumScopes (long a0, long a1)
 
static native void INTERNALsolverAssert (long a0, long a1, long a2)
 
static native void INTERNALsolverAssertAndTrack (long a0, long a1, long a2, long a3)
 
static native long INTERNALsolverGetAssertions (long a0, long a1)
 
static native int INTERNALsolverCheck (long a0, long a1)
 
static native int INTERNALsolverCheckAssumptions (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALsolverGetModel (long a0, long a1)
 
static native long INTERNALsolverGetProof (long a0, long a1)
 
static native long INTERNALsolverGetUnsatCore (long a0, long a1)
 
static native String INTERNALsolverGetReasonUnknown (long a0, long a1)
 
static native long INTERNALsolverGetStatistics (long a0, long a1)
 
static native String INTERNALsolverToString (long a0, long a1)
 
static native String INTERNALstatsToString (long a0, long a1)
 
static native void INTERNALstatsIncRef (long a0, long a1)
 
static native void INTERNALstatsDecRef (long a0, long a1)
 
static native int INTERNALstatsSize (long a0, long a1)
 
static native String INTERNALstatsGetKey (long a0, long a1, int a2)
 
static native boolean INTERNALstatsIsUint (long a0, long a1, int a2)
 
static native boolean INTERNALstatsIsDouble (long a0, long a1, int a2)
 
static native int INTERNALstatsGetUintValue (long a0, long a1, int a2)
 
static native double INTERNALstatsGetDoubleValue (long a0, long a1, int a2)
 
static native long INTERNALmkInjectiveFunction (long a0, long a1, int a2, long[] a3, long a4)
 
static native void INTERNALsetLogic (long a0, String a1)
 
static native void INTERNALpush (long a0)
 
static native void INTERNALpop (long a0, int a1)
 
static native int INTERNALgetNumScopes (long a0)
 
static native void INTERNALpersistAst (long a0, long a1, int a2)
 
static native void INTERNALassertCnstr (long a0, long a1)
 
static native int INTERNALcheckAndGetModel (long a0, LongPtr a1)
 
static native int INTERNALcheck (long a0)
 
static native int INTERNALcheckAssumptions (long a0, int a1, long[] a2, LongPtr a3, LongPtr a4, IntPtr a5, long[] a6)
 
static native int INTERNALgetImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4)
 
static native void INTERNALdelModel (long a0, long a1)
 
static native void INTERNALsoftCheckCancel (long a0)
 
static native int INTERNALgetSearchFailure (long a0)
 
static native long INTERNALmkLabel (long a0, long a1, boolean a2, long a3)
 
static native long INTERNALgetRelevantLabels (long a0)
 
static native long INTERNALgetRelevantLiterals (long a0)
 
static native long INTERNALgetGuessedLiterals (long a0)
 
static native void INTERNALdelLiterals (long a0, long a1)
 
static native int INTERNALgetNumLiterals (long a0, long a1)
 
static native long INTERNALgetLabelSymbol (long a0, long a1, int a2)
 
static native long INTERNALgetLiteral (long a0, long a1, int a2)
 
static native void INTERNALdisableLiteral (long a0, long a1, int a2)
 
static native void INTERNALblockLiterals (long a0, long a1)
 
static native int INTERNALgetModelNumConstants (long a0, long a1)
 
static native long INTERNALgetModelConstant (long a0, long a1, int a2)
 
static native int INTERNALgetModelNumFuncs (long a0, long a1)
 
static native long INTERNALgetModelFuncDecl (long a0, long a1, int a2)
 
static native boolean INTERNALevalFuncDecl (long a0, long a1, long a2, LongPtr a3)
 
static native boolean INTERNALisArrayValue (long a0, long a1, long a2, IntPtr a3)
 
static native void INTERNALgetArrayValue (long a0, long a1, long a2, int a3, long[] a4, long[] a5, LongPtr a6)
 
static native long INTERNALgetModelFuncElse (long a0, long a1, int a2)
 
static native int INTERNALgetModelFuncNumEntries (long a0, long a1, int a2)
 
static native int INTERNALgetModelFuncEntryNumArgs (long a0, long a1, int a2, int a3)
 
static native long INTERNALgetModelFuncEntryArg (long a0, long a1, int a2, int a3, int a4)
 
static native long INTERNALgetModelFuncEntryValue (long a0, long a1, int a2, int a3)
 
static native boolean INTERNALeval (long a0, long a1, long a2, LongPtr a3)
 
static native boolean INTERNALevalDecl (long a0, long a1, long a2, int a3, long[] a4, LongPtr a5)
 
static native String INTERNALcontextToString (long a0)
 
static native String INTERNALstatisticsToString (long a0)
 
static native long INTERNALgetContextAssignment (long a0)
 
static native boolean INTERNALalgebraicIsValue (long a0, long a1)
 
static native boolean INTERNALalgebraicIsPos (long a0, long a1)
 
static native boolean INTERNALalgebraicIsNeg (long a0, long a1)
 
static native boolean INTERNALalgebraicIsZero (long a0, long a1)
 
static native int INTERNALalgebraicSign (long a0, long a1)
 
static native long INTERNALalgebraicAdd (long a0, long a1, long a2)
 
static native long INTERNALalgebraicSub (long a0, long a1, long a2)
 
static native long INTERNALalgebraicMul (long a0, long a1, long a2)
 
static native long INTERNALalgebraicDiv (long a0, long a1, long a2)
 
static native long INTERNALalgebraicRoot (long a0, long a1, int a2)
 
static native long INTERNALalgebraicPower (long a0, long a1, int a2)
 
static native boolean INTERNALalgebraicLt (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicGt (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicLe (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicGe (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicEq (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicNeq (long a0, long a1, long a2)
 
static native long INTERNALalgebraicRoots (long a0, long a1, int a2, long[] a3)
 
static native int INTERNALalgebraicEval (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALpolynomialSubresultants (long a0, long a1, long a2, long a3)
 
static native void INTERNALrcfDel (long a0, long a1)
 
static native long INTERNALrcfMkRational (long a0, String a1)
 
static native long INTERNALrcfMkSmallInt (long a0, int a1)
 
static native long INTERNALrcfMkPi (long a0)
 
static native long INTERNALrcfMkE (long a0)
 
static native long INTERNALrcfMkInfinitesimal (long a0)
 
static native int INTERNALrcfMkRoots (long a0, int a1, long[] a2, long[] a3)
 
static native long INTERNALrcfAdd (long a0, long a1, long a2)
 
static native long INTERNALrcfSub (long a0, long a1, long a2)
 
static native long INTERNALrcfMul (long a0, long a1, long a2)
 
static native long INTERNALrcfDiv (long a0, long a1, long a2)
 
static native long INTERNALrcfNeg (long a0, long a1)
 
static native long INTERNALrcfInv (long a0, long a1)
 
static native long INTERNALrcfPower (long a0, long a1, int a2)
 
static native boolean INTERNALrcfLt (long a0, long a1, long a2)
 
static native boolean INTERNALrcfGt (long a0, long a1, long a2)
 
static native boolean INTERNALrcfLe (long a0, long a1, long a2)
 
static native boolean INTERNALrcfGe (long a0, long a1, long a2)
 
static native boolean INTERNALrcfEq (long a0, long a1, long a2)
 
static native boolean INTERNALrcfNeq (long a0, long a1, long a2)
 
static native String INTERNALrcfNumToString (long a0, long a1, boolean a2, boolean a3)
 
static native String INTERNALrcfNumToDecimalString (long a0, long a1, int a2)
 
static native void INTERNALrcfGetNumeratorDenominator (long a0, long a1, LongPtr a2, LongPtr a3)
 
static native long INTERNALmkInterpolant (long a0, long a1)
 
static native long INTERNALmkInterpolationContext (long a0)
 
static native long INTERNALgetInterpolant (long a0, long a1, long a2, long a3)
 
static native int INTERNALcomputeInterpolant (long a0, long a1, long a2, LongPtr a3, LongPtr a4)
 
static native String INTERNALinterpolationProfile (long a0)
 
static native int INTERNALreadInterpolationProblem (long a0, IntPtr a1, ObjArrayPtr a2, UIntArrayPtr a3, String a4, StringPtr a5, IntPtr a6, ObjArrayPtr a7)
 
static native int INTERNALcheckInterpolant (long a0, int a1, long[] a2, int[] a3, long[] a4, StringPtr a5, int a6, long[] a7)
 
static native void INTERNALwriteInterpolationProblem (long a0, int a1, long[] a2, int[] a3, String a4, int a5, long[] a6)
 

Detailed Description

Definition at line 4 of file Native.java.

Member Function Documentation

static long algebraicAdd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4837 of file Native.java.

4838  {
4839  long res = INTERNALalgebraicAdd(a0, a1, a2);
4841  if (err != Z3_error_code.Z3_OK)
4842  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4843  return res;
4844  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicAdd(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long algebraicDiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4864 of file Native.java.

4865  {
4866  long res = INTERNALalgebraicDiv(a0, a1, a2);
4868  if (err != Z3_error_code.Z3_OK)
4869  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4870  return res;
4871  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicDiv(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean algebraicEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4927 of file Native.java.

4928  {
4929  boolean res = INTERNALalgebraicEq(a0, a1, a2);
4931  if (err != Z3_error_code.Z3_OK)
4932  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4933  return res;
4934  }
static native boolean INTERNALalgebraicEq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int algebraicEval ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 4954 of file Native.java.

4955  {
4956  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
4958  if (err != Z3_error_code.Z3_OK)
4959  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4960  return res;
4961  }
static native int INTERNALalgebraicEval(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4918 of file Native.java.

4919  {
4920  boolean res = INTERNALalgebraicGe(a0, a1, a2);
4922  if (err != Z3_error_code.Z3_OK)
4923  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4924  return res;
4925  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicGe(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean algebraicGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4900 of file Native.java.

4901  {
4902  boolean res = INTERNALalgebraicGt(a0, a1, a2);
4904  if (err != Z3_error_code.Z3_OK)
4905  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4906  return res;
4907  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicGt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean algebraicIsNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4810 of file Native.java.

4811  {
4812  boolean res = INTERNALalgebraicIsNeg(a0, a1);
4814  if (err != Z3_error_code.Z3_OK)
4815  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4816  return res;
4817  }
static native boolean INTERNALalgebraicIsNeg(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicIsPos ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4801 of file Native.java.

4802  {
4803  boolean res = INTERNALalgebraicIsPos(a0, a1);
4805  if (err != Z3_error_code.Z3_OK)
4806  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4807  return res;
4808  }
static native boolean INTERNALalgebraicIsPos(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicIsValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4792 of file Native.java.

4793  {
4794  boolean res = INTERNALalgebraicIsValue(a0, a1);
4796  if (err != Z3_error_code.Z3_OK)
4797  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4798  return res;
4799  }
static native boolean INTERNALalgebraicIsValue(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicIsZero ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4819 of file Native.java.

4820  {
4821  boolean res = INTERNALalgebraicIsZero(a0, a1);
4823  if (err != Z3_error_code.Z3_OK)
4824  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4825  return res;
4826  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicIsZero(long a0, long a1)
static final Z3_error_code fromInt(int v)
static boolean algebraicLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4909 of file Native.java.

4910  {
4911  boolean res = INTERNALalgebraicLe(a0, a1, a2);
4913  if (err != Z3_error_code.Z3_OK)
4914  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4915  return res;
4916  }
static native boolean INTERNALalgebraicLe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4891 of file Native.java.

4892  {
4893  boolean res = INTERNALalgebraicLt(a0, a1, a2);
4895  if (err != Z3_error_code.Z3_OK)
4896  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4897  return res;
4898  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicLt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long algebraicMul ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4855 of file Native.java.

4856  {
4857  long res = INTERNALalgebraicMul(a0, a1, a2);
4859  if (err != Z3_error_code.Z3_OK)
4860  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4861  return res;
4862  }
static native long INTERNALalgebraicMul(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean algebraicNeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4936 of file Native.java.

4937  {
4938  boolean res = INTERNALalgebraicNeq(a0, a1, a2);
4940  if (err != Z3_error_code.Z3_OK)
4941  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4942  return res;
4943  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicNeq(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long algebraicPower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4882 of file Native.java.

4883  {
4884  long res = INTERNALalgebraicPower(a0, a1, a2);
4886  if (err != Z3_error_code.Z3_OK)
4887  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4888  return res;
4889  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicPower(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long algebraicRoot ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4873 of file Native.java.

4874  {
4875  long res = INTERNALalgebraicRoot(a0, a1, a2);
4877  if (err != Z3_error_code.Z3_OK)
4878  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4879  return res;
4880  }
static native long INTERNALalgebraicRoot(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long algebraicRoots ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 4945 of file Native.java.

4946  {
4947  long res = INTERNALalgebraicRoots(a0, a1, a2, a3);
4949  if (err != Z3_error_code.Z3_OK)
4950  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4951  return res;
4952  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicRoots(long a0, long a1, int a2, long[] a3)
static final Z3_error_code fromInt(int v)
static int algebraicSign ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4828 of file Native.java.

4829  {
4830  int res = INTERNALalgebraicSign(a0, a1);
4832  if (err != Z3_error_code.Z3_OK)
4833  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4834  return res;
4835  }
static native int INTERNALalgebraicSign(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long algebraicSub ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4846 of file Native.java.

4847  {
4848  long res = INTERNALalgebraicSub(a0, a1, a2);
4850  if (err != Z3_error_code.Z3_OK)
4851  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4852  return res;
4853  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicSub(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void appendLog ( String  a0)
inlinestatic

Definition at line 2966 of file Native.java.

Referenced by Log.append().

2967  {
2968  INTERNALappendLog(a0);
2969  }
static native void INTERNALappendLog(String a0)
static long applyResultConvertModel ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4138 of file Native.java.

Referenced by ApplyResult.convertModel().

4139  {
4140  long res = INTERNALapplyResultConvertModel(a0, a1, a2, a3);
4142  if (err != Z3_error_code.Z3_OK)
4143  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4144  return res;
4145  }
static native long INTERNALapplyResultConvertModel(long a0, long a1, int a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void applyResultDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4103 of file Native.java.

4104  {
4105  INTERNALapplyResultDecRef(a0, a1);
4107  if (err != Z3_error_code.Z3_OK)
4108  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4109  }
static native void INTERNALapplyResultDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int applyResultGetNumSubgoals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4120 of file Native.java.

Referenced by ApplyResult.getNumSubgoals().

4121  {
4122  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4124  if (err != Z3_error_code.Z3_OK)
4125  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4126  return res;
4127  }
static native int INTERNALapplyResultGetNumSubgoals(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long applyResultGetSubgoal ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4129 of file Native.java.

Referenced by ApplyResult.getSubgoals().

4130  {
4131  long res = INTERNALapplyResultGetSubgoal(a0, a1, a2);
4133  if (err != Z3_error_code.Z3_OK)
4134  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4135  return res;
4136  }
static native long INTERNALapplyResultGetSubgoal(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void applyResultIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4095 of file Native.java.

4096  {
4097  INTERNALapplyResultIncRef(a0, a1);
4099  if (err != Z3_error_code.Z3_OK)
4100  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4101  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALapplyResultIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String applyResultToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4111 of file Native.java.

Referenced by ApplyResult.toString().

4112  {
4113  String res = INTERNALapplyResultToString(a0, a1);
4115  if (err != Z3_error_code.Z3_OK)
4116  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4117  return res;
4118  }
static native String INTERNALapplyResultToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long appToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2282 of file Native.java.

2283  {
2284  long res = INTERNALappToAst(a0, a1);
2286  if (err != Z3_error_code.Z3_OK)
2287  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2288  return res;
2289  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALappToAst(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void assertCnstr ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4484 of file Native.java.

4485  {
4486  INTERNALassertCnstr(a0, a1);
4488  if (err != Z3_error_code.Z3_OK)
4489  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4490  }
static native void INTERNALassertCnstr(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean astMapContains ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3548 of file Native.java.

3549  {
3550  boolean res = INTERNALastMapContains(a0, a1, a2);
3552  if (err != Z3_error_code.Z3_OK)
3553  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3554  return res;
3555  }
static native boolean INTERNALastMapContains(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void astMapDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3540 of file Native.java.

3541  {
3542  INTERNALastMapDecRef(a0, a1);
3544  if (err != Z3_error_code.Z3_OK)
3545  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3546  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native void INTERNALastMapDecRef(long a0, long a1)
static void astMapErase ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3574 of file Native.java.

3575  {
3576  INTERNALastMapErase(a0, a1, a2);
3578  if (err != Z3_error_code.Z3_OK)
3579  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3580  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapErase(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long astMapFind ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3557 of file Native.java.

3558  {
3559  long res = INTERNALastMapFind(a0, a1, a2);
3561  if (err != Z3_error_code.Z3_OK)
3562  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3563  return res;
3564  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastMapFind(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void astMapIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3532 of file Native.java.

3533  {
3534  INTERNALastMapIncRef(a0, a1);
3536  if (err != Z3_error_code.Z3_OK)
3537  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3538  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void astMapInsert ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3566 of file Native.java.

3567  {
3568  INTERNALastMapInsert(a0, a1, a2, a3);
3570  if (err != Z3_error_code.Z3_OK)
3571  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3572  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapInsert(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long astMapKeys ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3599 of file Native.java.

3600  {
3601  long res = INTERNALastMapKeys(a0, a1);
3603  if (err != Z3_error_code.Z3_OK)
3604  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3605  return res;
3606  }
static native long INTERNALastMapKeys(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void astMapReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3582 of file Native.java.

3583  {
3584  INTERNALastMapReset(a0, a1);
3586  if (err != Z3_error_code.Z3_OK)
3587  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3588  }
static native void INTERNALastMapReset(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int astMapSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3590 of file Native.java.

3591  {
3592  int res = INTERNALastMapSize(a0, a1);
3594  if (err != Z3_error_code.Z3_OK)
3595  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3596  return res;
3597  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALastMapSize(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String astMapToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3608 of file Native.java.

3609  {
3610  String res = INTERNALastMapToString(a0, a1);
3612  if (err != Z3_error_code.Z3_OK)
3613  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3614  return res;
3615  }
static native String INTERNALastMapToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String astToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2989 of file Native.java.

Referenced by AST.getSExpr(), and AST.toString().

2990  {
2991  String res = INTERNALastToString(a0, a1);
2993  if (err != Z3_error_code.Z3_OK)
2994  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2995  return res;
2996  }
static native String INTERNALastToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void astVectorDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3455 of file Native.java.

3456  {
3457  INTERNALastVectorDecRef(a0, a1);
3459  if (err != Z3_error_code.Z3_OK)
3460  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3461  }
static native void INTERNALastVectorDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long astVectorGet ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3472 of file Native.java.

3473  {
3474  long res = INTERNALastVectorGet(a0, a1, a2);
3476  if (err != Z3_error_code.Z3_OK)
3477  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3478  return res;
3479  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastVectorGet(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static void astVectorIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3447 of file Native.java.

3448  {
3449  INTERNALastVectorIncRef(a0, a1);
3451  if (err != Z3_error_code.Z3_OK)
3452  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3453  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastVectorIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void astVectorPush ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3497 of file Native.java.

3498  {
3499  INTERNALastVectorPush(a0, a1, a2);
3501  if (err != Z3_error_code.Z3_OK)
3502  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3503  }
static native void INTERNALastVectorPush(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void astVectorResize ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3489 of file Native.java.

3490  {
3491  INTERNALastVectorResize(a0, a1, a2);
3493  if (err != Z3_error_code.Z3_OK)
3494  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3495  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastVectorResize(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static void astVectorSet ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3481 of file Native.java.

3482  {
3483  INTERNALastVectorSet(a0, a1, a2, a3);
3485  if (err != Z3_error_code.Z3_OK)
3486  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3487  }
static native void INTERNALastVectorSet(long a0, long a1, int a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int astVectorSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3463 of file Native.java.

3464  {
3465  int res = INTERNALastVectorSize(a0, a1);
3467  if (err != Z3_error_code.Z3_OK)
3468  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3469  return res;
3470  }
static native int INTERNALastVectorSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String astVectorToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3514 of file Native.java.

3515  {
3516  String res = INTERNALastVectorToString(a0, a1);
3518  if (err != Z3_error_code.Z3_OK)
3519  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3520  return res;
3521  }
static native String INTERNALastVectorToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long astVectorTranslate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3505 of file Native.java.

3506  {
3507  long res = INTERNALastVectorTranslate(a0, a1, a2);
3509  if (err != Z3_error_code.Z3_OK)
3510  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3511  return res;
3512  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastVectorTranslate(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static String benchmarkToSmtlibString ( long  a0,
String  a1,
String  a2,
String  a3,
String  a4,
int  a5,
long[]  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 3034 of file Native.java.

Referenced by Context.benchmarkToSMTString().

3035  {
3036  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3038  if (err != Z3_error_code.Z3_OK)
3039  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3040  return res;
3041  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALbenchmarkToSmtlibString(long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7)
static final Z3_error_code fromInt(int v)
static void blockLiterals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4632 of file Native.java.

4633  {
4634  INTERNALblockLiterals(a0, a1);
4636  if (err != Z3_error_code.Z3_OK)
4637  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4638  }
static native void INTERNALblockLiterals(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int check ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4501 of file Native.java.

4502  {
4503  int res = INTERNALcheck(a0);
4505  if (err != Z3_error_code.Z3_OK)
4506  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4507  return res;
4508  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALcheck(long a0)
static final Z3_error_code fromInt(int v)
static int checkAndGetModel ( long  a0,
LongPtr  a1 
) throws Z3Exception
inlinestatic

Definition at line 4492 of file Native.java.

4493  {
4494  int res = INTERNALcheckAndGetModel(a0, a1);
4496  if (err != Z3_error_code.Z3_OK)
4497  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4498  return res;
4499  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native int INTERNALcheckAndGetModel(long a0, LongPtr a1)
static int checkAssumptions ( long  a0,
int  a1,
long[]  a2,
LongPtr  a3,
LongPtr  a4,
IntPtr  a5,
long[]  a6 
) throws Z3Exception
inlinestatic

Definition at line 4510 of file Native.java.

4511  {
4512  int res = INTERNALcheckAssumptions(a0, a1, a2, a3, a4, a5, a6);
4514  if (err != Z3_error_code.Z3_OK)
4515  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4516  return res;
4517  }
static native int INTERNALcheckAssumptions(long a0, int a1, long[] a2, LongPtr a3, LongPtr a4, IntPtr a5, long[] a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int checkInterpolant ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
long[]  a4,
StringPtr  a5,
int  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 5228 of file Native.java.

Referenced by InterpolationContext.CheckInterpolant().

5229  {
5230  int res = INTERNALcheckInterpolant(a0, a1, a2, a3, a4, a5, a6, a7);
5232  if (err != Z3_error_code.Z3_OK)
5233  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5234  return res;
5235  }
static native int INTERNALcheckInterpolant(long a0, int a1, long[] a2, int[] a3, long[] a4, StringPtr a5, int a6, long[] a7)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void closeLog ( )
inlinestatic

Definition at line 2971 of file Native.java.

Referenced by Log.close().

2972  {
2973  INTERNALcloseLog();
2974  }
static native void INTERNALcloseLog()
static int computeInterpolant ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4 
) throws Z3Exception
inlinestatic

Definition at line 5201 of file Native.java.

5202  {
5203  int res = INTERNALcomputeInterpolant(a0, a1, a2, a3, a4);
5205  if (err != Z3_error_code.Z3_OK)
5206  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5207  return res;
5208  }
static native int INTERNALcomputeInterpolant(long a0, long a1, long a2, LongPtr a3, LongPtr a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String contextToString ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4765 of file Native.java.

4766  {
4767  String res = INTERNALcontextToString(a0);
4769  if (err != Z3_error_code.Z3_OK)
4770  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4771  return res;
4772  }
static native String INTERNALcontextToString(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void decRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 615 of file Native.java.

616  {
617  INTERNALdecRef(a0, a1);
619  if (err != Z3_error_code.Z3_OK)
620  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
621  }
static native void INTERNALdecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void delConfig ( long  a0)
inlinestatic

Definition at line 576 of file Native.java.

Referenced by Context.Context(), and InterpolationContext.InterpolationContext().

577  {
578  INTERNALdelConfig(a0);
579  }
static native void INTERNALdelConfig(long a0)
static void delConstructor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 882 of file Native.java.

Referenced by Constructor.finalize().

883  {
884  INTERNALdelConstructor(a0, a1);
886  if (err != Z3_error_code.Z3_OK)
887  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
888  }
static native void INTERNALdelConstructor(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void delConstructorList ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 908 of file Native.java.

Referenced by ConstructorList.finalize().

909  {
912  if (err != Z3_error_code.Z3_OK)
913  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
914  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALdelConstructorList(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void delContext ( long  a0) throws Z3Exception
inlinestatic

Definition at line 602 of file Native.java.

Referenced by Context.finalize().

603  {
604  INTERNALdelContext(a0);
605  }
static native void INTERNALdelContext(long a0)
static void delLiterals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4589 of file Native.java.

4590  {
4591  INTERNALdelLiterals(a0, a1);
4593  if (err != Z3_error_code.Z3_OK)
4594  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4595  }
static native void INTERNALdelLiterals(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void delModel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4528 of file Native.java.

4529  {
4530  INTERNALdelModel(a0, a1);
4532  if (err != Z3_error_code.Z3_OK)
4533  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4534  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALdelModel(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void disableLiteral ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4624 of file Native.java.

4625  {
4626  INTERNALdisableLiteral(a0, a1, a2);
4628  if (err != Z3_error_code.Z3_OK)
4629  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4630  }
static native void INTERNALdisableLiteral(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void disableTrace ( String  a0)
inlinestatic

Definition at line 3197 of file Native.java.

3198  {
3200  }
static native void INTERNALdisableTrace(String a0)
static void enableTrace ( String  a0)
inlinestatic

Definition at line 3192 of file Native.java.

3193  {
3194  INTERNALenableTrace(a0);
3195  }
static native void INTERNALenableTrace(String a0)
static boolean eval ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 4747 of file Native.java.

4748  {
4749  boolean res = INTERNALeval(a0, a1, a2, a3);
4751  if (err != Z3_error_code.Z3_OK)
4752  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4753  return res;
4754  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALeval(long a0, long a1, long a2, LongPtr a3)
static final Z3_error_code fromInt(int v)
static boolean evalDecl ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
LongPtr  a5 
) throws Z3Exception
inlinestatic

Definition at line 4756 of file Native.java.

4757  {
4758  boolean res = INTERNALevalDecl(a0, a1, a2, a3, a4, a5);
4760  if (err != Z3_error_code.Z3_OK)
4761  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4762  return res;
4763  }
static native boolean INTERNALevalDecl(long a0, long a1, long a2, int a3, long[] a4, LongPtr a5)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean evalFuncDecl ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 4676 of file Native.java.

4677  {
4678  boolean res = INTERNALevalFuncDecl(a0, a1, a2, a3);
4680  if (err != Z3_error_code.Z3_OK)
4681  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4682  return res;
4683  }
static native boolean INTERNALevalFuncDecl(long a0, long a1, long a2, LongPtr a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointAddCover ( long  a0,
long  a1,
int  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 3318 of file Native.java.

Referenced by Fixedpoint.addCover().

3319  {
3320  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
3322  if (err != Z3_error_code.Z3_OK)
3323  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3324  }
static native void INTERNALfixedpointAddCover(long a0, long a1, int a2, long a3, long a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointAddFact ( long  a0,
long  a1,
long  a2,
int  a3,
int[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 3240 of file Native.java.

Referenced by Fixedpoint.addFact().

3241  {
3242  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
3244  if (err != Z3_error_code.Z3_OK)
3245  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3246  }
static native void INTERNALfixedpointAddFact(long a0, long a1, long a2, int a3, int[] a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointAddRule ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3232 of file Native.java.

Referenced by Fixedpoint.addRule().

3233  {
3234  INTERNALfixedpointAddRule(a0, a1, a2, a3);
3236  if (err != Z3_error_code.Z3_OK)
3237  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3238  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native void INTERNALfixedpointAddRule(long a0, long a1, long a2, long a3)
static void fixedpointAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3248 of file Native.java.

Referenced by Fixedpoint.add().

3249  {
3250  INTERNALfixedpointAssert(a0, a1, a2);
3252  if (err != Z3_error_code.Z3_OK)
3253  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3254  }
static native void INTERNALfixedpointAssert(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3224 of file Native.java.

3225  {
3226  INTERNALfixedpointDecRef(a0, a1);
3228  if (err != Z3_error_code.Z3_OK)
3229  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3230  }
static native void INTERNALfixedpointDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointFromFile ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 3413 of file Native.java.

3414  {
3415  long res = INTERNALfixedpointFromFile(a0, a1, a2);
3417  if (err != Z3_error_code.Z3_OK)
3418  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3419  return res;
3420  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointFromFile(long a0, long a1, String a2)
static final Z3_error_code fromInt(int v)
static long fixedpointFromString ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 3404 of file Native.java.

3405  {
3406  long res = INTERNALfixedpointFromString(a0, a1, a2);
3408  if (err != Z3_error_code.Z3_OK)
3409  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3410  return res;
3411  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointFromString(long a0, long a1, String a2)
static final Z3_error_code fromInt(int v)
static long fixedpointGetAnswer ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3274 of file Native.java.

Referenced by Fixedpoint.getAnswer().

3275  {
3276  long res = INTERNALfixedpointGetAnswer(a0, a1);
3278  if (err != Z3_error_code.Z3_OK)
3279  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3280  return res;
3281  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALfixedpointGetAnswer(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3360 of file Native.java.

Referenced by Fixedpoint.getAssertions().

3361  {
3362  long res = INTERNALfixedpointGetAssertions(a0, a1);
3364  if (err != Z3_error_code.Z3_OK)
3365  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3366  return res;
3367  }
static native long INTERNALfixedpointGetAssertions(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointGetCoverDelta ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3309 of file Native.java.

Referenced by Fixedpoint.getCoverDelta().

3310  {
3311  long res = INTERNALfixedpointGetCoverDelta(a0, a1, a2, a3);
3313  if (err != Z3_error_code.Z3_OK)
3314  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3315  return res;
3316  }
static native long INTERNALfixedpointGetCoverDelta(long a0, long a1, int a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String fixedpointGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3377 of file Native.java.

Referenced by Fixedpoint.getHelp().

3378  {
3379  String res = INTERNALfixedpointGetHelp(a0, a1);
3381  if (err != Z3_error_code.Z3_OK)
3382  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3383  return res;
3384  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native String INTERNALfixedpointGetHelp(long a0, long a1)
static int fixedpointGetNumLevels ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3300 of file Native.java.

Referenced by Fixedpoint.getNumLevels().

3301  {
3302  int res = INTERNALfixedpointGetNumLevels(a0, a1, a2);
3304  if (err != Z3_error_code.Z3_OK)
3305  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3306  return res;
3307  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfixedpointGetNumLevels(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long fixedpointGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3386 of file Native.java.

Referenced by Fixedpoint.getParameterDescriptions().

3387  {
3388  long res = INTERNALfixedpointGetParamDescrs(a0, a1);
3390  if (err != Z3_error_code.Z3_OK)
3391  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3392  return res;
3393  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointGetParamDescrs(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String fixedpointGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3283 of file Native.java.

Referenced by Fixedpoint.getReasonUnknown().

3284  {
3285  String res = INTERNALfixedpointGetReasonUnknown(a0, a1);
3287  if (err != Z3_error_code.Z3_OK)
3288  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3289  return res;
3290  }
static native String INTERNALfixedpointGetReasonUnknown(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointGetRules ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3351 of file Native.java.

Referenced by Fixedpoint.getRules().

3352  {
3353  long res = INTERNALfixedpointGetRules(a0, a1);
3355  if (err != Z3_error_code.Z3_OK)
3356  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3357  return res;
3358  }
static native long INTERNALfixedpointGetRules(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long fixedpointGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3326 of file Native.java.

3327  {
3328  long res = INTERNALfixedpointGetStatistics(a0, a1);
3330  if (err != Z3_error_code.Z3_OK)
3331  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3332  return res;
3333  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALfixedpointGetStatistics(long a0, long a1)
static void fixedpointIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3216 of file Native.java.

3217  {
3218  INTERNALfixedpointIncRef(a0, a1);
3220  if (err != Z3_error_code.Z3_OK)
3221  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3222  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void fixedpointPop ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3430 of file Native.java.

Referenced by Fixedpoint.pop().

3431  {
3432  INTERNALfixedpointPop(a0, a1);
3434  if (err != Z3_error_code.Z3_OK)
3435  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3436  }
static native void INTERNALfixedpointPop(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointPush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3422 of file Native.java.

Referenced by Fixedpoint.push().

3423  {
3424  INTERNALfixedpointPush(a0, a1);
3426  if (err != Z3_error_code.Z3_OK)
3427  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3428  }
static native void INTERNALfixedpointPush(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int fixedpointQuery ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3256 of file Native.java.

Referenced by Fixedpoint.query().

3257  {
3258  int res = INTERNALfixedpointQuery(a0, a1, a2);
3260  if (err != Z3_error_code.Z3_OK)
3261  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3262  return res;
3263  }
static native int INTERNALfixedpointQuery(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int fixedpointQueryRelations ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 3265 of file Native.java.

Referenced by Fixedpoint.query().

3266  {
3267  int res = INTERNALfixedpointQueryRelations(a0, a1, a2, a3);
3269  if (err != Z3_error_code.Z3_OK)
3270  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3271  return res;
3272  }
static native int INTERNALfixedpointQueryRelations(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointRegisterRelation ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3335 of file Native.java.

Referenced by Fixedpoint.registerRelation().

3336  {
3339  if (err != Z3_error_code.Z3_OK)
3340  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3341  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointRegisterRelation(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void fixedpointSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3369 of file Native.java.

Referenced by Fixedpoint.setParameters().

3370  {
3371  INTERNALfixedpointSetParams(a0, a1, a2);
3373  if (err != Z3_error_code.Z3_OK)
3374  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3375  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointSetParams(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void fixedpointSetPredicateRepresentation ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 3343 of file Native.java.

Referenced by Fixedpoint.setPredicateRepresentation().

3344  {
3347  if (err != Z3_error_code.Z3_OK)
3348  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3349  }
static native void INTERNALfixedpointSetPredicateRepresentation(long a0, long a1, long a2, int a3, long[] a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String fixedpointToString ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 3395 of file Native.java.

Referenced by Fixedpoint.toString().

3396  {
3397  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
3399  if (err != Z3_error_code.Z3_OK)
3400  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3401  return res;
3402  }
static native String INTERNALfixedpointToString(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void fixedpointUpdateRule ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3292 of file Native.java.

Referenced by Fixedpoint.updateRule().

3293  {
3294  INTERNALfixedpointUpdateRule(a0, a1, a2, a3);
3296  if (err != Z3_error_code.Z3_OK)
3297  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3298  }
static native void INTERNALfixedpointUpdateRule(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long funcDeclToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2120 of file Native.java.

2121  {
2122  long res = INTERNALfuncDeclToAst(a0, a1);
2124  if (err != Z3_error_code.Z3_OK)
2125  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2126  return res;
2127  }
static native long INTERNALfuncDeclToAst(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String funcDeclToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3016 of file Native.java.

Referenced by FuncDecl.toString().

3017  {
3018  String res = INTERNALfuncDeclToString(a0, a1);
3020  if (err != Z3_error_code.Z3_OK)
3021  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3022  return res;
3023  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALfuncDeclToString(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void funcEntryDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2925 of file Native.java.

2926  {
2927  INTERNALfuncEntryDecRef(a0, a1);
2929  if (err != Z3_error_code.Z3_OK)
2930  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2931  }
static native void INTERNALfuncEntryDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long funcEntryGetArg ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2951 of file Native.java.

Referenced by FuncInterp.Entry.getArgs().

2952  {
2953  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
2955  if (err != Z3_error_code.Z3_OK)
2956  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2957  return res;
2958  }
static native long INTERNALfuncEntryGetArg(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int funcEntryGetNumArgs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2942 of file Native.java.

Referenced by FuncInterp.Entry.getNumArgs().

2943  {
2944  int res = INTERNALfuncEntryGetNumArgs(a0, a1);
2946  if (err != Z3_error_code.Z3_OK)
2947  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2948  return res;
2949  }
static native int INTERNALfuncEntryGetNumArgs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long funcEntryGetValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2933 of file Native.java.

Referenced by FuncInterp.Entry.getValue().

2934  {
2935  long res = INTERNALfuncEntryGetValue(a0, a1);
2937  if (err != Z3_error_code.Z3_OK)
2938  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2939  return res;
2940  }
static native long INTERNALfuncEntryGetValue(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void funcEntryIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2917 of file Native.java.

2918  {
2919  INTERNALfuncEntryIncRef(a0, a1);
2921  if (err != Z3_error_code.Z3_OK)
2922  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2923  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncEntryIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void funcInterpDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2873 of file Native.java.

2874  {
2875  INTERNALfuncInterpDecRef(a0, a1);
2877  if (err != Z3_error_code.Z3_OK)
2878  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2879  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncInterpDecRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int funcInterpGetArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2908 of file Native.java.

Referenced by FuncInterp.getArity().

2909  {
2910  int res = INTERNALfuncInterpGetArity(a0, a1);
2912  if (err != Z3_error_code.Z3_OK)
2913  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2914  return res;
2915  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfuncInterpGetArity(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long funcInterpGetElse ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2899 of file Native.java.

Referenced by FuncInterp.getElse().

2900  {
2901  long res = INTERNALfuncInterpGetElse(a0, a1);
2903  if (err != Z3_error_code.Z3_OK)
2904  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2905  return res;
2906  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfuncInterpGetElse(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long funcInterpGetEntry ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2890 of file Native.java.

Referenced by FuncInterp.getEntries().

2891  {
2892  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
2894  if (err != Z3_error_code.Z3_OK)
2895  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2896  return res;
2897  }
static native long INTERNALfuncInterpGetEntry(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int funcInterpGetNumEntries ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2881 of file Native.java.

Referenced by FuncInterp.getNumEntries().

2882  {
2883  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
2885  if (err != Z3_error_code.Z3_OK)
2886  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2887  return res;
2888  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfuncInterpGetNumEntries(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void funcInterpIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2865 of file Native.java.

2866  {
2867  INTERNALfuncInterpIncRef(a0, a1);
2869  if (err != Z3_error_code.Z3_OK)
2870  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2871  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncInterpIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long getAlgebraicNumberLower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2516 of file Native.java.

Referenced by AlgebraicNum.toLower().

2517  {
2518  long res = INTERNALgetAlgebraicNumberLower(a0, a1, a2);
2520  if (err != Z3_error_code.Z3_OK)
2521  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2522  return res;
2523  }
static native long INTERNALgetAlgebraicNumberLower(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getAlgebraicNumberUpper ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2525 of file Native.java.

Referenced by AlgebraicNum.toUpper().

2526  {
2527  long res = INTERNALgetAlgebraicNumberUpper(a0, a1, a2);
2529  if (err != Z3_error_code.Z3_OK)
2530  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2531  return res;
2532  }
static native long INTERNALgetAlgebraicNumberUpper(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getAppArg ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2309 of file Native.java.

Referenced by Expr.getArgs().

2310  {
2311  long res = INTERNALgetAppArg(a0, a1, a2);
2313  if (err != Z3_error_code.Z3_OK)
2314  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2315  return res;
2316  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetAppArg(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getAppDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2291 of file Native.java.

Referenced by Expr.getFuncDecl().

2292  {
2293  long res = INTERNALgetAppDecl(a0, a1);
2295  if (err != Z3_error_code.Z3_OK)
2296  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2297  return res;
2298  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALgetAppDecl(long a0, long a1)
static int getAppNumArgs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2300 of file Native.java.

Referenced by Expr.getNumArgs().

2301  {
2302  int res = INTERNALgetAppNumArgs(a0, a1);
2304  if (err != Z3_error_code.Z3_OK)
2305  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2306  return res;
2307  }
static native int INTERNALgetAppNumArgs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2174 of file Native.java.

Referenced by FuncDecl.getArity().

2175  {
2176  int res = INTERNALgetArity(a0, a1);
2178  if (err != Z3_error_code.Z3_OK)
2179  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2180  return res;
2181  }
static native int INTERNALgetArity(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getArraySortDomain ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2021 of file Native.java.

Referenced by ArraySort.getDomain().

2022  {
2023  long res = INTERNALgetArraySortDomain(a0, a1);
2025  if (err != Z3_error_code.Z3_OK)
2026  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2027  return res;
2028  }
static native long INTERNALgetArraySortDomain(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getArraySortRange ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2030 of file Native.java.

Referenced by ArraySort.getRange().

2031  {
2032  long res = INTERNALgetArraySortRange(a0, a1);
2034  if (err != Z3_error_code.Z3_OK)
2035  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2036  return res;
2037  }
static native long INTERNALgetArraySortRange(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void getArrayValue ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
long[]  a5,
LongPtr  a6 
) throws Z3Exception
inlinestatic

Definition at line 4694 of file Native.java.

4695  {
4696  INTERNALgetArrayValue(a0, a1, a2, a3, a4, a5, a6);
4698  if (err != Z3_error_code.Z3_OK)
4699  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4700  }
static native void INTERNALgetArrayValue(long a0, long a1, long a2, int a3, long[] a4, long[] a5, LongPtr a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getAsArrayFuncDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2856 of file Native.java.

Referenced by Model.getFuncInterp().

2857  {
2858  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
2860  if (err != Z3_error_code.Z3_OK)
2861  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2862  return res;
2863  }
static native long INTERNALgetAsArrayFuncDecl(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getAstHash ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2336 of file Native.java.

Referenced by AST.hashCode().

2337  {
2338  int res = INTERNALgetAstHash(a0, a1);
2340  if (err != Z3_error_code.Z3_OK)
2341  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2342  return res;
2343  }
static native int INTERNALgetAstHash(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getAstId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2327 of file Native.java.

Referenced by AST.getId().

2328  {
2329  int res = INTERNALgetAstId(a0, a1);
2331  if (err != Z3_error_code.Z3_OK)
2332  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2333  return res;
2334  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetAstId(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getAstKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2372 of file Native.java.

Referenced by AST.getASTKind().

2373  {
2374  int res = INTERNALgetAstKind(a0, a1);
2376  if (err != Z3_error_code.Z3_OK)
2377  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2378  return res;
2379  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetAstKind(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getBoolValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2363 of file Native.java.

Referenced by Expr.getBoolValue().

2364  {
2365  int res = INTERNALgetBoolValue(a0, a1);
2367  if (err != Z3_error_code.Z3_OK)
2368  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2369  return res;
2370  }
static native int INTERNALgetBoolValue(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getBvSortSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2003 of file Native.java.

Referenced by BitVecSort.getSize().

2004  {
2005  int res = INTERNALgetBvSortSize(a0, a1);
2007  if (err != Z3_error_code.Z3_OK)
2008  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2009  return res;
2010  }
static native int INTERNALgetBvSortSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getContextAssignment ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4783 of file Native.java.

4784  {
4785  long res = INTERNALgetContextAssignment(a0);
4787  if (err != Z3_error_code.Z3_OK)
4788  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4789  return res;
4790  }
static native long INTERNALgetContextAssignment(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDatatypeSortConstructor ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2075 of file Native.java.

Referenced by DatatypeSort.getAccessors(), ListSort.getConsDecl(), EnumSort.getConstDecls(), DatatypeSort.getConstructors(), and ListSort.getNilDecl().

2076  {
2077  long res = INTERNALgetDatatypeSortConstructor(a0, a1, a2);
2079  if (err != Z3_error_code.Z3_OK)
2080  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2081  return res;
2082  }
static native long INTERNALgetDatatypeSortConstructor(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDatatypeSortConstructorAccessor ( long  a0,
long  a1,
int  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 2093 of file Native.java.

Referenced by DatatypeSort.getAccessors(), ListSort.getHeadDecl(), and ListSort.getTailDecl().

2094  {
2095  long res = INTERNALgetDatatypeSortConstructorAccessor(a0, a1, a2, a3);
2097  if (err != Z3_error_code.Z3_OK)
2098  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2099  return res;
2100  }
static native long INTERNALgetDatatypeSortConstructorAccessor(long a0, long a1, int a2, int a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getDatatypeSortNumConstructors ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2066 of file Native.java.

Referenced by EnumSort.getConstDecls(), DatatypeSort.getNumConstructors(), and EnumSort.getTesterDecls().

2067  {
2068  int res = INTERNALgetDatatypeSortNumConstructors(a0, a1);
2070  if (err != Z3_error_code.Z3_OK)
2071  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2072  return res;
2073  }
static native int INTERNALgetDatatypeSortNumConstructors(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDatatypeSortRecognizer ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2084 of file Native.java.

Referenced by ListSort.getIsConsDecl(), ListSort.getIsNilDecl(), DatatypeSort.getRecognizers(), and EnumSort.getTesterDecls().

2085  {
2086  long res = INTERNALgetDatatypeSortRecognizer(a0, a1, a2);
2088  if (err != Z3_error_code.Z3_OK)
2089  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2090  return res;
2091  }
static native long INTERNALgetDatatypeSortRecognizer(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclAstParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2255 of file Native.java.

Referenced by FuncDecl.getParameters().

2256  {
2257  long res = INTERNALgetDeclAstParameter(a0, a1, a2);
2259  if (err != Z3_error_code.Z3_OK)
2260  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2261  return res;
2262  }
static native long INTERNALgetDeclAstParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static double getDeclDoubleParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2228 of file Native.java.

Referenced by FuncDecl.getParameters().

2229  {
2230  double res = INTERNALgetDeclDoubleParameter(a0, a1, a2);
2232  if (err != Z3_error_code.Z3_OK)
2233  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2234  return res;
2235  }
static native double INTERNALgetDeclDoubleParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclFuncDeclParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2264 of file Native.java.

Referenced by FuncDecl.getParameters().

2265  {
2266  long res = INTERNALgetDeclFuncDeclParameter(a0, a1, a2);
2268  if (err != Z3_error_code.Z3_OK)
2269  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2270  return res;
2271  }
static native long INTERNALgetDeclFuncDeclParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getDeclIntParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2219 of file Native.java.

Referenced by FuncDecl.getParameters().

2220  {
2221  int res = INTERNALgetDeclIntParameter(a0, a1, a2);
2223  if (err != Z3_error_code.Z3_OK)
2224  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2225  return res;
2226  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetDeclIntParameter(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static int getDeclKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2156 of file Native.java.

Referenced by FuncDecl.getDeclKind().

2157  {
2158  int res = INTERNALgetDeclKind(a0, a1);
2160  if (err != Z3_error_code.Z3_OK)
2161  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2162  return res;
2163  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetDeclKind(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclName ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2147 of file Native.java.

Referenced by FuncDecl.getName().

2148  {
2149  long res = INTERNALgetDeclName(a0, a1);
2151  if (err != Z3_error_code.Z3_OK)
2152  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2153  return res;
2154  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetDeclName(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getDeclNumParameters ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2201 of file Native.java.

Referenced by FuncDecl.getNumParameters().

2202  {
2203  int res = INTERNALgetDeclNumParameters(a0, a1);
2205  if (err != Z3_error_code.Z3_OK)
2206  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2207  return res;
2208  }
static native int INTERNALgetDeclNumParameters(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getDeclParameterKind ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2210 of file Native.java.

2211  {
2212  int res = INTERNALgetDeclParameterKind(a0, a1, a2);
2214  if (err != Z3_error_code.Z3_OK)
2215  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2216  return res;
2217  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetDeclParameterKind(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static String getDeclRationalParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2273 of file Native.java.

Referenced by FuncDecl.getParameters().

2274  {
2275  String res = INTERNALgetDeclRationalParameter(a0, a1, a2);
2277  if (err != Z3_error_code.Z3_OK)
2278  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2279  return res;
2280  }
static native String INTERNALgetDeclRationalParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclSortParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2246 of file Native.java.

2247  {
2248  long res = INTERNALgetDeclSortParameter(a0, a1, a2);
2250  if (err != Z3_error_code.Z3_OK)
2251  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2252  return res;
2253  }
static native long INTERNALgetDeclSortParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDeclSymbolParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2237 of file Native.java.

2238  {
2239  long res = INTERNALgetDeclSymbolParameter(a0, a1, a2);
2241  if (err != Z3_error_code.Z3_OK)
2242  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2243  return res;
2244  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetDeclSymbolParameter(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getDenominator ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2453 of file Native.java.

Referenced by RatNum.getDenominator().

2454  {
2455  long res = INTERNALgetDenominator(a0, a1);
2457  if (err != Z3_error_code.Z3_OK)
2458  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2459  return res;
2460  }
static native long INTERNALgetDenominator(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getDomain ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2183 of file Native.java.

Referenced by FuncDecl.getDomain().

2184  {
2185  long res = INTERNALgetDomain(a0, a1, a2);
2187  if (err != Z3_error_code.Z3_OK)
2188  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2189  return res;
2190  }
static native long INTERNALgetDomain(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getDomainSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2165 of file Native.java.

Referenced by FuncDecl.getDomainSize().

2166  {
2167  int res = INTERNALgetDomainSize(a0, a1);
2169  if (err != Z3_error_code.Z3_OK)
2170  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2171  return res;
2172  }
static native int INTERNALgetDomainSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getErrorCode ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3158 of file Native.java.

3159  {
3160  int res = INTERNALgetErrorCode(a0);
3161  return res;
3162  }
static native int INTERNALgetErrorCode(long a0)
static String getErrorMsg ( int  a0)
inlinestatic

Definition at line 3172 of file Native.java.

3173  {
3174  String res = INTERNALgetErrorMsg(a0);
3175  return res;
3176  }
static native String INTERNALgetErrorMsg(int a0)
static String getErrorMsgEx ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3178 of file Native.java.

3179  {
3180  String res = INTERNALgetErrorMsgEx(a0, a1);
3182  if (err != Z3_error_code.Z3_OK)
3183  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3184  return res;
3185  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getFiniteDomainSortSize ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2012 of file Native.java.

Referenced by FiniteDomainSort.getSize().

2013  {
2014  boolean res = INTERNALgetFiniteDomainSortSize(a0, a1, a2);
2016  if (err != Z3_error_code.Z3_OK)
2017  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2018  return res;
2019  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetFiniteDomainSortSize(long a0, long a1, LongPtr a2)
static final Z3_error_code fromInt(int v)
static int getFuncDeclId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2138 of file Native.java.

Referenced by FuncDecl.getId().

2139  {
2140  int res = INTERNALgetFuncDeclId(a0, a1);
2142  if (err != Z3_error_code.Z3_OK)
2143  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2144  return res;
2145  }
static native int INTERNALgetFuncDeclId(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getGuessedLiterals ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4580 of file Native.java.

4581  {
4582  long res = INTERNALgetGuessedLiterals(a0);
4584  if (err != Z3_error_code.Z3_OK)
4585  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4586  return res;
4587  }
static native long INTERNALgetGuessedLiterals(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getImpliedEqualities ( long  a0,
long  a1,
int  a2,
long[]  a3,
int[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 4519 of file Native.java.

4520  {
4521  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4523  if (err != Z3_error_code.Z3_OK)
4524  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4525  return res;
4526  }
static native int INTERNALgetImpliedEqualities(long a0, long a1, int a2, long[] a3, int[] a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getIndexValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2561 of file Native.java.

Referenced by Expr.getIndex().

2562  {
2563  int res = INTERNALgetIndexValue(a0, a1);
2565  if (err != Z3_error_code.Z3_OK)
2566  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2567  return res;
2568  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetIndexValue(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long getInterpolant ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5192 of file Native.java.

5193  {
5194  long res = INTERNALgetInterpolant(a0, a1, a2, a3);
5196  if (err != Z3_error_code.Z3_OK)
5197  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5198  return res;
5199  }
static native long INTERNALgetInterpolant(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getLabelSymbol ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4606 of file Native.java.

4607  {
4608  long res = INTERNALgetLabelSymbol(a0, a1, a2);
4610  if (err != Z3_error_code.Z3_OK)
4611  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4612  return res;
4613  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetLabelSymbol(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getLiteral ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4615 of file Native.java.

4616  {
4617  long res = INTERNALgetLiteral(a0, a1, a2);
4619  if (err != Z3_error_code.Z3_OK)
4620  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4621  return res;
4622  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetLiteral(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getModelConstant ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4649 of file Native.java.

4650  {
4651  long res = INTERNALgetModelConstant(a0, a1, a2);
4653  if (err != Z3_error_code.Z3_OK)
4654  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4655  return res;
4656  }
static native long INTERNALgetModelConstant(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getModelFuncDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4667 of file Native.java.

4668  {
4669  long res = INTERNALgetModelFuncDecl(a0, a1, a2);
4671  if (err != Z3_error_code.Z3_OK)
4672  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4673  return res;
4674  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetModelFuncDecl(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getModelFuncElse ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4702 of file Native.java.

4703  {
4704  long res = INTERNALgetModelFuncElse(a0, a1, a2);
4706  if (err != Z3_error_code.Z3_OK)
4707  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4708  return res;
4709  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetModelFuncElse(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getModelFuncEntryArg ( long  a0,
long  a1,
int  a2,
int  a3,
int  a4 
) throws Z3Exception
inlinestatic

Definition at line 4729 of file Native.java.

4730  {
4731  long res = INTERNALgetModelFuncEntryArg(a0, a1, a2, a3, a4);
4733  if (err != Z3_error_code.Z3_OK)
4734  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4735  return res;
4736  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetModelFuncEntryArg(long a0, long a1, int a2, int a3, int a4)
static final Z3_error_code fromInt(int v)
static int getModelFuncEntryNumArgs ( long  a0,
long  a1,
int  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 4720 of file Native.java.

4721  {
4722  int res = INTERNALgetModelFuncEntryNumArgs(a0, a1, a2, a3);
4724  if (err != Z3_error_code.Z3_OK)
4725  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4726  return res;
4727  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetModelFuncEntryNumArgs(long a0, long a1, int a2, int a3)
static final Z3_error_code fromInt(int v)
static long getModelFuncEntryValue ( long  a0,
long  a1,
int  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 4738 of file Native.java.

4739  {
4740  long res = INTERNALgetModelFuncEntryValue(a0, a1, a2, a3);
4742  if (err != Z3_error_code.Z3_OK)
4743  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4744  return res;
4745  }
static native long INTERNALgetModelFuncEntryValue(long a0, long a1, int a2, int a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getModelFuncNumEntries ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4711 of file Native.java.

4712  {
4713  int res = INTERNALgetModelFuncNumEntries(a0, a1, a2);
4715  if (err != Z3_error_code.Z3_OK)
4716  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4717  return res;
4718  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetModelFuncNumEntries(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static int getModelNumConstants ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4640 of file Native.java.

4641  {
4642  int res = INTERNALgetModelNumConstants(a0, a1);
4644  if (err != Z3_error_code.Z3_OK)
4645  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4646  return res;
4647  }
static native int INTERNALgetModelNumConstants(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getModelNumFuncs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4658 of file Native.java.

4659  {
4660  int res = INTERNALgetModelNumFuncs(a0, a1);
4662  if (err != Z3_error_code.Z3_OK)
4663  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4664  return res;
4665  }
static native int INTERNALgetModelNumFuncs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getNumeralDecimalString ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2435 of file Native.java.

Referenced by AlgebraicNum.toDecimal(), and RatNum.toDecimalString().

2436  {
2437  String res = INTERNALgetNumeralDecimalString(a0, a1, a2);
2439  if (err != Z3_error_code.Z3_OK)
2440  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2441  return res;
2442  }
static native String INTERNALgetNumeralDecimalString(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getNumeralInt ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2471 of file Native.java.

Referenced by BitVecNum.getInt(), and IntNum.getInt().

2472  {
2473  boolean res = INTERNALgetNumeralInt(a0, a1, a2);
2475  if (err != Z3_error_code.Z3_OK)
2476  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2477  return res;
2478  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetNumeralInt(long a0, long a1, IntPtr a2)
static final Z3_error_code fromInt(int v)
static boolean getNumeralInt64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2498 of file Native.java.

Referenced by IntNum.getInt64(), and BitVecNum.getLong().

2499  {
2500  boolean res = INTERNALgetNumeralInt64(a0, a1, a2);
2502  if (err != Z3_error_code.Z3_OK)
2503  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2504  return res;
2505  }
static native boolean INTERNALgetNumeralInt64(long a0, long a1, LongPtr a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getNumeralRationalInt64 ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 2507 of file Native.java.

2508  {
2509  boolean res = INTERNALgetNumeralRationalInt64(a0, a1, a2, a3);
2511  if (err != Z3_error_code.Z3_OK)
2512  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2513  return res;
2514  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetNumeralRationalInt64(long a0, long a1, LongPtr a2, LongPtr a3)
static final Z3_error_code fromInt(int v)
static boolean getNumeralSmall ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 2462 of file Native.java.

2463  {
2464  boolean res = INTERNALgetNumeralSmall(a0, a1, a2, a3);
2466  if (err != Z3_error_code.Z3_OK)
2467  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2468  return res;
2469  }
static native boolean INTERNALgetNumeralSmall(long a0, long a1, LongPtr a2, LongPtr a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getNumeralString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2426 of file Native.java.

Referenced by BitVecNum.toString(), IntNum.toString(), and RatNum.toString().

2427  {
2428  String res = INTERNALgetNumeralString(a0, a1);
2430  if (err != Z3_error_code.Z3_OK)
2431  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2432  return res;
2433  }
static native String INTERNALgetNumeralString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getNumeralUint ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2480 of file Native.java.

2481  {
2482  boolean res = INTERNALgetNumeralUint(a0, a1, a2);
2484  if (err != Z3_error_code.Z3_OK)
2485  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2486  return res;
2487  }
static native boolean INTERNALgetNumeralUint(long a0, long a1, IntPtr a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean getNumeralUint64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2489 of file Native.java.

2490  {
2491  boolean res = INTERNALgetNumeralUint64(a0, a1, a2);
2493  if (err != Z3_error_code.Z3_OK)
2494  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2495  return res;
2496  }
static native boolean INTERNALgetNumeralUint64(long a0, long a1, LongPtr a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getNumerator ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2444 of file Native.java.

Referenced by RatNum.getNumerator().

2445  {
2446  long res = INTERNALgetNumerator(a0, a1);
2448  if (err != Z3_error_code.Z3_OK)
2449  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2450  return res;
2451  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetNumerator(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getNumLiterals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4597 of file Native.java.

4598  {
4599  int res = INTERNALgetNumLiterals(a0, a1);
4601  if (err != Z3_error_code.Z3_OK)
4602  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4603  return res;
4604  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetNumLiterals(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getNumProbes ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4014 of file Native.java.

Referenced by Context.getNumProbes().

4015  {
4016  int res = INTERNALgetNumProbes(a0);
4018  if (err != Z3_error_code.Z3_OK)
4019  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4020  return res;
4021  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetNumProbes(long a0)
static final Z3_error_code fromInt(int v)
static int getNumScopes ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4467 of file Native.java.

4468  {
4469  int res = INTERNALgetNumScopes(a0);
4471  if (err != Z3_error_code.Z3_OK)
4472  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4473  return res;
4474  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetNumScopes(long a0)
static final Z3_error_code fromInt(int v)
static int getNumTactics ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3996 of file Native.java.

Referenced by Context.getNumTactics().

3997  {
3998  int res = INTERNALgetNumTactics(a0);
4000  if (err != Z3_error_code.Z3_OK)
4001  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4002  return res;
4003  }
static native int INTERNALgetNumTactics(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getPattern ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2552 of file Native.java.

Referenced by Pattern.getTerms().

2553  {
2554  long res = INTERNALgetPattern(a0, a1, a2);
2556  if (err != Z3_error_code.Z3_OK)
2557  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2558  return res;
2559  }
static native long INTERNALgetPattern(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getPatternNumTerms ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2543 of file Native.java.

Referenced by Pattern.getNumTerms().

2544  {
2545  int res = INTERNALgetPatternNumTerms(a0, a1);
2547  if (err != Z3_error_code.Z3_OK)
2548  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2549  return res;
2550  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetPatternNumTerms(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getProbeName ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4023 of file Native.java.

Referenced by Context.getProbeNames().

4024  {
4025  String res = INTERNALgetProbeName(a0, a1);
4027  if (err != Z3_error_code.Z3_OK)
4028  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4029  return res;
4030  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetProbeName(long a0, int a1)
static final Z3_error_code fromInt(int v)
static long getQuantifierBody ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2651 of file Native.java.

Referenced by Quantifier.getBody().

2652  {
2653  long res = INTERNALgetQuantifierBody(a0, a1);
2655  if (err != Z3_error_code.Z3_OK)
2656  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2657  return res;
2658  }
static native long INTERNALgetQuantifierBody(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getQuantifierBoundName ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2633 of file Native.java.

Referenced by Quantifier.getBoundVariableNames().

2634  {
2635  long res = INTERNALgetQuantifierBoundName(a0, a1, a2);
2637  if (err != Z3_error_code.Z3_OK)
2638  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2639  return res;
2640  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierBoundName(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getQuantifierBoundSort ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2642 of file Native.java.

Referenced by Quantifier.getBoundVariableSorts().

2643  {
2644  long res = INTERNALgetQuantifierBoundSort(a0, a1, a2);
2646  if (err != Z3_error_code.Z3_OK)
2647  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2648  return res;
2649  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierBoundSort(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getQuantifierNoPatternAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2615 of file Native.java.

Referenced by Quantifier.getNoPatterns().

2616  {
2617  long res = INTERNALgetQuantifierNoPatternAst(a0, a1, a2);
2619  if (err != Z3_error_code.Z3_OK)
2620  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2621  return res;
2622  }
static native long INTERNALgetQuantifierNoPatternAst(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getQuantifierNumBound ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2624 of file Native.java.

Referenced by Quantifier.getNumBound().

2625  {
2626  int res = INTERNALgetQuantifierNumBound(a0, a1);
2628  if (err != Z3_error_code.Z3_OK)
2629  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2630  return res;
2631  }
static native int INTERNALgetQuantifierNumBound(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getQuantifierNumNoPatterns ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2606 of file Native.java.

Referenced by Quantifier.getNumNoPatterns().

2607  {
2608  int res = INTERNALgetQuantifierNumNoPatterns(a0, a1);
2610  if (err != Z3_error_code.Z3_OK)
2611  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2612  return res;
2613  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetQuantifierNumNoPatterns(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getQuantifierNumPatterns ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2588 of file Native.java.

Referenced by Quantifier.getNumPatterns().

2589  {
2590  int res = INTERNALgetQuantifierNumPatterns(a0, a1);
2592  if (err != Z3_error_code.Z3_OK)
2593  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2594  return res;
2595  }
static native int INTERNALgetQuantifierNumPatterns(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getQuantifierPatternAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2597 of file Native.java.

Referenced by Quantifier.getPatterns().

2598  {
2599  long res = INTERNALgetQuantifierPatternAst(a0, a1, a2);
2601  if (err != Z3_error_code.Z3_OK)
2602  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2603  return res;
2604  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierPatternAst(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static int getQuantifierWeight ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2579 of file Native.java.

Referenced by Quantifier.getWeight().

2580  {
2581  int res = INTERNALgetQuantifierWeight(a0, a1);
2583  if (err != Z3_error_code.Z3_OK)
2584  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2585  return res;
2586  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetQuantifierWeight(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long getRange ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2192 of file Native.java.

Referenced by Model.getConstInterp(), Model.getFuncInterp(), and FuncDecl.getRange().

2193  {
2194  long res = INTERNALgetRange(a0, a1);
2196  if (err != Z3_error_code.Z3_OK)
2197  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2198  return res;
2199  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetRange(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getRelationArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2102 of file Native.java.

Referenced by RelationSort.getArity().

2103  {
2104  int res = INTERNALgetRelationArity(a0, a1);
2106  if (err != Z3_error_code.Z3_OK)
2107  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2108  return res;
2109  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetRelationArity(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long getRelationColumn ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2111 of file Native.java.

Referenced by RelationSort.getColumnSorts().

2112  {
2113  long res = INTERNALgetRelationColumn(a0, a1, a2);
2115  if (err != Z3_error_code.Z3_OK)
2116  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2117  return res;
2118  }
static native long INTERNALgetRelationColumn(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getRelevantLabels ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4562 of file Native.java.

4563  {
4564  long res = INTERNALgetRelevantLabels(a0);
4566  if (err != Z3_error_code.Z3_OK)
4567  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4568  return res;
4569  }
static native long INTERNALgetRelevantLabels(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getRelevantLiterals ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4571 of file Native.java.

4572  {
4573  long res = INTERNALgetRelevantLiterals(a0);
4575  if (err != Z3_error_code.Z3_OK)
4576  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4577  return res;
4578  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetRelevantLiterals(long a0)
static final Z3_error_code fromInt(int v)
static int getSearchFailure ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4544 of file Native.java.

4545  {
4546  int res = INTERNALgetSearchFailure(a0);
4548  if (err != Z3_error_code.Z3_OK)
4549  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4550  return res;
4551  }
static native int INTERNALgetSearchFailure(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getSmtlibAssumption ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3104 of file Native.java.

Referenced by Context.getSMTLIBAssumptions().

3105  {
3106  long res = INTERNALgetSmtlibAssumption(a0, a1);
3108  if (err != Z3_error_code.Z3_OK)
3109  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3110  return res;
3111  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetSmtlibAssumption(long a0, int a1)
static final Z3_error_code fromInt(int v)
static long getSmtlibDecl ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3122 of file Native.java.

Referenced by Context.getSMTLIBDecls().

3123  {
3124  long res = INTERNALgetSmtlibDecl(a0, a1);
3126  if (err != Z3_error_code.Z3_OK)
3127  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3128  return res;
3129  }
static native long INTERNALgetSmtlibDecl(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getSmtlibError ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3149 of file Native.java.

3150  {
3151  String res = INTERNALgetSmtlibError(a0);
3153  if (err != Z3_error_code.Z3_OK)
3154  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3155  return res;
3156  }
static native String INTERNALgetSmtlibError(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getSmtlibFormula ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3086 of file Native.java.

Referenced by Context.getSMTLIBFormulas().

3087  {
3088  long res = INTERNALgetSmtlibFormula(a0, a1);
3090  if (err != Z3_error_code.Z3_OK)
3091  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3092  return res;
3093  }
static native long INTERNALgetSmtlibFormula(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getSmtlibNumAssumptions ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3095 of file Native.java.

Referenced by Context.getNumSMTLIBAssumptions().

3096  {
3097  int res = INTERNALgetSmtlibNumAssumptions(a0);
3099  if (err != Z3_error_code.Z3_OK)
3100  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3101  return res;
3102  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSmtlibNumAssumptions(long a0)
static final Z3_error_code fromInt(int v)
static int getSmtlibNumDecls ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3113 of file Native.java.

Referenced by Context.getNumSMTLIBDecls().

3114  {
3115  int res = INTERNALgetSmtlibNumDecls(a0);
3117  if (err != Z3_error_code.Z3_OK)
3118  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3119  return res;
3120  }
static native int INTERNALgetSmtlibNumDecls(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getSmtlibNumFormulas ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3077 of file Native.java.

Referenced by Context.getNumSMTLIBFormulas().

3078  {
3079  int res = INTERNALgetSmtlibNumFormulas(a0);
3081  if (err != Z3_error_code.Z3_OK)
3082  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3083  return res;
3084  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSmtlibNumFormulas(long a0)
static final Z3_error_code fromInt(int v)
static int getSmtlibNumSorts ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3131 of file Native.java.

Referenced by Context.getNumSMTLIBSorts().

3132  {
3133  int res = INTERNALgetSmtlibNumSorts(a0);
3135  if (err != Z3_error_code.Z3_OK)
3136  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3137  return res;
3138  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSmtlibNumSorts(long a0)
static final Z3_error_code fromInt(int v)
static long getSmtlibSort ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3140 of file Native.java.

Referenced by Context.getSMTLIBSorts().

3141  {
3142  long res = INTERNALgetSmtlibSort(a0, a1);
3144  if (err != Z3_error_code.Z3_OK)
3145  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3146  return res;
3147  }
static native long INTERNALgetSmtlibSort(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2345 of file Native.java.

Referenced by Expr.getSort(), Expr.isArray(), Expr.isBool(), Expr.isBV(), Expr.isFiniteDomain(), Expr.isInt(), Expr.isReal(), and Expr.isRelation().

2346  {
2347  long res = INTERNALgetSort(a0, a1);
2349  if (err != Z3_error_code.Z3_OK)
2350  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2351  return res;
2352  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetSort(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getSortId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1967 of file Native.java.

Referenced by Sort.getId().

1968  {
1969  int res = INTERNALgetSortId(a0, a1);
1971  if (err != Z3_error_code.Z3_OK)
1972  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1973  return res;
1974  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSortId(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getSortKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1994 of file Native.java.

Referenced by Model.getConstInterp(), Model.getFuncInterp(), Sort.getSortKind(), Expr.isArray(), Expr.isBV(), Expr.isFiniteDomain(), Expr.isInt(), Expr.isReal(), and Expr.isRelation().

1995  {
1996  int res = INTERNALgetSortKind(a0, a1);
1998  if (err != Z3_error_code.Z3_OK)
1999  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2000  return res;
2001  }
static native int INTERNALgetSortKind(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getSortName ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1958 of file Native.java.

Referenced by Sort.getName().

1959  {
1960  long res = INTERNALgetSortName(a0, a1);
1962  if (err != Z3_error_code.Z3_OK)
1963  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1964  return res;
1965  }
static native long INTERNALgetSortName(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getSymbolInt ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1940 of file Native.java.

Referenced by IntSymbol.getInt().

1941  {
1942  int res = INTERNALgetSymbolInt(a0, a1);
1944  if (err != Z3_error_code.Z3_OK)
1945  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1946  return res;
1947  }
static native int INTERNALgetSymbolInt(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int getSymbolKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1931 of file Native.java.

Referenced by Symbol.getKind().

1932  {
1933  int res = INTERNALgetSymbolKind(a0, a1);
1935  if (err != Z3_error_code.Z3_OK)
1936  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1937  return res;
1938  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSymbolKind(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String getSymbolString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1949 of file Native.java.

Referenced by StringSymbol.getString().

1950  {
1951  String res = INTERNALgetSymbolString(a0, a1);
1953  if (err != Z3_error_code.Z3_OK)
1954  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1955  return res;
1956  }
static native String INTERNALgetSymbolString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String getTacticName ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4005 of file Native.java.

Referenced by Context.getTacticNames().

4006  {
4007  String res = INTERNALgetTacticName(a0, a1);
4009  if (err != Z3_error_code.Z3_OK)
4010  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4011  return res;
4012  }
static native String INTERNALgetTacticName(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long getTupleSortFieldDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2057 of file Native.java.

Referenced by TupleSort.getFieldDecls().

2058  {
2059  long res = INTERNALgetTupleSortFieldDecl(a0, a1, a2);
2061  if (err != Z3_error_code.Z3_OK)
2062  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2063  return res;
2064  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetTupleSortFieldDecl(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long getTupleSortMkDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2039 of file Native.java.

Referenced by TupleSort.mkDecl().

2040  {
2041  long res = INTERNALgetTupleSortMkDecl(a0, a1);
2043  if (err != Z3_error_code.Z3_OK)
2044  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2045  return res;
2046  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetTupleSortMkDecl(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int getTupleSortNumFields ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2048 of file Native.java.

Referenced by TupleSort.getNumFields().

2049  {
2050  int res = INTERNALgetTupleSortNumFields(a0, a1);
2052  if (err != Z3_error_code.Z3_OK)
2053  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2054  return res;
2055  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetTupleSortNumFields(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void getVersion ( IntPtr  a0,
IntPtr  a1,
IntPtr  a2,
IntPtr  a3 
)
inlinestatic

Definition at line 3187 of file Native.java.

Referenced by Version.getBuild(), Version.getMajor(), Version.getMinor(), Version.getRevision(), and Version.getString().

3188  {
3189  INTERNALgetVersion(a0, a1, a2, a3);
3190  }
static native void INTERNALgetVersion(IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
static boolean globalParamGet ( String  a0,
StringPtr  a1 
)
inlinestatic

Definition at line 564 of file Native.java.

Referenced by Global.getParameter().

565  {
566  boolean res = INTERNALglobalParamGet(a0, a1);
567  return res;
568  }
static native boolean INTERNALglobalParamGet(String a0, StringPtr a1)
static void globalParamResetAll ( )
inlinestatic

Definition at line 559 of file Native.java.

Referenced by Global.resetParameters().

560  {
562  }
static native void INTERNALglobalParamResetAll()
static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 554 of file Native.java.

Referenced by Global.setParameter().

555  {
556  INTERNALglobalParamSet(a0, a1);
557  }
static native void INTERNALglobalParamSet(String a0, String a1)
static void goalAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3651 of file Native.java.

Referenced by Goal.add().

3652  {
3653  INTERNALgoalAssert(a0, a1, a2);
3655  if (err != Z3_error_code.Z3_OK)
3656  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3657  }
static native void INTERNALgoalAssert(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void goalDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3634 of file Native.java.

3635  {
3636  INTERNALgoalDecRef(a0, a1);
3638  if (err != Z3_error_code.Z3_OK)
3639  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3640  }
static native void INTERNALgoalDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int goalDepth ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3668 of file Native.java.

Referenced by Goal.getDepth().

3669  {
3670  int res = INTERNALgoalDepth(a0, a1);
3672  if (err != Z3_error_code.Z3_OK)
3673  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3674  return res;
3675  }
static native int INTERNALgoalDepth(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long goalFormula ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3694 of file Native.java.

Referenced by Goal.getFormulas().

3695  {
3696  long res = INTERNALgoalFormula(a0, a1, a2);
3698  if (err != Z3_error_code.Z3_OK)
3699  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3700  return res;
3701  }
static native long INTERNALgoalFormula(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean goalInconsistent ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3659 of file Native.java.

Referenced by Goal.inconsistent().

3660  {
3661  boolean res = INTERNALgoalInconsistent(a0, a1);
3663  if (err != Z3_error_code.Z3_OK)
3664  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3665  return res;
3666  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgoalInconsistent(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void goalIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3626 of file Native.java.

3627  {
3628  INTERNALgoalIncRef(a0, a1);
3630  if (err != Z3_error_code.Z3_OK)
3631  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3632  }
static native void INTERNALgoalIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean goalIsDecidedSat ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3712 of file Native.java.

Referenced by Goal.isDecidedSat().

3713  {
3714  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
3716  if (err != Z3_error_code.Z3_OK)
3717  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3718  return res;
3719  }
static native boolean INTERNALgoalIsDecidedSat(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean goalIsDecidedUnsat ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3721 of file Native.java.

Referenced by Goal.isDecidedUnsat().

3722  {
3723  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
3725  if (err != Z3_error_code.Z3_OK)
3726  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3727  return res;
3728  }
static native boolean INTERNALgoalIsDecidedUnsat(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int goalNumExprs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3703 of file Native.java.

Referenced by Goal.getNumExprs().

3704  {
3705  int res = INTERNALgoalNumExprs(a0, a1);
3707  if (err != Z3_error_code.Z3_OK)
3708  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3709  return res;
3710  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgoalNumExprs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int goalPrecision ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3642 of file Native.java.

Referenced by Goal.getPrecision().

3643  {
3644  int res = INTERNALgoalPrecision(a0, a1);
3646  if (err != Z3_error_code.Z3_OK)
3647  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3648  return res;
3649  }
static native int INTERNALgoalPrecision(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void goalReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3677 of file Native.java.

Referenced by Goal.reset().

3678  {
3679  INTERNALgoalReset(a0, a1);
3681  if (err != Z3_error_code.Z3_OK)
3682  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3683  }
static native void INTERNALgoalReset(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int goalSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3685 of file Native.java.

Referenced by Goal.size().

3686  {
3687  int res = INTERNALgoalSize(a0, a1);
3689  if (err != Z3_error_code.Z3_OK)
3690  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3691  return res;
3692  }
static native int INTERNALgoalSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String goalToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3739 of file Native.java.

Referenced by Goal.toString().

3740  {
3741  String res = INTERNALgoalToString(a0, a1);
3743  if (err != Z3_error_code.Z3_OK)
3744  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3745  return res;
3746  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgoalToString(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long goalTranslate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3730 of file Native.java.

Referenced by Goal.translate().

3731  {
3732  long res = INTERNALgoalTranslate(a0, a1, a2);
3734  if (err != Z3_error_code.Z3_OK)
3735  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3736  return res;
3737  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgoalTranslate(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void incRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 607 of file Native.java.

608  {
609  INTERNALincRef(a0, a1);
611  if (err != Z3_error_code.Z3_OK)
612  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
613  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALincRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALalgebraicAdd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicAdd().

static native long INTERNALalgebraicDiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicDiv().

static native boolean INTERNALalgebraicEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicEq().

static native int INTERNALalgebraicEval ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.algebraicEval().

static native boolean INTERNALalgebraicGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicGe().

static native boolean INTERNALalgebraicGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicGt().

static native boolean INTERNALalgebraicIsNeg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsNeg().

static native boolean INTERNALalgebraicIsPos ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsPos().

static native boolean INTERNALalgebraicIsValue ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsValue().

static native boolean INTERNALalgebraicIsZero ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsZero().

static native boolean INTERNALalgebraicLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicLe().

static native boolean INTERNALalgebraicLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicLt().

static native long INTERNALalgebraicMul ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicMul().

static native boolean INTERNALalgebraicNeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicNeq().

static native long INTERNALalgebraicPower ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.algebraicPower().

static native long INTERNALalgebraicRoot ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.algebraicRoot().

static native long INTERNALalgebraicRoots ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.algebraicRoots().

static native int INTERNALalgebraicSign ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicSign().

static native long INTERNALalgebraicSub ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicSub().

static native void INTERNALappendLog ( String  a0)
staticprotected

Referenced by Native.appendLog().

static native long INTERNALapplyResultConvertModel ( long  a0,
long  a1,
int  a2,
long  a3 
)
staticprotected
static native void INTERNALapplyResultDecRef ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALapplyResultGetNumSubgoals ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALapplyResultGetSubgoal ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native void INTERNALapplyResultIncRef ( long  a0,
long  a1 
)
staticprotected
static native String INTERNALapplyResultToString ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALappToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.appToAst().

static native void INTERNALassertCnstr ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.assertCnstr().

static native boolean INTERNALastMapContains ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astMapContains().

static native void INTERNALastMapDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapDecRef().

static native void INTERNALastMapErase ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astMapErase().

static native long INTERNALastMapFind ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astMapFind().

static native void INTERNALastMapIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapIncRef().

static native void INTERNALastMapInsert ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.astMapInsert().

static native long INTERNALastMapKeys ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapKeys().

static native void INTERNALastMapReset ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapReset().

static native int INTERNALastMapSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapSize().

static native String INTERNALastMapToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapToString().

static native String INTERNALastToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astToString().

static native void INTERNALastVectorDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astVectorDecRef().

static native long INTERNALastVectorGet ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.astVectorGet().

static native void INTERNALastVectorIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astVectorIncRef().

static native void INTERNALastVectorPush ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astVectorPush().

static native void INTERNALastVectorResize ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.astVectorResize().

static native void INTERNALastVectorSet ( long  a0,
long  a1,
int  a2,
long  a3 
)
staticprotected

Referenced by Native.astVectorSet().

static native int INTERNALastVectorSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astVectorSize().

static native String INTERNALastVectorToString ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALastVectorTranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native String INTERNALbenchmarkToSmtlibString ( long  a0,
String  a1,
String  a2,
String  a3,
String  a4,
int  a5,
long[]  a6,
long  a7 
)
staticprotected
static native void INTERNALblockLiterals ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.blockLiterals().

static native int INTERNALcheck ( long  a0)
staticprotected

Referenced by Native.check().

static native int INTERNALcheckAndGetModel ( long  a0,
LongPtr  a1 
)
staticprotected

Referenced by Native.checkAndGetModel().

static native int INTERNALcheckAssumptions ( long  a0,
int  a1,
long[]  a2,
LongPtr  a3,
LongPtr  a4,
IntPtr  a5,
long[]  a6 
)
staticprotected

Referenced by Native.checkAssumptions().

static native int INTERNALcheckInterpolant ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
long[]  a4,
StringPtr  a5,
int  a6,
long[]  a7 
)
staticprotected

Referenced by Native.checkInterpolant().

static native void INTERNALcloseLog ( )
staticprotected

Referenced by Native.closeLog().

static native int INTERNALcomputeInterpolant ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4 
)
staticprotected
static native String INTERNALcontextToString ( long  a0)
staticprotected

Referenced by Native.contextToString().

static native void INTERNALdecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.decRef().

static native void INTERNALdelConfig ( long  a0)
staticprotected

Referenced by Native.delConfig().

static native void INTERNALdelConstructor ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.delConstructor().

static native void INTERNALdelConstructorList ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALdelContext ( long  a0)
staticprotected

Referenced by Native.delContext().

static native void INTERNALdelLiterals ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.delLiterals().

static native void INTERNALdelModel ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.delModel().

static native void INTERNALdisableLiteral ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.disableLiteral().

static native void INTERNALdisableTrace ( String  a0)
staticprotected

Referenced by Native.disableTrace().

static native void INTERNALenableTrace ( String  a0)
staticprotected

Referenced by Native.enableTrace().

static native boolean INTERNALeval ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
)
staticprotected

Referenced by Native.eval().

static native boolean INTERNALevalDecl ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
LongPtr  a5 
)
staticprotected

Referenced by Native.evalDecl().

static native boolean INTERNALevalFuncDecl ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
)
staticprotected

Referenced by Native.evalFuncDecl().

static native void INTERNALfixedpointAddCover ( long  a0,
long  a1,
int  a2,
long  a3,
long  a4 
)
staticprotected
static native void INTERNALfixedpointAddFact ( long  a0,
long  a1,
long  a2,
int  a3,
int[]  a4 
)
staticprotected
static native void INTERNALfixedpointAddRule ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native void INTERNALfixedpointAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.fixedpointAssert().

static native void INTERNALfixedpointDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointDecRef().

static native long INTERNALfixedpointFromFile ( long  a0,
long  a1,
String  a2 
)
staticprotected
static native long INTERNALfixedpointFromString ( long  a0,
long  a1,
String  a2 
)
staticprotected
static native long INTERNALfixedpointGetAnswer ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfixedpointGetAssertions ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfixedpointGetCoverDelta ( long  a0,
long  a1,
int  a2,
long  a3 
)
staticprotected
static native String INTERNALfixedpointGetHelp ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALfixedpointGetNumLevels ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALfixedpointGetParamDescrs ( long  a0,
long  a1 
)
staticprotected
static native String INTERNALfixedpointGetReasonUnknown ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfixedpointGetRules ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfixedpointGetStatistics ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALfixedpointIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointIncRef().

static native void INTERNALfixedpointPop ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointPop().

static native void INTERNALfixedpointPush ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointPush().

static native int INTERNALfixedpointQuery ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.fixedpointQuery().

static native int INTERNALfixedpointQueryRelations ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected
static native void INTERNALfixedpointRegisterRelation ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native void INTERNALfixedpointSetParams ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native void INTERNALfixedpointSetPredicateRepresentation ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4 
)
staticprotected
static native String INTERNALfixedpointToString ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected
static native void INTERNALfixedpointUpdateRule ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native long INTERNALfuncDeclToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcDeclToAst().

static native String INTERNALfuncDeclToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcDeclToString().

static native void INTERNALfuncEntryDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcEntryDecRef().

static native long INTERNALfuncEntryGetArg ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.funcEntryGetArg().

static native int INTERNALfuncEntryGetNumArgs ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfuncEntryGetValue ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALfuncEntryIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcEntryIncRef().

static native void INTERNALfuncInterpDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcInterpDecRef().

static native int INTERNALfuncInterpGetArity ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfuncInterpGetElse ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALfuncInterpGetEntry ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALfuncInterpGetNumEntries ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALfuncInterpIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcInterpIncRef().

static native long INTERNALgetAlgebraicNumberLower ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetAlgebraicNumberUpper ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetAppArg ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getAppArg().

static native long INTERNALgetAppDecl ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAppDecl().

static native int INTERNALgetAppNumArgs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAppNumArgs().

static native int INTERNALgetArity ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getArity().

static native long INTERNALgetArraySortDomain ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetArraySortRange ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALgetArrayValue ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
long[]  a5,
LongPtr  a6 
)
staticprotected

Referenced by Native.getArrayValue().

static native long INTERNALgetAsArrayFuncDecl ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetAstHash ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAstHash().

static native int INTERNALgetAstId ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAstId().

static native int INTERNALgetAstKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAstKind().

static native int INTERNALgetBoolValue ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getBoolValue().

static native int INTERNALgetBvSortSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getBvSortSize().

static native long INTERNALgetContextAssignment ( long  a0)
staticprotected
static native long INTERNALgetDatatypeSortConstructor ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDatatypeSortConstructorAccessor ( long  a0,
long  a1,
int  a2,
int  a3 
)
staticprotected
static native int INTERNALgetDatatypeSortNumConstructors ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetDatatypeSortRecognizer ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDeclAstParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native double INTERNALgetDeclDoubleParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDeclFuncDeclParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetDeclIntParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetDeclKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDeclKind().

static native long INTERNALgetDeclName ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDeclName().

static native int INTERNALgetDeclNumParameters ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetDeclParameterKind ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native String INTERNALgetDeclRationalParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDeclSortParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDeclSymbolParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetDenominator ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDenominator().

static native long INTERNALgetDomain ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getDomain().

static native int INTERNALgetDomainSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDomainSize().

static native int INTERNALgetErrorCode ( long  a0)
staticprotected

Referenced by Native.algebraicAdd(), Native.algebraicDiv(), Native.algebraicEq(), Native.algebraicEval(), Native.algebraicGe(), Native.algebraicGt(), Native.algebraicIsNeg(), Native.algebraicIsPos(), Native.algebraicIsValue(), Native.algebraicIsZero(), Native.algebraicLe(), Native.algebraicLt(), Native.algebraicMul(), Native.algebraicNeq(), Native.algebraicPower(), Native.algebraicRoot(), Native.algebraicRoots(), Native.algebraicSign(), Native.algebraicSub(), Native.applyResultConvertModel(), Native.applyResultDecRef(), Native.applyResultGetNumSubgoals(), Native.applyResultGetSubgoal(), Native.applyResultIncRef(), Native.applyResultToString(), Native.appToAst(), Native.assertCnstr(), Native.astMapContains(), Native.astMapDecRef(), Native.astMapErase(), Native.astMapFind(), Native.astMapIncRef(), Native.astMapInsert(), Native.astMapKeys(), Native.astMapReset(), Native.astMapSize(), Native.astMapToString(), Native.astToString(), Native.astVectorDecRef(), Native.astVectorGet(), Native.astVectorIncRef(), Native.astVectorPush(), Native.astVectorResize(), Native.astVectorSet(), Native.astVectorSize(), Native.astVectorToString(), Native.astVectorTranslate(), Native.benchmarkToSmtlibString(), Native.blockLiterals(), Native.check(), Native.checkAndGetModel(), Native.checkAssumptions(), Native.checkInterpolant(), Native.computeInterpolant(), Native.contextToString(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.delLiterals(), Native.delModel(), Native.disableLiteral(), Native.eval(), Native.evalDecl(), Native.evalFuncDecl(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRules(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointPop(), Native.fixedpointPush(), Native.fixedpointQuery(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.getAlgebraicNumberLower(), Native.getAlgebraicNumberUpper(), Native.getAppArg(), Native.getAppDecl(), Native.getAppNumArgs(), Native.getArity(), Native.getArraySortDomain(), Native.getArraySortRange(), Native.getArrayValue(), Native.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), Native.getContextAssignment(), Native.getDatatypeSortConstructor(), Native.getDatatypeSortConstructorAccessor(), Native.getDatatypeSortNumConstructors(), Native.getDatatypeSortRecognizer(), Native.getDeclAstParameter(), Native.getDeclDoubleParameter(), Native.getDeclFuncDeclParameter(), Native.getDeclIntParameter(), Native.getDeclKind(), Native.getDeclName(), Native.getDeclNumParameters(), Native.getDeclParameterKind(), Native.getDeclRationalParameter(), Native.getDeclSortParameter(), Native.getDeclSymbolParameter(), Native.getDenominator(), Native.getDomain(), Native.getDomainSize(), Native.getErrorCode(), Native.getErrorMsgEx(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getGuessedLiterals(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getInterpolant(), Native.getLabelSymbol(), Native.getLiteral(), Native.getModelConstant(), Native.getModelFuncDecl(), Native.getModelFuncElse(), Native.getModelFuncEntryArg(), Native.getModelFuncEntryNumArgs(), Native.getModelFuncEntryValue(), Native.getModelFuncNumEntries(), Native.getModelNumConstants(), Native.getModelNumFuncs(), Native.getNumeralDecimalString(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumLiterals(), Native.getNumProbes(), Native.getNumScopes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getRelevantLabels(), Native.getRelevantLiterals(), Native.getSearchFailure(), Native.getSmtlibAssumption(), Native.getSmtlibDecl(), Native.getSmtlibError(), Native.getSmtlibFormula(), Native.getSmtlibNumAssumptions(), Native.getSmtlibNumDecls(), Native.getSmtlibNumFormulas(), Native.getSmtlibNumSorts(), Native.getSmtlibSort(), Native.getSort(), Native.getSortId(), Native.getSortKind(), Native.getSortName(), Native.getSymbolInt(), Native.getSymbolKind(), Native.getSymbolString(), Native.getTacticName(), Native.getTupleSortFieldDecl(), Native.getTupleSortMkDecl(), Native.getTupleSortNumFields(), Native.goalAssert(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interpolationProfile(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isArrayValue(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isNumeralAst(), Native.isQuantifierForall(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArraySort(), Native.mkAstMap(), Native.mkAstVector(), Native.mkBoolSort(), Native.mkBound(), Native.mkBv2int(), Native.mkBvadd(), Native.mkBvaddNoOverflow(), Native.mkBvaddNoUnderflow(), Native.mkBvand(), Native.mkBvashr(), Native.mkBvlshr(), Native.mkBvmul(), Native.mkBvmulNoOverflow(), Native.mkBvmulNoUnderflow(), Native.mkBvnand(), Native.mkBvneg(), Native.mkBvnegNoOverflow(), Native.mkBvnor(), Native.mkBvnot(), Native.mkBvor(), Native.mkBvredand(), Native.mkBvredor(), Native.mkBvsdiv(), Native.mkBvsdivNoOverflow(), Native.mkBvsge(), Native.mkBvsgt(), Native.mkBvshl(), Native.mkBvsle(), Native.mkBvslt(), Native.mkBvsmod(), Native.mkBvSort(), Native.mkBvsrem(), Native.mkBvsub(), Native.mkBvsubNoOverflow(), Native.mkBvsubNoUnderflow(), Native.mkBvudiv(), Native.mkBvuge(), Native.mkBvugt(), Native.mkBvule(), Native.mkBvult(), Native.mkBvurem(), Native.mkBvxnor(), Native.mkBvxor(), Native.mkConcat(), Native.mkConst(), Native.mkConstArray(), Native.mkConstructor(), Native.mkConstructorList(), Native.mkDatatype(), Native.mkDatatypes(), Native.mkDistinct(), Native.mkDiv(), Native.mkEmptySet(), Native.mkEnumerationSort(), Native.mkEq(), Native.mkExists(), Native.mkExistsConst(), Native.mkExtract(), Native.mkExtRotateLeft(), Native.mkExtRotateRight(), Native.mkFalse(), Native.mkFiniteDomainSort(), Native.mkFixedpoint(), Native.mkForall(), Native.mkForallConst(), Native.mkFreshConst(), Native.mkFreshFuncDecl(), Native.mkFullSet(), Native.mkFuncDecl(), Native.mkGe(), Native.mkGoal(), Native.mkGt(), Native.mkIff(), Native.mkImplies(), Native.mkInjectiveFunction(), Native.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkInterpolant(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIsInt(), Native.mkIte(), Native.mkLabel(), Native.mkLe(), Native.mkListSort(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRem(), Native.mkRepeat(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetIntersect(), Native.mkSetMember(), Native.mkSetSort(), Native.mkSetSubset(), Native.mkSetUnion(), Native.mkSignExt(), Native.mkSimpleSolver(), Native.mkSolver(), Native.mkSolverForLogic(), Native.mkSolverFromTactic(), Native.mkStore(), Native.mkStringSymbol(), Native.mkSub(), Native.mkTactic(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelHasInterp(), Native.modelIncRef(), Native.modelToString(), Native.paramDescrsDecRef(), Native.paramDescrsGetKind(), Native.paramDescrsGetName(), Native.paramDescrsIncRef(), Native.paramDescrsSize(), Native.paramDescrsToString(), Native.paramsDecRef(), Native.paramsIncRef(), Native.paramsSetBool(), Native.paramsSetDouble(), Native.paramsSetSymbol(), Native.paramsSetUint(), Native.paramsToString(), Native.paramsValidate(), Native.parseSmtlib2File(), Native.parseSmtlib2String(), Native.parseSmtlibFile(), Native.parseSmtlibString(), Native.patternToAst(), Native.patternToString(), Native.persistAst(), Native.polynomialSubresultants(), Native.pop(), Native.probeAnd(), Native.probeApply(), Native.probeConst(), Native.probeDecRef(), Native.probeEq(), Native.probeGe(), Native.probeGetDescr(), Native.probeGt(), Native.probeIncRef(), Native.probeLe(), Native.probeLt(), Native.probeNot(), Native.probeOr(), Native.push(), Native.queryConstructor(), Native.rcfAdd(), Native.rcfDel(), Native.rcfDiv(), Native.rcfEq(), Native.rcfGe(), Native.rcfGetNumeratorDenominator(), Native.rcfGt(), Native.rcfInv(), Native.rcfLe(), Native.rcfLt(), Native.rcfMkE(), Native.rcfMkInfinitesimal(), Native.rcfMkPi(), Native.rcfMkRational(), Native.rcfMkRoots(), Native.rcfMkSmallInt(), Native.rcfMul(), Native.rcfNeg(), Native.rcfNeq(), Native.rcfNumToDecimalString(), Native.rcfNumToString(), Native.rcfPower(), Native.rcfSub(), Native.readInterpolationProblem(), Native.setAstPrintMode(), Native.setError(), Native.setLogic(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.softCheckCancel(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverDecRef(), Native.solverGetAssertions(), Native.solverGetHelp(), Native.solverGetModel(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetUnsatCore(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToString(), Native.sortToAst(), Native.sortToString(), Native.statisticsToString(), Native.statsDecRef(), Native.statsGetDoubleValue(), Native.statsGetKey(), Native.statsGetUintValue(), Native.statsIncRef(), Native.statsIsDouble(), Native.statsIsUint(), Native.statsSize(), Native.statsToString(), Native.substitute(), Native.substituteVars(), Native.tacticAndThen(), Native.tacticApply(), Native.tacticApplyEx(), Native.tacticCond(), Native.tacticDecRef(), Native.tacticFail(), Native.tacticFailIf(), Native.tacticFailIfNotDecided(), Native.tacticGetDescr(), Native.tacticGetHelp(), Native.tacticGetParamDescrs(), Native.tacticIncRef(), Native.tacticOrElse(), Native.tacticParAndThen(), Native.tacticParOr(), Native.tacticRepeat(), Native.tacticSkip(), Native.tacticTryFor(), Native.tacticUsingParams(), Native.tacticWhen(), Native.toApp(), Native.toFuncDecl(), Native.translate(), Native.updateParamValue(), Native.updateTerm(), and Native.writeInterpolationProblem().

static native String INTERNALgetErrorMsg ( int  a0)
staticprotected

Referenced by Native.getErrorMsg().

static native String INTERNALgetErrorMsgEx ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.algebraicAdd(), Native.algebraicDiv(), Native.algebraicEq(), Native.algebraicEval(), Native.algebraicGe(), Native.algebraicGt(), Native.algebraicIsNeg(), Native.algebraicIsPos(), Native.algebraicIsValue(), Native.algebraicIsZero(), Native.algebraicLe(), Native.algebraicLt(), Native.algebraicMul(), Native.algebraicNeq(), Native.algebraicPower(), Native.algebraicRoot(), Native.algebraicRoots(), Native.algebraicSign(), Native.algebraicSub(), Native.applyResultConvertModel(), Native.applyResultDecRef(), Native.applyResultGetNumSubgoals(), Native.applyResultGetSubgoal(), Native.applyResultIncRef(), Native.applyResultToString(), Native.appToAst(), Native.assertCnstr(), Native.astMapContains(), Native.astMapDecRef(), Native.astMapErase(), Native.astMapFind(), Native.astMapIncRef(), Native.astMapInsert(), Native.astMapKeys(), Native.astMapReset(), Native.astMapSize(), Native.astMapToString(), Native.astToString(), Native.astVectorDecRef(), Native.astVectorGet(), Native.astVectorIncRef(), Native.astVectorPush(), Native.astVectorResize(), Native.astVectorSet(), Native.astVectorSize(), Native.astVectorToString(), Native.astVectorTranslate(), Native.benchmarkToSmtlibString(), Native.blockLiterals(), Native.check(), Native.checkAndGetModel(), Native.checkAssumptions(), Native.checkInterpolant(), Native.computeInterpolant(), Native.contextToString(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.delLiterals(), Native.delModel(), Native.disableLiteral(), Native.eval(), Native.evalDecl(), Native.evalFuncDecl(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRules(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointPop(), Native.fixedpointPush(), Native.fixedpointQuery(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.getAlgebraicNumberLower(), Native.getAlgebraicNumberUpper(), Native.getAppArg(), Native.getAppDecl(), Native.getAppNumArgs(), Native.getArity(), Native.getArraySortDomain(), Native.getArraySortRange(), Native.getArrayValue(), Native.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), Native.getContextAssignment(), Native.getDatatypeSortConstructor(), Native.getDatatypeSortConstructorAccessor(), Native.getDatatypeSortNumConstructors(), Native.getDatatypeSortRecognizer(), Native.getDeclAstParameter(), Native.getDeclDoubleParameter(), Native.getDeclFuncDeclParameter(), Native.getDeclIntParameter(), Native.getDeclKind(), Native.getDeclName(), Native.getDeclNumParameters(), Native.getDeclParameterKind(), Native.getDeclRationalParameter(), Native.getDeclSortParameter(), Native.getDeclSymbolParameter(), Native.getDenominator(), Native.getDomain(), Native.getDomainSize(), Native.getErrorMsgEx(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getGuessedLiterals(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getInterpolant(), Native.getLabelSymbol(), Native.getLiteral(), Native.getModelConstant(), Native.getModelFuncDecl(), Native.getModelFuncElse(), Native.getModelFuncEntryArg(), Native.getModelFuncEntryNumArgs(), Native.getModelFuncEntryValue(), Native.getModelFuncNumEntries(), Native.getModelNumConstants(), Native.getModelNumFuncs(), Native.getNumeralDecimalString(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumLiterals(), Native.getNumProbes(), Native.getNumScopes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getRelevantLabels(), Native.getRelevantLiterals(), Native.getSearchFailure(), Native.getSmtlibAssumption(), Native.getSmtlibDecl(), Native.getSmtlibError(), Native.getSmtlibFormula(), Native.getSmtlibNumAssumptions(), Native.getSmtlibNumDecls(), Native.getSmtlibNumFormulas(), Native.getSmtlibNumSorts(), Native.getSmtlibSort(), Native.getSort(), Native.getSortId(), Native.getSortKind(), Native.getSortName(), Native.getSymbolInt(), Native.getSymbolKind(), Native.getSymbolString(), Native.getTacticName(), Native.getTupleSortFieldDecl(), Native.getTupleSortMkDecl(), Native.getTupleSortNumFields(), Native.goalAssert(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interpolationProfile(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isArrayValue(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isNumeralAst(), Native.isQuantifierForall(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArraySort(), Native.mkAstMap(), Native.mkAstVector(), Native.mkBoolSort(), Native.mkBound(), Native.mkBv2int(), Native.mkBvadd(), Native.mkBvaddNoOverflow(), Native.mkBvaddNoUnderflow(), Native.mkBvand(), Native.mkBvashr(), Native.mkBvlshr(), Native.mkBvmul(), Native.mkBvmulNoOverflow(), Native.mkBvmulNoUnderflow(), Native.mkBvnand(), Native.mkBvneg(), Native.mkBvnegNoOverflow(), Native.mkBvnor(), Native.mkBvnot(), Native.mkBvor(), Native.mkBvredand(), Native.mkBvredor(), Native.mkBvsdiv(), Native.mkBvsdivNoOverflow(), Native.mkBvsge(), Native.mkBvsgt(), Native.mkBvshl(), Native.mkBvsle(), Native.mkBvslt(), Native.mkBvsmod(), Native.mkBvSort(), Native.mkBvsrem(), Native.mkBvsub(), Native.mkBvsubNoOverflow(), Native.mkBvsubNoUnderflow(), Native.mkBvudiv(), Native.mkBvuge(), Native.mkBvugt(), Native.mkBvule(), Native.mkBvult(), Native.mkBvurem(), Native.mkBvxnor(), Native.mkBvxor(), Native.mkConcat(), Native.mkConst(), Native.mkConstArray(), Native.mkConstructor(), Native.mkConstructorList(), Native.mkDatatype(), Native.mkDatatypes(), Native.mkDistinct(), Native.mkDiv(), Native.mkEmptySet(), Native.mkEnumerationSort(), Native.mkEq(), Native.mkExists(), Native.mkExistsConst(), Native.mkExtract(), Native.mkExtRotateLeft(), Native.mkExtRotateRight(), Native.mkFalse(), Native.mkFiniteDomainSort(), Native.mkFixedpoint(), Native.mkForall(), Native.mkForallConst(), Native.mkFreshConst(), Native.mkFreshFuncDecl(), Native.mkFullSet(), Native.mkFuncDecl(), Native.mkGe(), Native.mkGoal(), Native.mkGt(), Native.mkIff(), Native.mkImplies(), Native.mkInjectiveFunction(), Native.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkInterpolant(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIsInt(), Native.mkIte(), Native.mkLabel(), Native.mkLe(), Native.mkListSort(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRem(), Native.mkRepeat(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetIntersect(), Native.mkSetMember(), Native.mkSetSort(), Native.mkSetSubset(), Native.mkSetUnion(), Native.mkSignExt(), Native.mkSimpleSolver(), Native.mkSolver(), Native.mkSolverForLogic(), Native.mkSolverFromTactic(), Native.mkStore(), Native.mkStringSymbol(), Native.mkSub(), Native.mkTactic(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelHasInterp(), Native.modelIncRef(), Native.modelToString(), Native.paramDescrsDecRef(), Native.paramDescrsGetKind(), Native.paramDescrsGetName(), Native.paramDescrsIncRef(), Native.paramDescrsSize(), Native.paramDescrsToString(), Native.paramsDecRef(), Native.paramsIncRef(), Native.paramsSetBool(), Native.paramsSetDouble(), Native.paramsSetSymbol(), Native.paramsSetUint(), Native.paramsToString(), Native.paramsValidate(), Native.parseSmtlib2File(), Native.parseSmtlib2String(), Native.parseSmtlibFile(), Native.parseSmtlibString(), Native.patternToAst(), Native.patternToString(), Native.persistAst(), Native.polynomialSubresultants(), Native.pop(), Native.probeAnd(), Native.probeApply(), Native.probeConst(), Native.probeDecRef(), Native.probeEq(), Native.probeGe(), Native.probeGetDescr(), Native.probeGt(), Native.probeIncRef(), Native.probeLe(), Native.probeLt(), Native.probeNot(), Native.probeOr(), Native.push(), Native.queryConstructor(), Native.rcfAdd(), Native.rcfDel(), Native.rcfDiv(), Native.rcfEq(), Native.rcfGe(), Native.rcfGetNumeratorDenominator(), Native.rcfGt(), Native.rcfInv(), Native.rcfLe(), Native.rcfLt(), Native.rcfMkE(), Native.rcfMkInfinitesimal(), Native.rcfMkPi(), Native.rcfMkRational(), Native.rcfMkRoots(), Native.rcfMkSmallInt(), Native.rcfMul(), Native.rcfNeg(), Native.rcfNeq(), Native.rcfNumToDecimalString(), Native.rcfNumToString(), Native.rcfPower(), Native.rcfSub(), Native.readInterpolationProblem(), Native.setAstPrintMode(), Native.setError(), Native.setLogic(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.softCheckCancel(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverDecRef(), Native.solverGetAssertions(), Native.solverGetHelp(), Native.solverGetModel(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetUnsatCore(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToString(), Native.sortToAst(), Native.sortToString(), Native.statisticsToString(), Native.statsDecRef(), Native.statsGetDoubleValue(), Native.statsGetKey(), Native.statsGetUintValue(), Native.statsIncRef(), Native.statsIsDouble(), Native.statsIsUint(), Native.statsSize(), Native.statsToString(), Native.substitute(), Native.substituteVars(), Native.tacticAndThen(), Native.tacticApply(), Native.tacticApplyEx(), Native.tacticCond(), Native.tacticDecRef(), Native.tacticFail(), Native.tacticFailIf(), Native.tacticFailIfNotDecided(), Native.tacticGetDescr(), Native.tacticGetHelp(), Native.tacticGetParamDescrs(), Native.tacticIncRef(), Native.tacticOrElse(), Native.tacticParAndThen(), Native.tacticParOr(), Native.tacticRepeat(), Native.tacticSkip(), Native.tacticTryFor(), Native.tacticUsingParams(), Native.tacticWhen(), Native.toApp(), Native.toFuncDecl(), Native.translate(), Native.updateParamValue(), Native.updateTerm(), and Native.writeInterpolationProblem().

static native boolean INTERNALgetFiniteDomainSortSize ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected
static native int INTERNALgetFuncDeclId ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getFuncDeclId().

static native long INTERNALgetGuessedLiterals ( long  a0)
staticprotected
static native int INTERNALgetImpliedEqualities ( long  a0,
long  a1,
int  a2,
long[]  a3,
int[]  a4 
)
staticprotected
static native int INTERNALgetIndexValue ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getIndexValue().

static native long INTERNALgetInterpolant ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.getInterpolant().

static native long INTERNALgetLabelSymbol ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getLabelSymbol().

static native long INTERNALgetLiteral ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getLiteral().

static native long INTERNALgetModelConstant ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getModelConstant().

static native long INTERNALgetModelFuncDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getModelFuncDecl().

static native long INTERNALgetModelFuncElse ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getModelFuncElse().

static native long INTERNALgetModelFuncEntryArg ( long  a0,
long  a1,
int  a2,
int  a3,
int  a4 
)
staticprotected
static native int INTERNALgetModelFuncEntryNumArgs ( long  a0,
long  a1,
int  a2,
int  a3 
)
staticprotected
static native long INTERNALgetModelFuncEntryValue ( long  a0,
long  a1,
int  a2,
int  a3 
)
staticprotected
static native int INTERNALgetModelFuncNumEntries ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetModelNumConstants ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetModelNumFuncs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getModelNumFuncs().

static native String INTERNALgetNumeralDecimalString ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native boolean INTERNALgetNumeralInt ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected

Referenced by Native.getNumeralInt().

static native boolean INTERNALgetNumeralInt64 ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected

Referenced by Native.getNumeralInt64().

static native boolean INTERNALgetNumeralRationalInt64 ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
)
staticprotected
static native boolean INTERNALgetNumeralSmall ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
)
staticprotected

Referenced by Native.getNumeralSmall().

static native String INTERNALgetNumeralString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumeralString().

static native boolean INTERNALgetNumeralUint ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected

Referenced by Native.getNumeralUint().

static native boolean INTERNALgetNumeralUint64 ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected

Referenced by Native.getNumeralUint64().

static native long INTERNALgetNumerator ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumerator().

static native int INTERNALgetNumLiterals ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumLiterals().

static native int INTERNALgetNumProbes ( long  a0)
staticprotected

Referenced by Native.getNumProbes().

static native int INTERNALgetNumScopes ( long  a0)
staticprotected

Referenced by Native.getNumScopes().

static native int INTERNALgetNumTactics ( long  a0)
staticprotected

Referenced by Native.getNumTactics().

static native long INTERNALgetPattern ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getPattern().

static native int INTERNALgetPatternNumTerms ( long  a0,
long  a1 
)
staticprotected
static native String INTERNALgetProbeName ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getProbeName().

static native long INTERNALgetQuantifierBody ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetQuantifierBoundName ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetQuantifierBoundSort ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetQuantifierNoPatternAst ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetQuantifierNumBound ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetQuantifierNumNoPatterns ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetQuantifierNumPatterns ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetQuantifierPatternAst ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native int INTERNALgetQuantifierWeight ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALgetRange ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getRange().

static native int INTERNALgetRelationArity ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getRelationArity().

static native long INTERNALgetRelationColumn ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetRelevantLabels ( long  a0)
staticprotected
static native long INTERNALgetRelevantLiterals ( long  a0)
staticprotected
static native int INTERNALgetSearchFailure ( long  a0)
staticprotected

Referenced by Native.getSearchFailure().

static native long INTERNALgetSmtlibAssumption ( long  a0,
int  a1 
)
staticprotected
static native long INTERNALgetSmtlibDecl ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getSmtlibDecl().

static native String INTERNALgetSmtlibError ( long  a0)
staticprotected

Referenced by Native.getSmtlibError().

static native long INTERNALgetSmtlibFormula ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getSmtlibFormula().

static native int INTERNALgetSmtlibNumAssumptions ( long  a0)
staticprotected
static native int INTERNALgetSmtlibNumDecls ( long  a0)
staticprotected
static native int INTERNALgetSmtlibNumFormulas ( long  a0)
staticprotected
static native int INTERNALgetSmtlibNumSorts ( long  a0)
staticprotected
static native long INTERNALgetSmtlibSort ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getSmtlibSort().

static native long INTERNALgetSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSort().

static native int INTERNALgetSortId ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSortId().

static native int INTERNALgetSortKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSortKind().

static native long INTERNALgetSortName ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSortName().

static native int INTERNALgetSymbolInt ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSymbolInt().

static native int INTERNALgetSymbolKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSymbolKind().

static native String INTERNALgetSymbolString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSymbolString().

static native String INTERNALgetTacticName ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getTacticName().

static native long INTERNALgetTupleSortFieldDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALgetTupleSortMkDecl ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgetTupleSortNumFields ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALgetVersion ( IntPtr  a0,
IntPtr  a1,
IntPtr  a2,
IntPtr  a3 
)
staticprotected

Referenced by Native.getVersion().

static native boolean INTERNALglobalParamGet ( String  a0,
StringPtr  a1 
)
staticprotected

Referenced by Native.globalParamGet().

static native void INTERNALglobalParamResetAll ( )
staticprotected
static native void INTERNALglobalParamSet ( String  a0,
String  a1 
)
staticprotected

Referenced by Native.globalParamSet().

static native void INTERNALgoalAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.goalAssert().

static native void INTERNALgoalDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalDecRef().

static native int INTERNALgoalDepth ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalDepth().

static native long INTERNALgoalFormula ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.goalFormula().

static native boolean INTERNALgoalInconsistent ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalInconsistent().

static native void INTERNALgoalIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalIncRef().

static native boolean INTERNALgoalIsDecidedSat ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalIsDecidedSat().

static native boolean INTERNALgoalIsDecidedUnsat ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALgoalNumExprs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalNumExprs().

static native int INTERNALgoalPrecision ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalPrecision().

static native void INTERNALgoalReset ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalReset().

static native int INTERNALgoalSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalSize().

static native String INTERNALgoalToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalToString().

static native long INTERNALgoalTranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.goalTranslate().

static native void INTERNALincRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.incRef().

static native String INTERNALinterpolationProfile ( long  a0)
staticprotected
static native void INTERNALinterrupt ( long  a0)
staticprotected

Referenced by Native.interrupt().

static native boolean INTERNALisAlgebraicNumber ( long  a0,
long  a1 
)
staticprotected
static native boolean INTERNALisApp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isApp().

static native boolean INTERNALisArrayValue ( long  a0,
long  a1,
long  a2,
IntPtr  a3 
)
staticprotected

Referenced by Native.isArrayValue().

static native boolean INTERNALisAsArray ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isAsArray().

static native boolean INTERNALisEqAst ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.isEqAst().

static native boolean INTERNALisEqFuncDecl ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.isEqFuncDecl().

static native boolean INTERNALisEqSort ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.isEqSort().

static native boolean INTERNALisNumeralAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isNumeralAst().

static native boolean INTERNALisQuantifierForall ( long  a0,
long  a1 
)
staticprotected
static native boolean INTERNALisWellSorted ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isWellSorted().

static native long INTERNALmkAdd ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkAdd().

static native long INTERNALmkAnd ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkAnd().

static native long INTERNALmkApp ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.mkApp().

static native long INTERNALmkArrayDefault ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkArrayDefault().

static native long INTERNALmkArraySort ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkArraySort().

static native long INTERNALmkAstMap ( long  a0)
staticprotected

Referenced by Native.mkAstMap().

static native long INTERNALmkAstVector ( long  a0)
staticprotected

Referenced by Native.mkAstVector().

static native long INTERNALmkBoolSort ( long  a0)
staticprotected

Referenced by Native.mkBoolSort().

static native long INTERNALmkBound ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBound().

static native long INTERNALmkBv2int ( long  a0,
long  a1,
boolean  a2 
)
staticprotected

Referenced by Native.mkBv2int().

static native long INTERNALmkBvadd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvadd().

static native long INTERNALmkBvaddNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected
static native long INTERNALmkBvaddNoUnderflow ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkBvand ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvand().

static native long INTERNALmkBvashr ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvashr().

static native long INTERNALmkBvlshr ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvlshr().

static native long INTERNALmkBvmul ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvmul().

static native long INTERNALmkBvmulNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected
static native long INTERNALmkBvmulNoUnderflow ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkBvnand ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvnand().

static native long INTERNALmkBvneg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvneg().

static native long INTERNALmkBvnegNoOverflow ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALmkBvnor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvnor().

static native long INTERNALmkBvnot ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvnot().

static native long INTERNALmkBvor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvor().

static native long INTERNALmkBvredand ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvredand().

static native long INTERNALmkBvredor ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvredor().

static native long INTERNALmkBvsdiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsdiv().

static native long INTERNALmkBvsdivNoOverflow ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkBvsge ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsge().

static native long INTERNALmkBvsgt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsgt().

static native long INTERNALmkBvshl ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvshl().

static native long INTERNALmkBvsle ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsle().

static native long INTERNALmkBvslt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvslt().

static native long INTERNALmkBvsmod ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsmod().

static native long INTERNALmkBvSort ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.mkBvSort().

static native long INTERNALmkBvsrem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsrem().

static native long INTERNALmkBvsub ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsub().

static native long INTERNALmkBvsubNoOverflow ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkBvsubNoUnderflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected
static native long INTERNALmkBvudiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvudiv().

static native long INTERNALmkBvuge ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvuge().

static native long INTERNALmkBvugt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvugt().

static native long INTERNALmkBvule ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvule().

static native long INTERNALmkBvult ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvult().

static native long INTERNALmkBvurem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvurem().

static native long INTERNALmkBvxnor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvxnor().

static native long INTERNALmkBvxor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvxor().

static native long INTERNALmkConcat ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkConcat().

static native long INTERNALmkConfig ( )
staticprotected

Referenced by Native.mkConfig().

static native long INTERNALmkConst ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkConst().

static native long INTERNALmkConstArray ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkConstArray().

static native long INTERNALmkConstructor ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
long[]  a5,
int[]  a6 
)
staticprotected

Referenced by Native.mkConstructor().

static native long INTERNALmkConstructorList ( long  a0,
int  a1,
long[]  a2 
)
staticprotected
static native long INTERNALmkContext ( long  a0)
staticprotected

Referenced by Native.mkContext().

static native long INTERNALmkContextRc ( long  a0)
staticprotected

Referenced by Native.mkContextRc().

static native long INTERNALmkDatatype ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.mkDatatype().

static native void INTERNALmkDatatypes ( long  a0,
int  a1,
long[]  a2,
long[]  a3,
long[]  a4 
)
staticprotected

Referenced by Native.mkDatatypes().

static native long INTERNALmkDistinct ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkDistinct().

static native long INTERNALmkDiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkDiv().

static native long INTERNALmkEmptySet ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkEmptySet().

static native long INTERNALmkEnumerationSort ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4,
long[]  a5 
)
staticprotected
static native long INTERNALmkEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkEq().

static native long INTERNALmkExists ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long[]  a6,
long  a7 
)
staticprotected

Referenced by Native.mkExists().

static native long INTERNALmkExistsConst ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long  a6 
)
staticprotected

Referenced by Native.mkExistsConst().

static native long INTERNALmkExtract ( long  a0,
int  a1,
int  a2,
long  a3 
)
staticprotected

Referenced by Native.mkExtract().

static native long INTERNALmkExtRotateLeft ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkExtRotateLeft().

static native long INTERNALmkExtRotateRight ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkExtRotateRight().

static native long INTERNALmkFalse ( long  a0)
staticprotected

Referenced by Native.mkFalse().

static native long INTERNALmkFiniteDomainSort ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkFixedpoint ( long  a0)
staticprotected

Referenced by Native.mkFixedpoint().

static native long INTERNALmkForall ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long[]  a6,
long  a7 
)
staticprotected

Referenced by Native.mkForall().

static native long INTERNALmkForallConst ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long  a6 
)
staticprotected

Referenced by Native.mkForallConst().

static native long INTERNALmkFreshConst ( long  a0,
String  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFreshConst().

static native long INTERNALmkFreshFuncDecl ( long  a0,
String  a1,
int  a2,
long[]  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFreshFuncDecl().

static native long INTERNALmkFullSet ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFullSet().

static native long INTERNALmkFuncDecl ( long  a0,
long  a1,
int  a2,
long[]  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFuncDecl().

static native long INTERNALmkGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkGe().

static native long INTERNALmkGoal ( long  a0,
boolean  a1,
boolean  a2,
boolean  a3 
)
staticprotected

Referenced by Native.mkGoal().

static native long INTERNALmkGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkGt().

static native long INTERNALmkIff ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkIff().

static native long INTERNALmkImplies ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkImplies().

static native long INTERNALmkInjectiveFunction ( long  a0,
long  a1,
int  a2,
long[]  a3,
long  a4 
)
staticprotected
static native long INTERNALmkInt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkInt().

static native long INTERNALmkInt2bv ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkInt2bv().

static native long INTERNALmkInt2real ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkInt2real().

static native long INTERNALmkInt64 ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkInt64().

static native long INTERNALmkInterpolant ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkInterpolant().

static native long INTERNALmkInterpolationContext ( long  a0)
staticprotected
static native long INTERNALmkIntSort ( long  a0)
staticprotected

Referenced by Native.mkIntSort().

static native long INTERNALmkIntSymbol ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.mkIntSymbol().

static native long INTERNALmkIsInt ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkIsInt().

static native long INTERNALmkIte ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkIte().

static native long INTERNALmkLabel ( long  a0,
long  a1,
boolean  a2,
long  a3 
)
staticprotected

Referenced by Native.mkLabel().

static native long INTERNALmkLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkLe().

static native long INTERNALmkListSort ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4,
LongPtr  a5,
LongPtr  a6,
LongPtr  a7,
LongPtr  a8 
)
staticprotected

Referenced by Native.mkListSort().

static native long INTERNALmkLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkLt().

static native long INTERNALmkMap ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.mkMap().

static native long INTERNALmkMod ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkMod().

static native long INTERNALmkMul ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkMul().

static native long INTERNALmkNot ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkNot().

static native long INTERNALmkNumeral ( long  a0,
String  a1,
long  a2 
)
staticprotected

Referenced by Native.mkNumeral().

static native long INTERNALmkOr ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkOr().

static native long INTERNALmkParams ( long  a0)
staticprotected

Referenced by Native.mkParams().

static native long INTERNALmkPattern ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkPattern().

static native long INTERNALmkPower ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkPower().

static native long INTERNALmkProbe ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkProbe().

static native long INTERNALmkQuantifier ( long  a0,
boolean  a1,
int  a2,
int  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7,
long  a8 
)
staticprotected

Referenced by Native.mkQuantifier().

static native long INTERNALmkQuantifierConst ( long  a0,
boolean  a1,
int  a2,
int  a3,
long[]  a4,
int  a5,
long[]  a6,
long  a7 
)
staticprotected
static native long INTERNALmkQuantifierConstEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long[]  a6,
int  a7,
long[]  a8,
int  a9,
long[]  a10,
long  a11 
)
staticprotected
static native long INTERNALmkQuantifierEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long[]  a6,
int  a7,
long[]  a8,
int  a9,
long[]  a10,
long[]  a11,
long  a12 
)
staticprotected

Referenced by Native.mkQuantifierEx().

static native long INTERNALmkReal ( long  a0,
int  a1,
int  a2 
)
staticprotected

Referenced by Native.mkReal().

static native long INTERNALmkReal2int ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkReal2int().

static native long INTERNALmkRealSort ( long  a0)
staticprotected

Referenced by Native.mkRealSort().

static native long INTERNALmkRem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRem().

static native long INTERNALmkRepeat ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRepeat().

static native long INTERNALmkRotateLeft ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRotateLeft().

static native long INTERNALmkRotateRight ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRotateRight().

static native long INTERNALmkSelect ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSelect().

static native long INTERNALmkSetAdd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetAdd().

static native long INTERNALmkSetComplement ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSetComplement().

static native long INTERNALmkSetDel ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetDel().

static native long INTERNALmkSetDifference ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetDifference().

static native long INTERNALmkSetIntersect ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkSetIntersect().

static native long INTERNALmkSetMember ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetMember().

static native long INTERNALmkSetSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSetSort().

static native long INTERNALmkSetSubset ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetSubset().

static native long INTERNALmkSetUnion ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkSetUnion().

static native long INTERNALmkSignExt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSignExt().

static native long INTERNALmkSimpleSolver ( long  a0)
staticprotected

Referenced by Native.mkSimpleSolver().

static native long INTERNALmkSolver ( long  a0)
staticprotected

Referenced by Native.mkSolver().

static native long INTERNALmkSolverForLogic ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSolverForLogic().

static native long INTERNALmkSolverFromTactic ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALmkStore ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkStore().

static native long INTERNALmkStringSymbol ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkStringSymbol().

static native long INTERNALmkSub ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.mkSub().

static native long INTERNALmkTactic ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkTactic().

static native long INTERNALmkTrue ( long  a0)
staticprotected

Referenced by Native.mkTrue().

static native long INTERNALmkTupleSort ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4,
LongPtr  a5,
long[]  a6 
)
staticprotected

Referenced by Native.mkTupleSort().

static native long INTERNALmkUnaryMinus ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkUnaryMinus().

static native long INTERNALmkUninterpretedSort ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALmkUnsignedInt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkUnsignedInt().

static native long INTERNALmkUnsignedInt64 ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkUnsignedInt64().

static native long INTERNALmkXor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkXor().

static native long INTERNALmkZeroExt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkZeroExt().

static native void INTERNALmodelDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelDecRef().

static native boolean INTERNALmodelEval ( long  a0,
long  a1,
long  a2,
boolean  a3,
LongPtr  a4 
)
staticprotected

Referenced by Native.modelEval().

static native long INTERNALmodelGetConstDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native long INTERNALmodelGetConstInterp ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmodelGetFuncDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.modelGetFuncDecl().

static native long INTERNALmodelGetFuncInterp ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native int INTERNALmodelGetNumConsts ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALmodelGetNumFuncs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelGetNumFuncs().

static native int INTERNALmodelGetNumSorts ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelGetNumSorts().

static native long INTERNALmodelGetSort ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.modelGetSort().

static native long INTERNALmodelGetSortUniverse ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native boolean INTERNALmodelHasInterp ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.modelHasInterp().

static native void INTERNALmodelIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelIncRef().

static native String INTERNALmodelToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelToString().

static native int INTERNALopenLog ( String  a0)
staticprotected

Referenced by Native.openLog().

static native void INTERNALparamDescrsDecRef ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALparamDescrsGetKind ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALparamDescrsGetName ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native void INTERNALparamDescrsIncRef ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALparamDescrsSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramDescrsSize().

static native String INTERNALparamDescrsToString ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALparamsDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramsDecRef().

static native void INTERNALparamsIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramsIncRef().

static native void INTERNALparamsSetBool ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected

Referenced by Native.paramsSetBool().

static native void INTERNALparamsSetDouble ( long  a0,
long  a1,
long  a2,
double  a3 
)
staticprotected

Referenced by Native.paramsSetDouble().

static native void INTERNALparamsSetSymbol ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.paramsSetSymbol().

static native void INTERNALparamsSetUint ( long  a0,
long  a1,
long  a2,
int  a3 
)
staticprotected

Referenced by Native.paramsSetUint().

static native String INTERNALparamsToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramsToString().

static native void INTERNALparamsValidate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.paramsValidate().

static native long INTERNALparseSmtlib2File ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
)
staticprotected

Referenced by Native.parseSmtlib2File().

static native long INTERNALparseSmtlib2String ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
)
staticprotected
static native void INTERNALparseSmtlibFile ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
)
staticprotected

Referenced by Native.parseSmtlibFile().

static native void INTERNALparseSmtlibString ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
)
staticprotected
static native long INTERNALpatternToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.patternToAst().

static native String INTERNALpatternToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.patternToString().

static native void INTERNALpersistAst ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.persistAst().

static native long INTERNALpolynomialSubresultants ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native void INTERNALpop ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.pop().

static native long INTERNALprobeAnd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeAnd().

static native double INTERNALprobeApply ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeApply().

static native long INTERNALprobeConst ( long  a0,
double  a1 
)
staticprotected

Referenced by Native.probeConst().

static native void INTERNALprobeDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.probeDecRef().

static native long INTERNALprobeEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeEq().

static native long INTERNALprobeGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeGe().

static native String INTERNALprobeGetDescr ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.probeGetDescr().

static native long INTERNALprobeGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeGt().

static native void INTERNALprobeIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.probeIncRef().

static native long INTERNALprobeLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeLe().

static native long INTERNALprobeLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeLt().

static native long INTERNALprobeNot ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.probeNot().

static native long INTERNALprobeOr ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeOr().

static native void INTERNALpush ( long  a0)
staticprotected

Referenced by Native.push().

static native void INTERNALqueryConstructor ( long  a0,
long  a1,
int  a2,
LongPtr  a3,
LongPtr  a4,
long[]  a5 
)
staticprotected

Referenced by Native.queryConstructor().

static native long INTERNALrcfAdd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfAdd().

static native void INTERNALrcfDel ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.rcfDel().

static native long INTERNALrcfDiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfDiv().

static native boolean INTERNALrcfEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfEq().

static native boolean INTERNALrcfGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfGe().

static native void INTERNALrcfGetNumeratorDenominator ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
)
staticprotected
static native boolean INTERNALrcfGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfGt().

static native long INTERNALrcfInv ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.rcfInv().

static native boolean INTERNALrcfLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfLe().

static native boolean INTERNALrcfLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfLt().

static native long INTERNALrcfMkE ( long  a0)
staticprotected

Referenced by Native.rcfMkE().

static native long INTERNALrcfMkInfinitesimal ( long  a0)
staticprotected
static native long INTERNALrcfMkPi ( long  a0)
staticprotected

Referenced by Native.rcfMkPi().

static native long INTERNALrcfMkRational ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.rcfMkRational().

static native int INTERNALrcfMkRoots ( long  a0,
int  a1,
long[]  a2,
long[]  a3 
)
staticprotected

Referenced by Native.rcfMkRoots().

static native long INTERNALrcfMkSmallInt ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.rcfMkSmallInt().

static native long INTERNALrcfMul ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfMul().

static native long INTERNALrcfNeg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.rcfNeg().

static native boolean INTERNALrcfNeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfNeq().

static native String INTERNALrcfNumToDecimalString ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native String INTERNALrcfNumToString ( long  a0,
long  a1,
boolean  a2,
boolean  a3 
)
staticprotected

Referenced by Native.rcfNumToString().

static native long INTERNALrcfPower ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.rcfPower().

static native long INTERNALrcfSub ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfSub().

static native int INTERNALreadInterpolationProblem ( long  a0,
IntPtr  a1,
ObjArrayPtr  a2,
UIntArrayPtr  a3,
String  a4,
StringPtr  a5,
IntPtr  a6,
ObjArrayPtr  a7 
)
staticprotected
static native void INTERNALresetMemory ( )
staticprotected

Referenced by Native.resetMemory().

static native void INTERNALsetAstPrintMode ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.setAstPrintMode().

static native void INTERNALsetError ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.setError().

static native void INTERNALsetLogic ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.setLogic().

static native void INTERNALsetParamValue ( long  a0,
String  a1,
String  a2 
)
staticprotected

Referenced by Native.setParamValue().

static native long INTERNALsimplify ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.simplify().

static native long INTERNALsimplifyEx ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.simplifyEx().

static native String INTERNALsimplifyGetHelp ( long  a0)
staticprotected

Referenced by Native.simplifyGetHelp().

static native long INTERNALsimplifyGetParamDescrs ( long  a0)
staticprotected
static native void INTERNALsoftCheckCancel ( long  a0)
staticprotected

Referenced by Native.softCheckCancel().

static native void INTERNALsolverAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.solverAssert().

static native void INTERNALsolverAssertAndTrack ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native int INTERNALsolverCheck ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverCheck().

static native int INTERNALsolverCheckAssumptions ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected
static native void INTERNALsolverDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverDecRef().

static native long INTERNALsolverGetAssertions ( long  a0,
long  a1 
)
staticprotected
static native String INTERNALsolverGetHelp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetHelp().

static native long INTERNALsolverGetModel ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetModel().

static native int INTERNALsolverGetNumScopes ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALsolverGetParamDescrs ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALsolverGetProof ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetProof().

static native String INTERNALsolverGetReasonUnknown ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALsolverGetStatistics ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALsolverGetUnsatCore ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALsolverIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverIncRef().

static native void INTERNALsolverPop ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.solverPop().

static native void INTERNALsolverPush ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverPush().

static native void INTERNALsolverReset ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverReset().

static native void INTERNALsolverSetParams ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.solverSetParams().

static native String INTERNALsolverToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverToString().

static native long INTERNALsortToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.sortToAst().

static native String INTERNALsortToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.sortToString().

static native String INTERNALstatisticsToString ( long  a0)
staticprotected
static native void INTERNALstatsDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsDecRef().

static native double INTERNALstatsGetDoubleValue ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native String INTERNALstatsGetKey ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.statsGetKey().

static native int INTERNALstatsGetUintValue ( long  a0,
long  a1,
int  a2 
)
staticprotected
static native void INTERNALstatsIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsIncRef().

static native boolean INTERNALstatsIsDouble ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.statsIsDouble().

static native boolean INTERNALstatsIsUint ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.statsIsUint().

static native int INTERNALstatsSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsSize().

static native String INTERNALstatsToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsToString().

static native long INTERNALsubstitute ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4 
)
staticprotected

Referenced by Native.substitute().

static native long INTERNALsubstituteVars ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.substituteVars().

static native long INTERNALtacticAndThen ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticAndThen().

static native long INTERNALtacticApply ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticApply().

static native long INTERNALtacticApplyEx ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.tacticApplyEx().

static native long INTERNALtacticCond ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.tacticCond().

static native void INTERNALtacticDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticDecRef().

static native long INTERNALtacticFail ( long  a0)
staticprotected

Referenced by Native.tacticFail().

static native long INTERNALtacticFailIf ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticFailIf().

static native long INTERNALtacticFailIfNotDecided ( long  a0)
staticprotected
static native String INTERNALtacticGetDescr ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.tacticGetDescr().

static native String INTERNALtacticGetHelp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticGetHelp().

static native long INTERNALtacticGetParamDescrs ( long  a0,
long  a1 
)
staticprotected
static native void INTERNALtacticIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticIncRef().

static native long INTERNALtacticOrElse ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticOrElse().

static native long INTERNALtacticParAndThen ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticParAndThen().

static native long INTERNALtacticParOr ( long  a0,
int  a1,
long[]  a2 
)
staticprotected

Referenced by Native.tacticParOr().

static native long INTERNALtacticRepeat ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.tacticRepeat().

static native long INTERNALtacticSkip ( long  a0)
staticprotected

Referenced by Native.tacticSkip().

static native long INTERNALtacticTryFor ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.tacticTryFor().

static native long INTERNALtacticUsingParams ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALtacticWhen ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticWhen().

static native long INTERNALtoApp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.toApp().

static native long INTERNALtoFuncDecl ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.toFuncDecl().

static native void INTERNALtoggleWarningMessages ( boolean  a0)
staticprotected
static native long INTERNALtranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.translate().

static native void INTERNALupdateParamValue ( long  a0,
String  a1,
String  a2 
)
staticprotected

Referenced by Native.updateParamValue().

static native long INTERNALupdateTerm ( long  a0,
long  a1,
int  a2,
long[]  a3 
)
staticprotected

Referenced by Native.updateTerm().

static native void INTERNALwriteInterpolationProblem ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
String  a4,
int  a5,
long[]  a6 
)
staticprotected
static String interpolationProfile ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5210 of file Native.java.

Referenced by InterpolationContext.InterpolationProfile().

5211  {
5212  String res = INTERNALinterpolationProfile(a0);
5214  if (err != Z3_error_code.Z3_OK)
5215  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5216  return res;
5217  }
static native String INTERNALinterpolationProfile(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void interrupt ( long  a0) throws Z3Exception
inlinestatic

Definition at line 631 of file Native.java.

Referenced by Context.interrupt().

632  {
633  INTERNALinterrupt(a0);
635  if (err != Z3_error_code.Z3_OK)
636  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
637  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALinterrupt(long a0)
static final Z3_error_code fromInt(int v)
static boolean isAlgebraicNumber ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2399 of file Native.java.

Referenced by Expr.isAlgebraicNumber().

2400  {
2401  boolean res = INTERNALisAlgebraicNumber(a0, a1);
2403  if (err != Z3_error_code.Z3_OK)
2404  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2405  return res;
2406  }
static native boolean INTERNALisAlgebraicNumber(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isApp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2381 of file Native.java.

Referenced by Expr.isArray(), Expr.isFiniteDomain(), and Expr.isRelation().

2382  {
2383  boolean res = INTERNALisApp(a0, a1);
2385  if (err != Z3_error_code.Z3_OK)
2386  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2387  return res;
2388  }
static native boolean INTERNALisApp(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isArrayValue ( long  a0,
long  a1,
long  a2,
IntPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 4685 of file Native.java.

4686  {
4687  boolean res = INTERNALisArrayValue(a0, a1, a2, a3);
4689  if (err != Z3_error_code.Z3_OK)
4690  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4691  return res;
4692  }
static native boolean INTERNALisArrayValue(long a0, long a1, long a2, IntPtr a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isAsArray ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2847 of file Native.java.

Referenced by Model.getFuncInterp().

2848  {
2849  boolean res = INTERNALisAsArray(a0, a1);
2851  if (err != Z3_error_code.Z3_OK)
2852  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2853  return res;
2854  }
static native boolean INTERNALisAsArray(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isEqAst ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2318 of file Native.java.

2319  {
2320  boolean res = INTERNALisEqAst(a0, a1, a2);
2322  if (err != Z3_error_code.Z3_OK)
2323  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2324  return res;
2325  }
static native boolean INTERNALisEqAst(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isEqFuncDecl ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2129 of file Native.java.

2130  {
2131  boolean res = INTERNALisEqFuncDecl(a0, a1, a2);
2133  if (err != Z3_error_code.Z3_OK)
2134  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2135  return res;
2136  }
static native boolean INTERNALisEqFuncDecl(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isEqSort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1985 of file Native.java.

Referenced by Expr.isBool().

1986  {
1987  boolean res = INTERNALisEqSort(a0, a1, a2);
1989  if (err != Z3_error_code.Z3_OK)
1990  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1991  return res;
1992  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisEqSort(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean isNumeralAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2390 of file Native.java.

Referenced by Expr.isInt(), and Expr.isNumeral().

2391  {
2392  boolean res = INTERNALisNumeralAst(a0, a1);
2394  if (err != Z3_error_code.Z3_OK)
2395  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2396  return res;
2397  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisNumeralAst(long a0, long a1)
static final Z3_error_code fromInt(int v)
static boolean isQuantifierForall ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2570 of file Native.java.

Referenced by Quantifier.isUniversal().

2571  {
2572  boolean res = INTERNALisQuantifierForall(a0, a1);
2574  if (err != Z3_error_code.Z3_OK)
2575  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2576  return res;
2577  }
static native boolean INTERNALisQuantifierForall(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean isWellSorted ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2354 of file Native.java.

Referenced by Expr.isWellSorted().

2355  {
2356  boolean res = INTERNALisWellSorted(a0, a1);
2358  if (err != Z3_error_code.Z3_OK)
2359  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2360  return res;
2361  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisWellSorted(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkAdd ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1076 of file Native.java.

Referenced by Context.mkAdd().

1077  {
1078  long res = INTERNALmkAdd(a0, a1, a2);
1080  if (err != Z3_error_code.Z3_OK)
1081  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1082  return res;
1083  }
static native long INTERNALmkAdd(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkAnd ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1058 of file Native.java.

Referenced by Context.mkAnd().

1059  {
1060  long res = INTERNALmkAnd(a0, a1, a2);
1062  if (err != Z3_error_code.Z3_OK)
1063  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1064  return res;
1065  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAnd(long a0, int a1, long[] a2)
static final Z3_error_code fromInt(int v)
static long mkApp ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 941 of file Native.java.

942  {
943  long res = INTERNALmkApp(a0, a1, a2, a3);
945  if (err != Z3_error_code.Z3_OK)
946  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
947  return res;
948  }
static native long INTERNALmkApp(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkArrayDefault ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1679 of file Native.java.

Referenced by Context.mkTermArray().

1680  {
1681  long res = INTERNALmkArrayDefault(a0, a1);
1683  if (err != Z3_error_code.Z3_OK)
1684  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1685  return res;
1686  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkArrayDefault(long a0, long a1)
static long mkArraySort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 837 of file Native.java.

838  {
839  long res = INTERNALmkArraySort(a0, a1, a2);
841  if (err != Z3_error_code.Z3_OK)
842  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
843  return res;
844  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkArraySort(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkAstMap ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3523 of file Native.java.

3524  {
3525  long res = INTERNALmkAstMap(a0);
3527  if (err != Z3_error_code.Z3_OK)
3528  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3529  return res;
3530  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAstMap(long a0)
static final Z3_error_code fromInt(int v)
static long mkAstVector ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3438 of file Native.java.

3439  {
3440  long res = INTERNALmkAstVector(a0);
3442  if (err != Z3_error_code.Z3_OK)
3443  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3444  return res;
3445  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAstVector(long a0)
static final Z3_error_code fromInt(int v)
static long mkBoolSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 792 of file Native.java.

Referenced by Expr.isBool().

793  {
794  long res = INTERNALmkBoolSort(a0);
796  if (err != Z3_error_code.Z3_OK)
797  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
798  return res;
799  }
static native long INTERNALmkBoolSort(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBound ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1850 of file Native.java.

Referenced by Context.mkBound().

1851  {
1852  long res = INTERNALmkBound(a0, a1, a2);
1854  if (err != Z3_error_code.Z3_OK)
1855  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1856  return res;
1857  }
static native long INTERNALmkBound(long a0, int a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBv2int ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 1562 of file Native.java.

Referenced by Context.mkBV2Int().

1563  {
1564  long res = INTERNALmkBv2int(a0, a1, a2);
1566  if (err != Z3_error_code.Z3_OK)
1567  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1568  return res;
1569  }
static native long INTERNALmkBv2int(long a0, long a1, boolean a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvadd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1301 of file Native.java.

Referenced by Context.mkBVAdd().

1302  {
1303  long res = INTERNALmkBvadd(a0, a1, a2);
1305  if (err != Z3_error_code.Z3_OK)
1306  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1307  return res;
1308  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvadd(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvaddNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1571 of file Native.java.

Referenced by Context.mkBVAddNoOverflow().

1572  {
1573  long res = INTERNALmkBvaddNoOverflow(a0, a1, a2, a3);
1575  if (err != Z3_error_code.Z3_OK)
1576  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1577  return res;
1578  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvaddNoOverflow(long a0, long a1, long a2, boolean a3)
static final Z3_error_code fromInt(int v)
static long mkBvaddNoUnderflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1580 of file Native.java.

Referenced by Context.mkBVAddNoUnderflow().

1581  {
1582  long res = INTERNALmkBvaddNoUnderflow(a0, a1, a2);
1584  if (err != Z3_error_code.Z3_OK)
1585  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1586  return res;
1587  }
static native long INTERNALmkBvaddNoUnderflow(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvand ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1238 of file Native.java.

Referenced by Context.mkBVAND().

1239  {
1240  long res = INTERNALmkBvand(a0, a1, a2);
1242  if (err != Z3_error_code.Z3_OK)
1243  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1244  return res;
1245  }
static native long INTERNALmkBvand(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvashr ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1508 of file Native.java.

Referenced by Context.mkBVASHR().

1509  {
1510  long res = INTERNALmkBvashr(a0, a1, a2);
1512  if (err != Z3_error_code.Z3_OK)
1513  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1514  return res;
1515  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvashr(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvlshr ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1499 of file Native.java.

Referenced by Context.mkBVLSHR().

1500  {
1501  long res = INTERNALmkBvlshr(a0, a1, a2);
1503  if (err != Z3_error_code.Z3_OK)
1504  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1505  return res;
1506  }
static native long INTERNALmkBvlshr(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvmul ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1319 of file Native.java.

Referenced by Context.mkBVMul().

1320  {
1321  long res = INTERNALmkBvmul(a0, a1, a2);
1323  if (err != Z3_error_code.Z3_OK)
1324  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1325  return res;
1326  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvmul(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvmulNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1625 of file Native.java.

Referenced by Context.mkBVMulNoOverflow().

1626  {
1627  long res = INTERNALmkBvmulNoOverflow(a0, a1, a2, a3);
1629  if (err != Z3_error_code.Z3_OK)
1630  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1631  return res;
1632  }
static native long INTERNALmkBvmulNoOverflow(long a0, long a1, long a2, boolean a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvmulNoUnderflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1634 of file Native.java.

Referenced by Context.mkBVMulNoUnderflow().

1635  {
1636  long res = INTERNALmkBvmulNoUnderflow(a0, a1, a2);
1638  if (err != Z3_error_code.Z3_OK)
1639  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1640  return res;
1641  }
static native long INTERNALmkBvmulNoUnderflow(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvnand ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1265 of file Native.java.

Referenced by Context.mkBVNAND().

1266  {
1267  long res = INTERNALmkBvnand(a0, a1, a2);
1269  if (err != Z3_error_code.Z3_OK)
1270  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1271  return res;
1272  }
static native long INTERNALmkBvnand(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvneg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1292 of file Native.java.

Referenced by Context.mkBVNeg().

1293  {
1294  long res = INTERNALmkBvneg(a0, a1);
1296  if (err != Z3_error_code.Z3_OK)
1297  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1298  return res;
1299  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvneg(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkBvnegNoOverflow ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1616 of file Native.java.

Referenced by Context.mkBVNegNoOverflow().

1617  {
1618  long res = INTERNALmkBvnegNoOverflow(a0, a1);
1620  if (err != Z3_error_code.Z3_OK)
1621  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1622  return res;
1623  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnegNoOverflow(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkBvnor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1274 of file Native.java.

Referenced by Context.mkBVNOR().

1275  {
1276  long res = INTERNALmkBvnor(a0, a1, a2);
1278  if (err != Z3_error_code.Z3_OK)
1279  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1280  return res;
1281  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnor(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvnot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1211 of file Native.java.

Referenced by Context.mkBVNot().

1212  {
1213  long res = INTERNALmkBvnot(a0, a1);
1215  if (err != Z3_error_code.Z3_OK)
1216  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1217  return res;
1218  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnot(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkBvor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1247 of file Native.java.

Referenced by Context.mkBVOR().

1248  {
1249  long res = INTERNALmkBvor(a0, a1, a2);
1251  if (err != Z3_error_code.Z3_OK)
1252  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1253  return res;
1254  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvor(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvredand ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1220 of file Native.java.

Referenced by Context.mkBVRedAND().

1221  {
1222  long res = INTERNALmkBvredand(a0, a1);
1224  if (err != Z3_error_code.Z3_OK)
1225  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1226  return res;
1227  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvredand(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkBvredor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1229 of file Native.java.

Referenced by Context.mkBVRedOR().

1230  {
1231  long res = INTERNALmkBvredor(a0, a1);
1233  if (err != Z3_error_code.Z3_OK)
1234  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1235  return res;
1236  }
static native long INTERNALmkBvredor(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsdiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1337 of file Native.java.

Referenced by Context.mkBVSDiv().

1338  {
1339  long res = INTERNALmkBvsdiv(a0, a1, a2);
1341  if (err != Z3_error_code.Z3_OK)
1342  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1343  return res;
1344  }
static native long INTERNALmkBvsdiv(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsdivNoOverflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1607 of file Native.java.

Referenced by Context.mkBVSDivNoOverflow().

1608  {
1609  long res = INTERNALmkBvsdivNoOverflow(a0, a1, a2);
1611  if (err != Z3_error_code.Z3_OK)
1612  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1613  return res;
1614  }
static native long INTERNALmkBvsdivNoOverflow(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsge ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1418 of file Native.java.

Referenced by Context.mkBVSGE().

1419  {
1420  long res = INTERNALmkBvsge(a0, a1, a2);
1422  if (err != Z3_error_code.Z3_OK)
1423  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1424  return res;
1425  }
static native long INTERNALmkBvsge(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsgt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1436 of file Native.java.

Referenced by Context.mkBVSGT().

1437  {
1438  long res = INTERNALmkBvsgt(a0, a1, a2);
1440  if (err != Z3_error_code.Z3_OK)
1441  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1442  return res;
1443  }
static native long INTERNALmkBvsgt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvshl ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1490 of file Native.java.

Referenced by Context.mkBVSHL().

1491  {
1492  long res = INTERNALmkBvshl(a0, a1, a2);
1494  if (err != Z3_error_code.Z3_OK)
1495  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1496  return res;
1497  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvshl(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvsle ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1400 of file Native.java.

Referenced by Context.mkBVSLE().

1401  {
1402  long res = INTERNALmkBvsle(a0, a1, a2);
1404  if (err != Z3_error_code.Z3_OK)
1405  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1406  return res;
1407  }
static native long INTERNALmkBvsle(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvslt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1382 of file Native.java.

Referenced by Context.mkBVSLT().

1383  {
1384  long res = INTERNALmkBvslt(a0, a1, a2);
1386  if (err != Z3_error_code.Z3_OK)
1387  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1388  return res;
1389  }
static native long INTERNALmkBvslt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsmod ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1364 of file Native.java.

Referenced by Context.mkBVSMod().

1365  {
1366  long res = INTERNALmkBvsmod(a0, a1, a2);
1368  if (err != Z3_error_code.Z3_OK)
1369  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1370  return res;
1371  }
static native long INTERNALmkBvsmod(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvSort ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 819 of file Native.java.

Referenced by Context.mkBitVecSort().

820  {
821  long res = INTERNALmkBvSort(a0, a1);
823  if (err != Z3_error_code.Z3_OK)
824  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
825  return res;
826  }
static native long INTERNALmkBvSort(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsrem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1355 of file Native.java.

Referenced by Context.mkBVSRem().

1356  {
1357  long res = INTERNALmkBvsrem(a0, a1, a2);
1359  if (err != Z3_error_code.Z3_OK)
1360  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1361  return res;
1362  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvsrem(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvsub ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1310 of file Native.java.

Referenced by Context.mkBVSub().

1311  {
1312  long res = INTERNALmkBvsub(a0, a1, a2);
1314  if (err != Z3_error_code.Z3_OK)
1315  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1316  return res;
1317  }
static native long INTERNALmkBvsub(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvsubNoOverflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1589 of file Native.java.

Referenced by Context.mkBVSubNoOverflow().

1590  {
1591  long res = INTERNALmkBvsubNoOverflow(a0, a1, a2);
1593  if (err != Z3_error_code.Z3_OK)
1594  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1595  return res;
1596  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvsubNoOverflow(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvsubNoUnderflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1598 of file Native.java.

Referenced by Context.mkBVSubNoUnderflow().

1599  {
1600  long res = INTERNALmkBvsubNoUnderflow(a0, a1, a2, a3);
1602  if (err != Z3_error_code.Z3_OK)
1603  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1604  return res;
1605  }
static native long INTERNALmkBvsubNoUnderflow(long a0, long a1, long a2, boolean a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvudiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1328 of file Native.java.

Referenced by Context.mkBVUDiv().

1329  {
1330  long res = INTERNALmkBvudiv(a0, a1, a2);
1332  if (err != Z3_error_code.Z3_OK)
1333  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1334  return res;
1335  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkBvudiv(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvuge ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1409 of file Native.java.

Referenced by Context.mkBVUGE().

1410  {
1411  long res = INTERNALmkBvuge(a0, a1, a2);
1413  if (err != Z3_error_code.Z3_OK)
1414  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1415  return res;
1416  }
static native long INTERNALmkBvuge(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvugt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1427 of file Native.java.

Referenced by Context.mkBVUGT().

1428  {
1429  long res = INTERNALmkBvugt(a0, a1, a2);
1431  if (err != Z3_error_code.Z3_OK)
1432  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1433  return res;
1434  }
static native long INTERNALmkBvugt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvule ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1391 of file Native.java.

Referenced by Context.mkBVULE().

1392  {
1393  long res = INTERNALmkBvule(a0, a1, a2);
1395  if (err != Z3_error_code.Z3_OK)
1396  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1397  return res;
1398  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvule(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvult ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1373 of file Native.java.

Referenced by Context.mkBVULT().

1374  {
1375  long res = INTERNALmkBvult(a0, a1, a2);
1377  if (err != Z3_error_code.Z3_OK)
1378  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1379  return res;
1380  }
static native long INTERNALmkBvult(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkBvurem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1346 of file Native.java.

Referenced by Context.mkBVURem().

1347  {
1348  long res = INTERNALmkBvurem(a0, a1, a2);
1350  if (err != Z3_error_code.Z3_OK)
1351  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1352  return res;
1353  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvurem(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvxnor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1283 of file Native.java.

Referenced by Context.mkBVXNOR().

1284  {
1285  long res = INTERNALmkBvxnor(a0, a1, a2);
1287  if (err != Z3_error_code.Z3_OK)
1288  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1289  return res;
1290  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvxnor(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkBvxor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1256 of file Native.java.

Referenced by Context.mkBVXOR().

1257  {
1258  long res = INTERNALmkBvxor(a0, a1, a2);
1260  if (err != Z3_error_code.Z3_OK)
1261  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1262  return res;
1263  }
static native long INTERNALmkBvxor(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConcat ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1445 of file Native.java.

Referenced by Context.mkConcat().

1446  {
1447  long res = INTERNALmkConcat(a0, a1, a2);
1449  if (err != Z3_error_code.Z3_OK)
1450  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1451  return res;
1452  }
static native long INTERNALmkConcat(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConfig ( )
inlinestatic

Definition at line 570 of file Native.java.

Referenced by Context.Context(), and InterpolationContext.InterpolationContext().

571  {
572  long res = INTERNALmkConfig();
573  return res;
574  }
static native long INTERNALmkConfig()
static long mkConst ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 950 of file Native.java.

Referenced by Context.mkConst().

951  {
952  long res = INTERNALmkConst(a0, a1, a2);
954  if (err != Z3_error_code.Z3_OK)
955  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
956  return res;
957  }
static native long INTERNALmkConst(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConstArray ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1661 of file Native.java.

Referenced by Context.mkConstArray().

1662  {
1663  long res = INTERNALmkConstArray(a0, a1, a2);
1665  if (err != Z3_error_code.Z3_OK)
1666  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1667  return res;
1668  }
static native long INTERNALmkConstArray(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConstructor ( long  a0,
long  a1,
long  a2,
int  a3,
long[]  a4,
long[]  a5,
int[]  a6 
) throws Z3Exception
inlinestatic

Definition at line 873 of file Native.java.

874  {
875  long res = INTERNALmkConstructor(a0, a1, a2, a3, a4, a5, a6);
877  if (err != Z3_error_code.Z3_OK)
878  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
879  return res;
880  }
static native long INTERNALmkConstructor(long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkConstructorList ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 899 of file Native.java.

900  {
901  long res = INTERNALmkConstructorList(a0, a1, a2);
903  if (err != Z3_error_code.Z3_OK)
904  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
905  return res;
906  }
static native long INTERNALmkConstructorList(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkContext ( long  a0) throws Z3Exception
inlinestatic

Definition at line 586 of file Native.java.

587  {
588  long res = INTERNALmkContext(a0);
589  if (res == 0)
590  throw new Z3Exception("Object allocation failed.");
591  return res;
592  }
static native long INTERNALmkContext(long a0)
static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 594 of file Native.java.

Referenced by Context.Context().

595  {
596  long res = INTERNALmkContextRc(a0);
597  if (res == 0)
598  throw new Z3Exception("Object allocation failed.");
599  return res;
600  }
static native long INTERNALmkContextRc(long a0)
static long mkDatatype ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 890 of file Native.java.

891  {
892  long res = INTERNALmkDatatype(a0, a1, a2, a3);
894  if (err != Z3_error_code.Z3_OK)
895  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
896  return res;
897  }
static native long INTERNALmkDatatype(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void mkDatatypes ( long  a0,
int  a1,
long[]  a2,
long[]  a3,
long[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 916 of file Native.java.

Referenced by Context.mkDatatypeSorts().

917  {
918  INTERNALmkDatatypes(a0, a1, a2, a3, a4);
920  if (err != Z3_error_code.Z3_OK)
921  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
922  }
static native void INTERNALmkDatatypes(long a0, int a1, long[] a2, long[] a3, long[] a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkDistinct ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1004 of file Native.java.

Referenced by Context.mkDistinct().

1005  {
1006  long res = INTERNALmkDistinct(a0, a1, a2);
1008  if (err != Z3_error_code.Z3_OK)
1009  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1010  return res;
1011  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkDistinct(long a0, int a1, long[] a2)
static final Z3_error_code fromInt(int v)
static long mkDiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1112 of file Native.java.

Referenced by Context.mkDiv().

1113  {
1114  long res = INTERNALmkDiv(a0, a1, a2);
1116  if (err != Z3_error_code.Z3_OK)
1117  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1118  return res;
1119  }
static native long INTERNALmkDiv(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkEmptySet ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1697 of file Native.java.

Referenced by Context.mkEmptySet().

1698  {
1699  long res = INTERNALmkEmptySet(a0, a1);
1701  if (err != Z3_error_code.Z3_OK)
1702  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1703  return res;
1704  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkEmptySet(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkEnumerationSort ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4,
long[]  a5 
) throws Z3Exception
inlinestatic

Definition at line 855 of file Native.java.

856  {
857  long res = INTERNALmkEnumerationSort(a0, a1, a2, a3, a4, a5);
859  if (err != Z3_error_code.Z3_OK)
860  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
861  return res;
862  }
static native long INTERNALmkEnumerationSort(long a0, long a1, int a2, long[] a3, long[] a4, long[] a5)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 995 of file Native.java.

Referenced by Context.mkEq().

996  {
997  long res = INTERNALmkEq(a0, a1, a2);
999  if (err != Z3_error_code.Z3_OK)
1000  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1001  return res;
1002  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkEq(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkExists ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long[]  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 1868 of file Native.java.

1869  {
1870  long res = INTERNALmkExists(a0, a1, a2, a3, a4, a5, a6, a7);
1872  if (err != Z3_error_code.Z3_OK)
1873  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1874  return res;
1875  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkExists(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
static final Z3_error_code fromInt(int v)
static long mkExistsConst ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long  a6 
) throws Z3Exception
inlinestatic

Definition at line 1904 of file Native.java.

1905  {
1906  long res = INTERNALmkExistsConst(a0, a1, a2, a3, a4, a5, a6);
1908  if (err != Z3_error_code.Z3_OK)
1909  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1910  return res;
1911  }
static native long INTERNALmkExistsConst(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkExtract ( long  a0,
int  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1454 of file Native.java.

Referenced by Context.mkExtract().

1455  {
1456  long res = INTERNALmkExtract(a0, a1, a2, a3);
1458  if (err != Z3_error_code.Z3_OK)
1459  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1460  return res;
1461  }
static native long INTERNALmkExtract(long a0, int a1, int a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkExtRotateLeft ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1535 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1536  {
1537  long res = INTERNALmkExtRotateLeft(a0, a1, a2);
1539  if (err != Z3_error_code.Z3_OK)
1540  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1541  return res;
1542  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkExtRotateLeft(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkExtRotateRight ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1544 of file Native.java.

Referenced by Context.mkBVRotateRight().

1545  {
1546  long res = INTERNALmkExtRotateRight(a0, a1, a2);
1548  if (err != Z3_error_code.Z3_OK)
1549  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1550  return res;
1551  }
static native long INTERNALmkExtRotateRight(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFalse ( long  a0) throws Z3Exception
inlinestatic

Definition at line 986 of file Native.java.

Referenced by Context.mkFalse().

987  {
988  long res = INTERNALmkFalse(a0);
990  if (err != Z3_error_code.Z3_OK)
991  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
992  return res;
993  }
static native long INTERNALmkFalse(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFiniteDomainSort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 828 of file Native.java.

829  {
830  long res = INTERNALmkFiniteDomainSort(a0, a1, a2);
832  if (err != Z3_error_code.Z3_OK)
833  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
834  return res;
835  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFiniteDomainSort(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFixedpoint ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3207 of file Native.java.

3208  {
3209  long res = INTERNALmkFixedpoint(a0);
3211  if (err != Z3_error_code.Z3_OK)
3212  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3213  return res;
3214  }
static native long INTERNALmkFixedpoint(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkForall ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long[]  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 1859 of file Native.java.

1860  {
1861  long res = INTERNALmkForall(a0, a1, a2, a3, a4, a5, a6, a7);
1863  if (err != Z3_error_code.Z3_OK)
1864  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1865  return res;
1866  }
static native long INTERNALmkForall(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkForallConst ( long  a0,
int  a1,
int  a2,
long[]  a3,
int  a4,
long[]  a5,
long  a6 
) throws Z3Exception
inlinestatic

Definition at line 1895 of file Native.java.

1896  {
1897  long res = INTERNALmkForallConst(a0, a1, a2, a3, a4, a5, a6);
1899  if (err != Z3_error_code.Z3_OK)
1900  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1901  return res;
1902  }
static native long INTERNALmkForallConst(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFreshConst ( long  a0,
String  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 968 of file Native.java.

Referenced by Context.mkFreshConst().

969  {
970  long res = INTERNALmkFreshConst(a0, a1, a2);
972  if (err != Z3_error_code.Z3_OK)
973  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
974  return res;
975  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFreshConst(long a0, String a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFreshFuncDecl ( long  a0,
String  a1,
int  a2,
long[]  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 959 of file Native.java.

960  {
961  long res = INTERNALmkFreshFuncDecl(a0, a1, a2, a3, a4);
963  if (err != Z3_error_code.Z3_OK)
964  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
965  return res;
966  }
static native long INTERNALmkFreshFuncDecl(long a0, String a1, int a2, long[] a3, long a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFullSet ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1706 of file Native.java.

Referenced by Context.mkFullSet().

1707  {
1708  long res = INTERNALmkFullSet(a0, a1);
1710  if (err != Z3_error_code.Z3_OK)
1711  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1712  return res;
1713  }
static native long INTERNALmkFullSet(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFuncDecl ( long  a0,
long  a1,
int  a2,
long[]  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 932 of file Native.java.

933  {
934  long res = INTERNALmkFuncDecl(a0, a1, a2, a3, a4);
936  if (err != Z3_error_code.Z3_OK)
937  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
938  return res;
939  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFuncDecl(long a0, long a1, int a2, long[] a3, long a4)
static final Z3_error_code fromInt(int v)
static long mkGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1175 of file Native.java.

Referenced by Context.mkGe().

1176  {
1177  long res = INTERNALmkGe(a0, a1, a2);
1179  if (err != Z3_error_code.Z3_OK)
1180  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1181  return res;
1182  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkGe(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkGoal ( long  a0,
boolean  a1,
boolean  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 3617 of file Native.java.

3618  {
3619  long res = INTERNALmkGoal(a0, a1, a2, a3);
3621  if (err != Z3_error_code.Z3_OK)
3622  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3623  return res;
3624  }
static native long INTERNALmkGoal(long a0, boolean a1, boolean a2, boolean a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1166 of file Native.java.

Referenced by Context.mkGt().

1167  {
1168  long res = INTERNALmkGt(a0, a1, a2);
1170  if (err != Z3_error_code.Z3_OK)
1171  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1172  return res;
1173  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkGt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkIff ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1031 of file Native.java.

Referenced by Context.mkIff().

1032  {
1033  long res = INTERNALmkIff(a0, a1, a2);
1035  if (err != Z3_error_code.Z3_OK)
1036  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1037  return res;
1038  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkIff(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkImplies ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1040 of file Native.java.

Referenced by Context.mkImplies().

1041  {
1042  long res = INTERNALmkImplies(a0, a1, a2);
1044  if (err != Z3_error_code.Z3_OK)
1045  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1046  return res;
1047  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkImplies(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkInjectiveFunction ( long  a0,
long  a1,
int  a2,
long[]  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 4434 of file Native.java.

4435  {
4436  long res = INTERNALmkInjectiveFunction(a0, a1, a2, a3, a4);
4438  if (err != Z3_error_code.Z3_OK)
4439  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4440  return res;
4441  }
static native long INTERNALmkInjectiveFunction(long a0, long a1, int a2, long[] a3, long a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1805 of file Native.java.

Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().

1806  {
1807  long res = INTERNALmkInt(a0, a1, a2);
1809  if (err != Z3_error_code.Z3_OK)
1810  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1811  return res;
1812  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkInt2bv ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1553 of file Native.java.

Referenced by Context.mkInt2BV().

1554  {
1555  long res = INTERNALmkInt2bv(a0, a1, a2);
1557  if (err != Z3_error_code.Z3_OK)
1558  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1559  return res;
1560  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt2bv(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkInt2real ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1184 of file Native.java.

Referenced by Context.mkInt2Real().

1185  {
1186  long res = INTERNALmkInt2real(a0, a1);
1188  if (err != Z3_error_code.Z3_OK)
1189  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1190  return res;
1191  }
static native long INTERNALmkInt2real(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkInt64 ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1823 of file Native.java.

Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().

1824  {
1825  long res = INTERNALmkInt64(a0, a1, a2);
1827  if (err != Z3_error_code.Z3_OK)
1828  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1829  return res;
1830  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt64(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkInterpolant ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5177 of file Native.java.

Referenced by InterpolationContext.MkInterpolant().

5178  {
5179  long res = INTERNALmkInterpolant(a0, a1);
5181  if (err != Z3_error_code.Z3_OK)
5182  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5183  return res;
5184  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkInterpolant(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkInterpolationContext ( long  a0)
inlinestatic

Definition at line 5186 of file Native.java.

Referenced by InterpolationContext.InterpolationContext().

5187  {
5188  long res = INTERNALmkInterpolationContext(a0);
5189  return res;
5190  }
static native long INTERNALmkInterpolationContext(long a0)
static long mkIntSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 801 of file Native.java.

802  {
803  long res = INTERNALmkIntSort(a0);
805  if (err != Z3_error_code.Z3_OK)
806  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
807  return res;
808  }
static native long INTERNALmkIntSort(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkIntSymbol ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 765 of file Native.java.

766  {
767  long res = INTERNALmkIntSymbol(a0, a1);
769  if (err != Z3_error_code.Z3_OK)
770  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
771  return res;
772  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkIntSymbol(long a0, int a1)
static final Z3_error_code fromInt(int v)
static long mkIsInt ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1202 of file Native.java.

Referenced by Context.mkIsInteger().

1203  {
1204  long res = INTERNALmkIsInt(a0, a1);
1206  if (err != Z3_error_code.Z3_OK)
1207  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1208  return res;
1209  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkIsInt(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkIte ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1022 of file Native.java.

Referenced by Context.mkITE().

1023  {
1024  long res = INTERNALmkIte(a0, a1, a2, a3);
1026  if (err != Z3_error_code.Z3_OK)
1027  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1028  return res;
1029  }
static native long INTERNALmkIte(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkLabel ( long  a0,
long  a1,
boolean  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4553 of file Native.java.

4554  {
4555  long res = INTERNALmkLabel(a0, a1, a2, a3);
4557  if (err != Z3_error_code.Z3_OK)
4558  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4559  return res;
4560  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkLabel(long a0, long a1, boolean a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1157 of file Native.java.

Referenced by Context.mkLe().

1158  {
1159  long res = INTERNALmkLe(a0, a1, a2);
1161  if (err != Z3_error_code.Z3_OK)
1162  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1163  return res;
1164  }
static native long INTERNALmkLe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkListSort ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4,
LongPtr  a5,
LongPtr  a6,
LongPtr  a7,
LongPtr  a8 
) throws Z3Exception
inlinestatic

Definition at line 864 of file Native.java.

865  {
866  long res = INTERNALmkListSort(a0, a1, a2, a3, a4, a5, a6, a7, a8);
868  if (err != Z3_error_code.Z3_OK)
869  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
870  return res;
871  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkListSort(long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8)
static final Z3_error_code fromInt(int v)
static long mkLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1148 of file Native.java.

Referenced by Context.mkLt().

1149  {
1150  long res = INTERNALmkLt(a0, a1, a2);
1152  if (err != Z3_error_code.Z3_OK)
1153  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1154  return res;
1155  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkLt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkMap ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 1670 of file Native.java.

Referenced by Context.mkMap().

1671  {
1672  long res = INTERNALmkMap(a0, a1, a2, a3);
1674  if (err != Z3_error_code.Z3_OK)
1675  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1676  return res;
1677  }
static native long INTERNALmkMap(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkMod ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1121 of file Native.java.

Referenced by Context.mkMod().

1122  {
1123  long res = INTERNALmkMod(a0, a1, a2);
1125  if (err != Z3_error_code.Z3_OK)
1126  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1127  return res;
1128  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkMod(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkMul ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1085 of file Native.java.

Referenced by Context.mkMul().

1086  {
1087  long res = INTERNALmkMul(a0, a1, a2);
1089  if (err != Z3_error_code.Z3_OK)
1090  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1091  return res;
1092  }
static native long INTERNALmkMul(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkNot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1013 of file Native.java.

Referenced by Context.mkNot().

1014  {
1015  long res = INTERNALmkNot(a0, a1);
1017  if (err != Z3_error_code.Z3_OK)
1018  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1019  return res;
1020  }
static native long INTERNALmkNot(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkNumeral ( long  a0,
String  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1787 of file Native.java.

Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().

1788  {
1789  long res = INTERNALmkNumeral(a0, a1, a2);
1791  if (err != Z3_error_code.Z3_OK)
1792  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1793  return res;
1794  }
static native long INTERNALmkNumeral(long a0, String a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkOr ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1067 of file Native.java.

Referenced by Context.mkOr().

1068  {
1069  long res = INTERNALmkOr(a0, a1, a2);
1071  if (err != Z3_error_code.Z3_OK)
1072  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1073  return res;
1074  }
static native long INTERNALmkOr(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkParams ( long  a0) throws Z3Exception
inlinestatic

Definition at line 639 of file Native.java.

640  {
641  long res = INTERNALmkParams(a0);
643  if (err != Z3_error_code.Z3_OK)
644  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
645  return res;
646  }
static native long INTERNALmkParams(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkPattern ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1841 of file Native.java.

Referenced by Context.mkPattern().

1842  {
1843  long res = INTERNALmkPattern(a0, a1, a2);
1845  if (err != Z3_error_code.Z3_OK)
1846  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1847  return res;
1848  }
static native long INTERNALmkPattern(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkPower ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1139 of file Native.java.

Referenced by Context.mkPower().

1140  {
1141  long res = INTERNALmkPower(a0, a1, a2);
1143  if (err != Z3_error_code.Z3_OK)
1144  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1145  return res;
1146  }
static native long INTERNALmkPower(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkProbe ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 3773 of file Native.java.

3774  {
3775  long res = INTERNALmkProbe(a0, a1);
3777  if (err != Z3_error_code.Z3_OK)
3778  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3779  return res;
3780  }
static native long INTERNALmkProbe(long a0, String a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkQuantifier ( long  a0,
boolean  a1,
int  a2,
int  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7,
long  a8 
) throws Z3Exception
inlinestatic

Definition at line 1877 of file Native.java.

1878  {
1879  long res = INTERNALmkQuantifier(a0, a1, a2, a3, a4, a5, a6, a7, a8);
1881  if (err != Z3_error_code.Z3_OK)
1882  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1883  return res;
1884  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkQuantifier(long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8)
static final Z3_error_code fromInt(int v)
static long mkQuantifierConst ( long  a0,
boolean  a1,
int  a2,
int  a3,
long[]  a4,
int  a5,
long[]  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 1913 of file Native.java.

1914  {
1915  long res = INTERNALmkQuantifierConst(a0, a1, a2, a3, a4, a5, a6, a7);
1917  if (err != Z3_error_code.Z3_OK)
1918  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1919  return res;
1920  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkQuantifierConst(long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7)
static final Z3_error_code fromInt(int v)
static long mkQuantifierConstEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long[]  a6,
int  a7,
long[]  a8,
int  a9,
long[]  a10,
long  a11 
) throws Z3Exception
inlinestatic

Definition at line 1922 of file Native.java.

1923  {
1924  long res = INTERNALmkQuantifierConstEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
1926  if (err != Z3_error_code.Z3_OK)
1927  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1928  return res;
1929  }
static native long INTERNALmkQuantifierConstEx(long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkQuantifierEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long[]  a6,
int  a7,
long[]  a8,
int  a9,
long[]  a10,
long[]  a11,
long  a12 
) throws Z3Exception
inlinestatic

Definition at line 1886 of file Native.java.

1887  {
1888  long res = INTERNALmkQuantifierEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
1890  if (err != Z3_error_code.Z3_OK)
1891  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1892  return res;
1893  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkQuantifierEx(long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12)
static long mkReal ( long  a0,
int  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 1796 of file Native.java.

Referenced by Context.mkReal().

1797  {
1798  long res = INTERNALmkReal(a0, a1, a2);
1800  if (err != Z3_error_code.Z3_OK)
1801  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1802  return res;
1803  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReal(long a0, int a1, int a2)
static final Z3_error_code fromInt(int v)
static long mkReal2int ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1193 of file Native.java.

Referenced by Context.mkReal2Int().

1194  {
1195  long res = INTERNALmkReal2int(a0, a1);
1197  if (err != Z3_error_code.Z3_OK)
1198  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1199  return res;
1200  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReal2int(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkRealSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 810 of file Native.java.

811  {
812  long res = INTERNALmkRealSort(a0);
814  if (err != Z3_error_code.Z3_OK)
815  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
816  return res;
817  }
static native long INTERNALmkRealSort(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkRem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1130 of file Native.java.

Referenced by Context.mkRem().

1131  {
1132  long res = INTERNALmkRem(a0, a1, a2);
1134  if (err != Z3_error_code.Z3_OK)
1135  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1136  return res;
1137  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRem(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkRepeat ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1481 of file Native.java.

Referenced by Context.mkRepeat().

1482  {
1483  long res = INTERNALmkRepeat(a0, a1, a2);
1485  if (err != Z3_error_code.Z3_OK)
1486  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1487  return res;
1488  }
static native long INTERNALmkRepeat(long a0, int a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkRotateLeft ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1517 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1518  {
1519  long res = INTERNALmkRotateLeft(a0, a1, a2);
1521  if (err != Z3_error_code.Z3_OK)
1522  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1523  return res;
1524  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRotateLeft(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkRotateRight ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1526 of file Native.java.

Referenced by Context.mkBVRotateRight().

1527  {
1528  long res = INTERNALmkRotateRight(a0, a1, a2);
1530  if (err != Z3_error_code.Z3_OK)
1531  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1532  return res;
1533  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRotateRight(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSelect ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1643 of file Native.java.

Referenced by Context.mkSelect().

1644  {
1645  long res = INTERNALmkSelect(a0, a1, a2);
1647  if (err != Z3_error_code.Z3_OK)
1648  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1649  return res;
1650  }
static native long INTERNALmkSelect(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetAdd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1715 of file Native.java.

Referenced by Context.mkSetAdd().

1716  {
1717  long res = INTERNALmkSetAdd(a0, a1, a2);
1719  if (err != Z3_error_code.Z3_OK)
1720  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1721  return res;
1722  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetAdd(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSetComplement ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1760 of file Native.java.

Referenced by Context.mkSetComplement().

1761  {
1762  long res = INTERNALmkSetComplement(a0, a1);
1764  if (err != Z3_error_code.Z3_OK)
1765  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1766  return res;
1767  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetComplement(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkSetDel ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1724 of file Native.java.

Referenced by Context.mkSetDel().

1725  {
1726  long res = INTERNALmkSetDel(a0, a1, a2);
1728  if (err != Z3_error_code.Z3_OK)
1729  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1730  return res;
1731  }
static native long INTERNALmkSetDel(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetDifference ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1751 of file Native.java.

Referenced by Context.mkSetDifference().

1752  {
1753  long res = INTERNALmkSetDifference(a0, a1, a2);
1755  if (err != Z3_error_code.Z3_OK)
1756  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1757  return res;
1758  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetDifference(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSetIntersect ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1742 of file Native.java.

Referenced by Context.mkSetIntersection().

1743  {
1744  long res = INTERNALmkSetIntersect(a0, a1, a2);
1746  if (err != Z3_error_code.Z3_OK)
1747  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1748  return res;
1749  }
static native long INTERNALmkSetIntersect(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetMember ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1769 of file Native.java.

Referenced by Context.mkSetMembership().

1770  {
1771  long res = INTERNALmkSetMember(a0, a1, a2);
1773  if (err != Z3_error_code.Z3_OK)
1774  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1775  return res;
1776  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetMember(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSetSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1688 of file Native.java.

1689  {
1690  long res = INTERNALmkSetSort(a0, a1);
1692  if (err != Z3_error_code.Z3_OK)
1693  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1694  return res;
1695  }
static native long INTERNALmkSetSort(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetSubset ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1778 of file Native.java.

Referenced by Context.mkSetSubset().

1779  {
1780  long res = INTERNALmkSetSubset(a0, a1, a2);
1782  if (err != Z3_error_code.Z3_OK)
1783  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1784  return res;
1785  }
static native long INTERNALmkSetSubset(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSetUnion ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1733 of file Native.java.

Referenced by Context.mkSetUnion().

1734  {
1735  long res = INTERNALmkSetUnion(a0, a1, a2);
1737  if (err != Z3_error_code.Z3_OK)
1738  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1739  return res;
1740  }
static native long INTERNALmkSetUnion(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSignExt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1463 of file Native.java.

Referenced by Context.mkSignExt().

1464  {
1465  long res = INTERNALmkSignExt(a0, a1, a2);
1467  if (err != Z3_error_code.Z3_OK)
1468  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1469  return res;
1470  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSignExt(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkSimpleSolver ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4156 of file Native.java.

Referenced by Context.mkSimpleSolver().

4157  {
4158  long res = INTERNALmkSimpleSolver(a0);
4160  if (err != Z3_error_code.Z3_OK)
4161  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4162  return res;
4163  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSimpleSolver(long a0)
static final Z3_error_code fromInt(int v)
static long mkSolver ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4147 of file Native.java.

Referenced by Context.mkSolver().

4148  {
4149  long res = INTERNALmkSolver(a0);
4151  if (err != Z3_error_code.Z3_OK)
4152  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4153  return res;
4154  }
static native long INTERNALmkSolver(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSolverForLogic ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4165 of file Native.java.

Referenced by Context.mkSolver().

4166  {
4167  long res = INTERNALmkSolverForLogic(a0, a1);
4169  if (err != Z3_error_code.Z3_OK)
4170  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4171  return res;
4172  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSolverForLogic(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkSolverFromTactic ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4174 of file Native.java.

Referenced by Context.mkSolver().

4175  {
4176  long res = INTERNALmkSolverFromTactic(a0, a1);
4178  if (err != Z3_error_code.Z3_OK)
4179  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4180  return res;
4181  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkSolverFromTactic(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkStore ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1652 of file Native.java.

Referenced by Context.mkStore().

1653  {
1654  long res = INTERNALmkStore(a0, a1, a2, a3);
1656  if (err != Z3_error_code.Z3_OK)
1657  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1658  return res;
1659  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkStore(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkStringSymbol ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 774 of file Native.java.

775  {
776  long res = INTERNALmkStringSymbol(a0, a1);
778  if (err != Z3_error_code.Z3_OK)
779  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
780  return res;
781  }
static native long INTERNALmkStringSymbol(long a0, String a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkSub ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 1094 of file Native.java.

Referenced by Context.mkSub().

1095  {
1096  long res = INTERNALmkSub(a0, a1, a2);
1098  if (err != Z3_error_code.Z3_OK)
1099  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1100  return res;
1101  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkSub(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkTactic ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 3748 of file Native.java.

3749  {
3750  long res = INTERNALmkTactic(a0, a1);
3752  if (err != Z3_error_code.Z3_OK)
3753  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3754  return res;
3755  }
static native long INTERNALmkTactic(long a0, String a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkTrue ( long  a0) throws Z3Exception
inlinestatic

Definition at line 977 of file Native.java.

Referenced by Context.mkTrue().

978  {
979  long res = INTERNALmkTrue(a0);
981  if (err != Z3_error_code.Z3_OK)
982  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
983  return res;
984  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkTrue(long a0)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkTupleSort ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4,
LongPtr  a5,
long[]  a6 
) throws Z3Exception
inlinestatic

Definition at line 846 of file Native.java.

847  {
848  long res = INTERNALmkTupleSort(a0, a1, a2, a3, a4, a5, a6);
850  if (err != Z3_error_code.Z3_OK)
851  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
852  return res;
853  }
static native long INTERNALmkTupleSort(long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkUnaryMinus ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1103 of file Native.java.

Referenced by Context.mkUnaryMinus().

1104  {
1105  long res = INTERNALmkUnaryMinus(a0, a1);
1107  if (err != Z3_error_code.Z3_OK)
1108  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1109  return res;
1110  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnaryMinus(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkUninterpretedSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 783 of file Native.java.

784  {
785  long res = INTERNALmkUninterpretedSort(a0, a1);
787  if (err != Z3_error_code.Z3_OK)
788  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
789  return res;
790  }
static native long INTERNALmkUninterpretedSort(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkUnsignedInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1814 of file Native.java.

1815  {
1816  long res = INTERNALmkUnsignedInt(a0, a1, a2);
1818  if (err != Z3_error_code.Z3_OK)
1819  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1820  return res;
1821  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnsignedInt(long a0, int a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkUnsignedInt64 ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1832 of file Native.java.

1833  {
1834  long res = INTERNALmkUnsignedInt64(a0, a1, a2);
1836  if (err != Z3_error_code.Z3_OK)
1837  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1838  return res;
1839  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnsignedInt64(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkXor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1049 of file Native.java.

Referenced by Context.mkXor().

1050  {
1051  long res = INTERNALmkXor(a0, a1, a2);
1053  if (err != Z3_error_code.Z3_OK)
1054  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1055  return res;
1056  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkXor(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkZeroExt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1472 of file Native.java.

Referenced by Context.mkZeroExt().

1473  {
1474  long res = INTERNALmkZeroExt(a0, a1, a2);
1476  if (err != Z3_error_code.Z3_OK)
1477  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1478  return res;
1479  }
static native long INTERNALmkZeroExt(long a0, int a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void modelDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2740 of file Native.java.

2741  {
2742  INTERNALmodelDecRef(a0, a1);
2744  if (err != Z3_error_code.Z3_OK)
2745  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2746  }
static native void INTERNALmodelDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean modelEval ( long  a0,
long  a1,
long  a2,
boolean  a3,
LongPtr  a4 
) throws Z3Exception
inlinestatic

Definition at line 2748 of file Native.java.

Referenced by Model.eval().

2749  {
2750  boolean res = INTERNALmodelEval(a0, a1, a2, a3, a4);
2752  if (err != Z3_error_code.Z3_OK)
2753  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2754  return res;
2755  }
static native boolean INTERNALmodelEval(long a0, long a1, long a2, boolean a3, LongPtr a4)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetConstDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2793 of file Native.java.

Referenced by Model.getConstDecls(), and Model.getDecls().

2794  {
2795  long res = INTERNALmodelGetConstDecl(a0, a1, a2);
2797  if (err != Z3_error_code.Z3_OK)
2798  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2799  return res;
2800  }
static native long INTERNALmodelGetConstDecl(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetConstInterp ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2757 of file Native.java.

Referenced by Model.getConstInterp(), and Model.getFuncInterp().

2758  {
2759  long res = INTERNALmodelGetConstInterp(a0, a1, a2);
2761  if (err != Z3_error_code.Z3_OK)
2762  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2763  return res;
2764  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetConstInterp(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long modelGetFuncDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2811 of file Native.java.

Referenced by Model.getDecls(), and Model.getFuncDecls().

2812  {
2813  long res = INTERNALmodelGetFuncDecl(a0, a1, a2);
2815  if (err != Z3_error_code.Z3_OK)
2816  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2817  return res;
2818  }
static native long INTERNALmodelGetFuncDecl(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetFuncInterp ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2775 of file Native.java.

Referenced by Model.getFuncInterp().

2776  {
2777  long res = INTERNALmodelGetFuncInterp(a0, a1, a2);
2779  if (err != Z3_error_code.Z3_OK)
2780  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2781  return res;
2782  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetFuncInterp(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static int modelGetNumConsts ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2784 of file Native.java.

Referenced by Model.getNumConsts().

2785  {
2786  int res = INTERNALmodelGetNumConsts(a0, a1);
2788  if (err != Z3_error_code.Z3_OK)
2789  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2790  return res;
2791  }
static native int INTERNALmodelGetNumConsts(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int modelGetNumFuncs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2802 of file Native.java.

Referenced by Model.getNumFuncs().

2803  {
2804  int res = INTERNALmodelGetNumFuncs(a0, a1);
2806  if (err != Z3_error_code.Z3_OK)
2807  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2808  return res;
2809  }
static native int INTERNALmodelGetNumFuncs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int modelGetNumSorts ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2820 of file Native.java.

Referenced by Model.getNumSorts().

2821  {
2822  int res = INTERNALmodelGetNumSorts(a0, a1);
2824  if (err != Z3_error_code.Z3_OK)
2825  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2826  return res;
2827  }
static native int INTERNALmodelGetNumSorts(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetSort ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2829 of file Native.java.

Referenced by Model.getSorts().

2830  {
2831  long res = INTERNALmodelGetSort(a0, a1, a2);
2833  if (err != Z3_error_code.Z3_OK)
2834  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2835  return res;
2836  }
static native long INTERNALmodelGetSort(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long modelGetSortUniverse ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2838 of file Native.java.

Referenced by Model.getSortUniverse().

2839  {
2840  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
2842  if (err != Z3_error_code.Z3_OK)
2843  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2844  return res;
2845  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetSortUniverse(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean modelHasInterp ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2766 of file Native.java.

2767  {
2768  boolean res = INTERNALmodelHasInterp(a0, a1, a2);
2770  if (err != Z3_error_code.Z3_OK)
2771  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2772  return res;
2773  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALmodelHasInterp(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void modelIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2732 of file Native.java.

2733  {
2734  INTERNALmodelIncRef(a0, a1);
2736  if (err != Z3_error_code.Z3_OK)
2737  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2738  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALmodelIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String modelToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3025 of file Native.java.

Referenced by Model.toString().

3026  {
3027  String res = INTERNALmodelToString(a0, a1);
3029  if (err != Z3_error_code.Z3_OK)
3030  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3031  return res;
3032  }
static native String INTERNALmodelToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int openLog ( String  a0)
inlinestatic

Definition at line 2960 of file Native.java.

Referenced by Log.open().

2961  {
2962  int res = INTERNALopenLog(a0);
2963  return res;
2964  }
static native int INTERNALopenLog(String a0)
static void paramDescrsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 721 of file Native.java.

722  {
725  if (err != Z3_error_code.Z3_OK)
726  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
727  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALparamDescrsDecRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static int paramDescrsGetKind ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 729 of file Native.java.

Referenced by ParamDescrs.getKind().

730  {
731  int res = INTERNALparamDescrsGetKind(a0, a1, a2);
733  if (err != Z3_error_code.Z3_OK)
734  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
735  return res;
736  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALparamDescrsGetKind(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long paramDescrsGetName ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 747 of file Native.java.

Referenced by ParamDescrs.getNames().

748  {
749  long res = INTERNALparamDescrsGetName(a0, a1, a2);
751  if (err != Z3_error_code.Z3_OK)
752  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
753  return res;
754  }
static native long INTERNALparamDescrsGetName(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramDescrsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 713 of file Native.java.

714  {
717  if (err != Z3_error_code.Z3_OK)
718  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
719  }
static native void INTERNALparamDescrsIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int paramDescrsSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 738 of file Native.java.

Referenced by ParamDescrs.getNames(), and ParamDescrs.size().

739  {
740  int res = INTERNALparamDescrsSize(a0, a1);
742  if (err != Z3_error_code.Z3_OK)
743  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
744  return res;
745  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALparamDescrsSize(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String paramDescrsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 756 of file Native.java.

Referenced by ParamDescrs.toString().

757  {
758  String res = INTERNALparamDescrsToString(a0, a1);
760  if (err != Z3_error_code.Z3_OK)
761  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
762  return res;
763  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALparamDescrsToString(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void paramsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 656 of file Native.java.

657  {
658  INTERNALparamsDecRef(a0, a1);
660  if (err != Z3_error_code.Z3_OK)
661  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
662  }
static native void INTERNALparamsDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 648 of file Native.java.

649  {
650  INTERNALparamsIncRef(a0, a1);
652  if (err != Z3_error_code.Z3_OK)
653  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
654  }
static native void INTERNALparamsIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsSetBool ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 664 of file Native.java.

Referenced by Params.add().

665  {
666  INTERNALparamsSetBool(a0, a1, a2, a3);
668  if (err != Z3_error_code.Z3_OK)
669  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
670  }
static native void INTERNALparamsSetBool(long a0, long a1, long a2, boolean a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsSetDouble ( long  a0,
long  a1,
long  a2,
double  a3 
) throws Z3Exception
inlinestatic

Definition at line 680 of file Native.java.

Referenced by Params.add().

681  {
682  INTERNALparamsSetDouble(a0, a1, a2, a3);
684  if (err != Z3_error_code.Z3_OK)
685  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
686  }
static native void INTERNALparamsSetDouble(long a0, long a1, long a2, double a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsSetSymbol ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 688 of file Native.java.

Referenced by Params.add().

689  {
690  INTERNALparamsSetSymbol(a0, a1, a2, a3);
692  if (err != Z3_error_code.Z3_OK)
693  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
694  }
static native void INTERNALparamsSetSymbol(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsSetUint ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 672 of file Native.java.

Referenced by Params.add().

673  {
674  INTERNALparamsSetUint(a0, a1, a2, a3);
676  if (err != Z3_error_code.Z3_OK)
677  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
678  }
static native void INTERNALparamsSetUint(long a0, long a1, long a2, int a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String paramsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 696 of file Native.java.

Referenced by Params.toString().

697  {
698  String res = INTERNALparamsToString(a0, a1);
700  if (err != Z3_error_code.Z3_OK)
701  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
702  return res;
703  }
static native String INTERNALparamsToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void paramsValidate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 705 of file Native.java.

Referenced by ParamDescrs.validate().

706  {
707  INTERNALparamsValidate(a0, a1, a2);
709  if (err != Z3_error_code.Z3_OK)
710  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
711  }
static native void INTERNALparamsValidate(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long parseSmtlib2File ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 3052 of file Native.java.

Referenced by Context.parseSMTLIB2File().

3053  {
3054  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3056  if (err != Z3_error_code.Z3_OK)
3057  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3058  return res;
3059  }
static native long INTERNALparseSmtlib2File(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long parseSmtlib2String ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 3043 of file Native.java.

Referenced by Context.parseSMTLIB2String().

3044  {
3045  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3047  if (err != Z3_error_code.Z3_OK)
3048  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3049  return res;
3050  }
static native long INTERNALparseSmtlib2String(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void parseSmtlibFile ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 3069 of file Native.java.

Referenced by Context.parseSMTLIBFile().

3070  {
3071  INTERNALparseSmtlibFile(a0, a1, a2, a3, a4, a5, a6, a7);
3073  if (err != Z3_error_code.Z3_OK)
3074  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3075  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALparseSmtlibFile(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static final Z3_error_code fromInt(int v)
static void parseSmtlibString ( long  a0,
String  a1,
int  a2,
long[]  a3,
long[]  a4,
int  a5,
long[]  a6,
long[]  a7 
) throws Z3Exception
inlinestatic

Definition at line 3061 of file Native.java.

Referenced by Context.parseSMTLIBString().

3062  {
3063  INTERNALparseSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3065  if (err != Z3_error_code.Z3_OK)
3066  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3067  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALparseSmtlibString(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static final Z3_error_code fromInt(int v)
static long patternToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2534 of file Native.java.

2535  {
2536  long res = INTERNALpatternToAst(a0, a1);
2538  if (err != Z3_error_code.Z3_OK)
2539  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2540  return res;
2541  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALpatternToAst(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String patternToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2998 of file Native.java.

Referenced by Pattern.toString().

2999  {
3000  String res = INTERNALpatternToString(a0, a1);
3002  if (err != Z3_error_code.Z3_OK)
3003  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3004  return res;
3005  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native String INTERNALpatternToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void persistAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4476 of file Native.java.

4477  {
4478  INTERNALpersistAst(a0, a1, a2);
4480  if (err != Z3_error_code.Z3_OK)
4481  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4482  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALpersistAst(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static long polynomialSubresultants ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4963 of file Native.java.

4964  {
4965  long res = INTERNALpolynomialSubresultants(a0, a1, a2, a3);
4967  if (err != Z3_error_code.Z3_OK)
4968  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4969  return res;
4970  }
static native long INTERNALpolynomialSubresultants(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void pop ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4459 of file Native.java.

4460  {
4461  INTERNALpop(a0, a1);
4463  if (err != Z3_error_code.Z3_OK)
4464  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4465  }
static native void INTERNALpop(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeAnd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3969 of file Native.java.

Referenced by Context.and().

3970  {
3971  long res = INTERNALprobeAnd(a0, a1, a2);
3973  if (err != Z3_error_code.Z3_OK)
3974  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3975  return res;
3976  }
static native long INTERNALprobeAnd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static double probeApply ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4068 of file Native.java.

Referenced by Probe.apply().

4069  {
4070  double res = INTERNALprobeApply(a0, a1, a2);
4072  if (err != Z3_error_code.Z3_OK)
4073  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4074  return res;
4075  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native double INTERNALprobeApply(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeConst ( long  a0,
double  a1 
) throws Z3Exception
inlinestatic

Definition at line 3915 of file Native.java.

Referenced by Context.constProbe().

3916  {
3917  long res = INTERNALprobeConst(a0, a1);
3919  if (err != Z3_error_code.Z3_OK)
3920  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3921  return res;
3922  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALprobeConst(long a0, double a1)
static final Z3_error_code fromInt(int v)
static void probeDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3790 of file Native.java.

3791  {
3792  INTERNALprobeDecRef(a0, a1);
3794  if (err != Z3_error_code.Z3_OK)
3795  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3796  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALprobeDecRef(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long probeEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3960 of file Native.java.

Referenced by Context.eq().

3961  {
3962  long res = INTERNALprobeEq(a0, a1, a2);
3964  if (err != Z3_error_code.Z3_OK)
3965  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3966  return res;
3967  }
static native long INTERNALprobeEq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3951 of file Native.java.

Referenced by Context.ge().

3952  {
3953  long res = INTERNALprobeGe(a0, a1, a2);
3955  if (err != Z3_error_code.Z3_OK)
3956  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3957  return res;
3958  }
static native long INTERNALprobeGe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String probeGetDescr ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4059 of file Native.java.

Referenced by Context.getProbeDescription().

4060  {
4061  String res = INTERNALprobeGetDescr(a0, a1);
4063  if (err != Z3_error_code.Z3_OK)
4064  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4065  return res;
4066  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALprobeGetDescr(long a0, String a1)
static final Z3_error_code fromInt(int v)
static long probeGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3933 of file Native.java.

Referenced by Context.gt().

3934  {
3935  long res = INTERNALprobeGt(a0, a1, a2);
3937  if (err != Z3_error_code.Z3_OK)
3938  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3939  return res;
3940  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALprobeGt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void probeIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3782 of file Native.java.

3783  {
3784  INTERNALprobeIncRef(a0, a1);
3786  if (err != Z3_error_code.Z3_OK)
3787  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3788  }
static native void INTERNALprobeIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3942 of file Native.java.

Referenced by Context.le().

3943  {
3944  long res = INTERNALprobeLe(a0, a1, a2);
3946  if (err != Z3_error_code.Z3_OK)
3947  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3948  return res;
3949  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALprobeLe(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long probeLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3924 of file Native.java.

Referenced by Context.lt().

3925  {
3926  long res = INTERNALprobeLt(a0, a1, a2);
3928  if (err != Z3_error_code.Z3_OK)
3929  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3930  return res;
3931  }
static native long INTERNALprobeLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeNot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3987 of file Native.java.

Referenced by Context.not().

3988  {
3989  long res = INTERNALprobeNot(a0, a1);
3991  if (err != Z3_error_code.Z3_OK)
3992  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3993  return res;
3994  }
static native long INTERNALprobeNot(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long probeOr ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3978 of file Native.java.

Referenced by Context.or().

3979  {
3980  long res = INTERNALprobeOr(a0, a1, a2);
3982  if (err != Z3_error_code.Z3_OK)
3983  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3984  return res;
3985  }
static native long INTERNALprobeOr(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void push ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4451 of file Native.java.

4452  {
4453  INTERNALpush(a0);
4455  if (err != Z3_error_code.Z3_OK)
4456  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4457  }
static native void INTERNALpush(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void queryConstructor ( long  a0,
long  a1,
int  a2,
LongPtr  a3,
LongPtr  a4,
long[]  a5 
) throws Z3Exception
inlinestatic

Definition at line 924 of file Native.java.

Referenced by Constructor.ConstructorDecl(), Constructor.getAccessorDecls(), and Constructor.getTesterDecl().

925  {
926  INTERNALqueryConstructor(a0, a1, a2, a3, a4, a5);
928  if (err != Z3_error_code.Z3_OK)
929  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
930  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALqueryConstructor(long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5)
static final Z3_error_code fromInt(int v)
static long rcfAdd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5034 of file Native.java.

5035  {
5036  long res = INTERNALrcfAdd(a0, a1, a2);
5038  if (err != Z3_error_code.Z3_OK)
5039  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5040  return res;
5041  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfAdd(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void rcfDel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4972 of file Native.java.

4973  {
4974  INTERNALrcfDel(a0, a1);
4976  if (err != Z3_error_code.Z3_OK)
4977  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4978  }
static native void INTERNALrcfDel(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfDiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5061 of file Native.java.

5062  {
5063  long res = INTERNALrcfDiv(a0, a1, a2);
5065  if (err != Z3_error_code.Z3_OK)
5066  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5067  return res;
5068  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfDiv(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static boolean rcfEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5133 of file Native.java.

5134  {
5135  boolean res = INTERNALrcfEq(a0, a1, a2);
5137  if (err != Z3_error_code.Z3_OK)
5138  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5139  return res;
5140  }
static native boolean INTERNALrcfEq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean rcfGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5124 of file Native.java.

5125  {
5126  boolean res = INTERNALrcfGe(a0, a1, a2);
5128  if (err != Z3_error_code.Z3_OK)
5129  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5130  return res;
5131  }
static native boolean INTERNALrcfGe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void rcfGetNumeratorDenominator ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 5169 of file Native.java.

5170  {
5171  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5173  if (err != Z3_error_code.Z3_OK)
5174  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5175  }
static native void INTERNALrcfGetNumeratorDenominator(long a0, long a1, LongPtr a2, LongPtr a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean rcfGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5106 of file Native.java.

5107  {
5108  boolean res = INTERNALrcfGt(a0, a1, a2);
5110  if (err != Z3_error_code.Z3_OK)
5111  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5112  return res;
5113  }
static native boolean INTERNALrcfGt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfInv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5079 of file Native.java.

5080  {
5081  long res = INTERNALrcfInv(a0, a1);
5083  if (err != Z3_error_code.Z3_OK)
5084  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5085  return res;
5086  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALrcfInv(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean rcfLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5115 of file Native.java.

5116  {
5117  boolean res = INTERNALrcfLe(a0, a1, a2);
5119  if (err != Z3_error_code.Z3_OK)
5120  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5121  return res;
5122  }
static native boolean INTERNALrcfLe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean rcfLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5097 of file Native.java.

5098  {
5099  boolean res = INTERNALrcfLt(a0, a1, a2);
5101  if (err != Z3_error_code.Z3_OK)
5102  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5103  return res;
5104  }
static native boolean INTERNALrcfLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMkE ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5007 of file Native.java.

5008  {
5009  long res = INTERNALrcfMkE(a0);
5011  if (err != Z3_error_code.Z3_OK)
5012  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5013  return res;
5014  }
static native long INTERNALrcfMkE(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMkInfinitesimal ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5016 of file Native.java.

5017  {
5018  long res = INTERNALrcfMkInfinitesimal(a0);
5020  if (err != Z3_error_code.Z3_OK)
5021  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5022  return res;
5023  }
static native long INTERNALrcfMkInfinitesimal(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMkPi ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4998 of file Native.java.

4999  {
5000  long res = INTERNALrcfMkPi(a0);
5002  if (err != Z3_error_code.Z3_OK)
5003  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5004  return res;
5005  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfMkPi(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMkRational ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4980 of file Native.java.

4981  {
4982  long res = INTERNALrcfMkRational(a0, a1);
4984  if (err != Z3_error_code.Z3_OK)
4985  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4986  return res;
4987  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfMkRational(long a0, String a1)
static final Z3_error_code fromInt(int v)
static int rcfMkRoots ( long  a0,
int  a1,
long[]  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 5025 of file Native.java.

5026  {
5027  int res = INTERNALrcfMkRoots(a0, a1, a2, a3);
5029  if (err != Z3_error_code.Z3_OK)
5030  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5031  return res;
5032  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALrcfMkRoots(long a0, int a1, long[] a2, long[] a3)
static final Z3_error_code fromInt(int v)
static long rcfMkSmallInt ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4989 of file Native.java.

4990  {
4991  long res = INTERNALrcfMkSmallInt(a0, a1);
4993  if (err != Z3_error_code.Z3_OK)
4994  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4995  return res;
4996  }
static native long INTERNALrcfMkSmallInt(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfMul ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5052 of file Native.java.

5053  {
5054  long res = INTERNALrcfMul(a0, a1, a2);
5056  if (err != Z3_error_code.Z3_OK)
5057  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5058  return res;
5059  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfMul(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long rcfNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5070 of file Native.java.

5071  {
5072  long res = INTERNALrcfNeg(a0, a1);
5074  if (err != Z3_error_code.Z3_OK)
5075  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5076  return res;
5077  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfNeg(long a0, long a1)
static final Z3_error_code fromInt(int v)
static boolean rcfNeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5142 of file Native.java.

5143  {
5144  boolean res = INTERNALrcfNeq(a0, a1, a2);
5146  if (err != Z3_error_code.Z3_OK)
5147  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5148  return res;
5149  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALrcfNeq(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static String rcfNumToDecimalString ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5160 of file Native.java.

5161  {
5162  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5164  if (err != Z3_error_code.Z3_OK)
5165  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5166  return res;
5167  }
static native String INTERNALrcfNumToDecimalString(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String rcfNumToString ( long  a0,
long  a1,
boolean  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 5151 of file Native.java.

5152  {
5153  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
5155  if (err != Z3_error_code.Z3_OK)
5156  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5157  return res;
5158  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALrcfNumToString(long a0, long a1, boolean a2, boolean a3)
static final Z3_error_code fromInt(int v)
static long rcfPower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5088 of file Native.java.

5089  {
5090  long res = INTERNALrcfPower(a0, a1, a2);
5092  if (err != Z3_error_code.Z3_OK)
5093  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5094  return res;
5095  }
static native long INTERNALrcfPower(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long rcfSub ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5043 of file Native.java.

5044  {
5045  long res = INTERNALrcfSub(a0, a1, a2);
5047  if (err != Z3_error_code.Z3_OK)
5048  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5049  return res;
5050  }
static native long INTERNALrcfSub(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int readInterpolationProblem ( long  a0,
IntPtr  a1,
ObjArrayPtr  a2,
UIntArrayPtr  a3,
String  a4,
StringPtr  a5,
IntPtr  a6,
ObjArrayPtr  a7 
) throws Z3Exception
inlinestatic

Definition at line 5219 of file Native.java.

Referenced by InterpolationContext.ReadInterpolationProblem().

5220  {
5221  int res = INTERNALreadInterpolationProblem(a0, a1, a2, a3, a4, a5, a6, a7);
5223  if (err != Z3_error_code.Z3_OK)
5224  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5225  return res;
5226  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALreadInterpolationProblem(long a0, IntPtr a1, ObjArrayPtr a2, UIntArrayPtr a3, String a4, StringPtr a5, IntPtr a6, ObjArrayPtr a7)
static final Z3_error_code fromInt(int v)
static void resetMemory ( )
inlinestatic

Definition at line 3202 of file Native.java.

3203  {
3205  }
static native void INTERNALresetMemory()
static void setAstPrintMode ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 2981 of file Native.java.

Referenced by Context.setPrintMode().

2982  {
2983  INTERNALsetAstPrintMode(a0, a1);
2985  if (err != Z3_error_code.Z3_OK)
2986  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2987  }
static native void INTERNALsetAstPrintMode(long a0, int a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void setError ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3164 of file Native.java.

3165  {
3166  INTERNALsetError(a0, a1);
3168  if (err != Z3_error_code.Z3_OK)
3169  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3170  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsetError(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native void setInternalErrorHandler ( long  ctx)
static
static void setLogic ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4443 of file Native.java.

4444  {
4445  INTERNALsetLogic(a0, a1);
4447  if (err != Z3_error_code.Z3_OK)
4448  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4449  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsetLogic(long a0, String a1)
static final Z3_error_code fromInt(int v)
static void setParamValue ( long  a0,
String  a1,
String  a2 
)
inlinestatic

Definition at line 581 of file Native.java.

Referenced by Context.Context(), and InterpolationContext.InterpolationContext().

582  {
583  INTERNALsetParamValue(a0, a1, a2);
584  }
static native void INTERNALsetParamValue(long a0, String a1, String a2)
static long simplify ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2660 of file Native.java.

Referenced by Expr.simplify().

2661  {
2662  long res = INTERNALsimplify(a0, a1);
2664  if (err != Z3_error_code.Z3_OK)
2665  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2666  return res;
2667  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsimplify(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long simplifyEx ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2669 of file Native.java.

Referenced by Expr.simplify().

2670  {
2671  long res = INTERNALsimplifyEx(a0, a1, a2);
2673  if (err != Z3_error_code.Z3_OK)
2674  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2675  return res;
2676  }
static native long INTERNALsimplifyEx(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String simplifyGetHelp ( long  a0) throws Z3Exception
inlinestatic

Definition at line 2678 of file Native.java.

Referenced by Context.SimplifyHelp().

2679  {
2680  String res = INTERNALsimplifyGetHelp(a0);
2682  if (err != Z3_error_code.Z3_OK)
2683  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2684  return res;
2685  }
static native String INTERNALsimplifyGetHelp(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long simplifyGetParamDescrs ( long  a0) throws Z3Exception
inlinestatic

Definition at line 2687 of file Native.java.

Referenced by Context.getSimplifyParameterDescriptions().

2688  {
2689  long res = INTERNALsimplifyGetParamDescrs(a0);
2691  if (err != Z3_error_code.Z3_OK)
2692  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2693  return res;
2694  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsimplifyGetParamDescrs(long a0)
static final Z3_error_code fromInt(int v)
static void softCheckCancel ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4536 of file Native.java.

4537  {
4540  if (err != Z3_error_code.Z3_OK)
4541  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4542  }
static native void INTERNALsoftCheckCancel(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4258 of file Native.java.

Referenced by Solver.add().

4259  {
4260  INTERNALsolverAssert(a0, a1, a2);
4262  if (err != Z3_error_code.Z3_OK)
4263  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4264  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverAssert(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void solverAssertAndTrack ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4266 of file Native.java.

Referenced by Solver.assertAndTrack().

4267  {
4268  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4270  if (err != Z3_error_code.Z3_OK)
4271  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4272  }
static native void INTERNALsolverAssertAndTrack(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int solverCheck ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4283 of file Native.java.

Referenced by Solver.check().

4284  {
4285  int res = INTERNALsolverCheck(a0, a1);
4287  if (err != Z3_error_code.Z3_OK)
4288  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4289  return res;
4290  }
static native int INTERNALsolverCheck(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int solverCheckAssumptions ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 4292 of file Native.java.

Referenced by Solver.check().

4293  {
4294  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
4296  if (err != Z3_error_code.Z3_OK)
4297  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4298  return res;
4299  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALsolverCheckAssumptions(long a0, long a1, int a2, long[] a3)
static final Z3_error_code fromInt(int v)
static void solverDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4217 of file Native.java.

4218  {
4219  INTERNALsolverDecRef(a0, a1);
4221  if (err != Z3_error_code.Z3_OK)
4222  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4223  }
static native void INTERNALsolverDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4274 of file Native.java.

Referenced by Solver.getAssertions(), and Solver.getNumAssertions().

4275  {
4276  long res = INTERNALsolverGetAssertions(a0, a1);
4278  if (err != Z3_error_code.Z3_OK)
4279  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4280  return res;
4281  }
static native long INTERNALsolverGetAssertions(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String solverGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4183 of file Native.java.

Referenced by Solver.getHelp().

4184  {
4185  String res = INTERNALsolverGetHelp(a0, a1);
4187  if (err != Z3_error_code.Z3_OK)
4188  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4189  return res;
4190  }
static native String INTERNALsolverGetHelp(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetModel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4301 of file Native.java.

Referenced by Solver.getModel().

4302  {
4303  long res = INTERNALsolverGetModel(a0, a1);
4305  if (err != Z3_error_code.Z3_OK)
4306  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4307  return res;
4308  }
static native long INTERNALsolverGetModel(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int solverGetNumScopes ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4249 of file Native.java.

Referenced by Solver.getNumScopes().

4250  {
4251  int res = INTERNALsolverGetNumScopes(a0, a1);
4253  if (err != Z3_error_code.Z3_OK)
4254  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4255  return res;
4256  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALsolverGetNumScopes(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long solverGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4192 of file Native.java.

Referenced by Solver.getParameterDescriptions().

4193  {
4194  long res = INTERNALsolverGetParamDescrs(a0, a1);
4196  if (err != Z3_error_code.Z3_OK)
4197  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4198  return res;
4199  }
static native long INTERNALsolverGetParamDescrs(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetProof ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4310 of file Native.java.

Referenced by Solver.getProof().

4311  {
4312  long res = INTERNALsolverGetProof(a0, a1);
4314  if (err != Z3_error_code.Z3_OK)
4315  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4316  return res;
4317  }
static native long INTERNALsolverGetProof(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String solverGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4328 of file Native.java.

Referenced by Solver.getReasonUnknown().

4329  {
4330  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4332  if (err != Z3_error_code.Z3_OK)
4333  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4334  return res;
4335  }
static native String INTERNALsolverGetReasonUnknown(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4337 of file Native.java.

Referenced by Solver.getStatistics().

4338  {
4339  long res = INTERNALsolverGetStatistics(a0, a1);
4341  if (err != Z3_error_code.Z3_OK)
4342  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4343  return res;
4344  }
static native long INTERNALsolverGetStatistics(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long solverGetUnsatCore ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4319 of file Native.java.

Referenced by Solver.getUnsatCore().

4320  {
4321  long res = INTERNALsolverGetUnsatCore(a0, a1);
4323  if (err != Z3_error_code.Z3_OK)
4324  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4325  return res;
4326  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALsolverGetUnsatCore(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4209 of file Native.java.

4210  {
4211  INTERNALsolverIncRef(a0, a1);
4213  if (err != Z3_error_code.Z3_OK)
4214  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4215  }
static native void INTERNALsolverIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverPop ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4233 of file Native.java.

Referenced by Solver.pop().

4234  {
4235  INTERNALsolverPop(a0, a1, a2);
4237  if (err != Z3_error_code.Z3_OK)
4238  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4239  }
static native void INTERNALsolverPop(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverPush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4225 of file Native.java.

Referenced by Solver.push().

4226  {
4227  INTERNALsolverPush(a0, a1);
4229  if (err != Z3_error_code.Z3_OK)
4230  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4231  }
static native void INTERNALsolverPush(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4241 of file Native.java.

Referenced by Solver.reset().

4242  {
4243  INTERNALsolverReset(a0, a1);
4245  if (err != Z3_error_code.Z3_OK)
4246  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4247  }
static native void INTERNALsolverReset(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void solverSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4201 of file Native.java.

Referenced by Solver.setParameters().

4202  {
4203  INTERNALsolverSetParams(a0, a1, a2);
4205  if (err != Z3_error_code.Z3_OK)
4206  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4207  }
static native void INTERNALsolverSetParams(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String solverToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4346 of file Native.java.

Referenced by Solver.toString().

4347  {
4348  String res = INTERNALsolverToString(a0, a1);
4350  if (err != Z3_error_code.Z3_OK)
4351  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4352  return res;
4353  }
static native String INTERNALsolverToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long sortToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1976 of file Native.java.

1977  {
1978  long res = INTERNALsortToAst(a0, a1);
1980  if (err != Z3_error_code.Z3_OK)
1981  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1982  return res;
1983  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsortToAst(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String sortToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3007 of file Native.java.

Referenced by Sort.toString().

3008  {
3009  String res = INTERNALsortToString(a0, a1);
3011  if (err != Z3_error_code.Z3_OK)
3012  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3013  return res;
3014  }
static native String INTERNALsortToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String statisticsToString ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4774 of file Native.java.

4775  {
4776  String res = INTERNALstatisticsToString(a0);
4778  if (err != Z3_error_code.Z3_OK)
4779  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4780  return res;
4781  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALstatisticsToString(long a0)
static final Z3_error_code fromInt(int v)
static void statsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4372 of file Native.java.

4373  {
4374  INTERNALstatsDecRef(a0, a1);
4376  if (err != Z3_error_code.Z3_OK)
4377  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4378  }
static native void INTERNALstatsDecRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static double statsGetDoubleValue ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4425 of file Native.java.

Referenced by Statistics.getEntries().

4426  {
4427  double res = INTERNALstatsGetDoubleValue(a0, a1, a2);
4429  if (err != Z3_error_code.Z3_OK)
4430  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4431  return res;
4432  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native double INTERNALstatsGetDoubleValue(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static String statsGetKey ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4389 of file Native.java.

Referenced by Statistics.getEntries(), and Statistics.getKeys().

4390  {
4391  String res = INTERNALstatsGetKey(a0, a1, a2);
4393  if (err != Z3_error_code.Z3_OK)
4394  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4395  return res;
4396  }
static native String INTERNALstatsGetKey(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int statsGetUintValue ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4416 of file Native.java.

Referenced by Statistics.getEntries().

4417  {
4418  int res = INTERNALstatsGetUintValue(a0, a1, a2);
4420  if (err != Z3_error_code.Z3_OK)
4421  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4422  return res;
4423  }
static native int INTERNALstatsGetUintValue(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void statsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4364 of file Native.java.

4365  {
4366  INTERNALstatsIncRef(a0, a1);
4368  if (err != Z3_error_code.Z3_OK)
4369  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4370  }
static native void INTERNALstatsIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static boolean statsIsDouble ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4407 of file Native.java.

Referenced by Statistics.getEntries().

4408  {
4409  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4411  if (err != Z3_error_code.Z3_OK)
4412  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4413  return res;
4414  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALstatsIsDouble(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)
static boolean statsIsUint ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4398 of file Native.java.

Referenced by Statistics.getEntries().

4399  {
4400  boolean res = INTERNALstatsIsUint(a0, a1, a2);
4402  if (err != Z3_error_code.Z3_OK)
4403  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4404  return res;
4405  }
static native boolean INTERNALstatsIsUint(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static int statsSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4380 of file Native.java.

Referenced by Statistics.size().

4381  {
4382  int res = INTERNALstatsSize(a0, a1);
4384  if (err != Z3_error_code.Z3_OK)
4385  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4386  return res;
4387  }
static native int INTERNALstatsSize(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String statsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4355 of file Native.java.

Referenced by Statistics.toString().

4356  {
4357  String res = INTERNALstatsToString(a0, a1);
4359  if (err != Z3_error_code.Z3_OK)
4360  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4361  return res;
4362  }
static native String INTERNALstatsToString(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long substitute ( long  a0,
long  a1,
int  a2,
long[]  a3,
long[]  a4 
) throws Z3Exception
inlinestatic

Definition at line 2705 of file Native.java.

Referenced by Expr.substitute().

2706  {
2707  long res = INTERNALsubstitute(a0, a1, a2, a3, a4);
2709  if (err != Z3_error_code.Z3_OK)
2710  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2711  return res;
2712  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsubstitute(long a0, long a1, int a2, long[] a3, long[] a4)
static final Z3_error_code fromInt(int v)
static long substituteVars ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 2714 of file Native.java.

Referenced by Expr.substituteVars().

2715  {
2716  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
2718  if (err != Z3_error_code.Z3_OK)
2719  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2720  return res;
2721  }
static native long INTERNALsubstituteVars(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticAndThen ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3798 of file Native.java.

Referenced by Context.andThen().

3799  {
3800  long res = INTERNALtacticAndThen(a0, a1, a2);
3802  if (err != Z3_error_code.Z3_OK)
3803  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3804  return res;
3805  }
static native long INTERNALtacticAndThen(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticApply ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4077 of file Native.java.

Referenced by Tactic.apply().

4078  {
4079  long res = INTERNALtacticApply(a0, a1, a2);
4081  if (err != Z3_error_code.Z3_OK)
4082  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4083  return res;
4084  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticApply(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long tacticApplyEx ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4086 of file Native.java.

Referenced by Tactic.apply().

4087  {
4088  long res = INTERNALtacticApplyEx(a0, a1, a2, a3);
4090  if (err != Z3_error_code.Z3_OK)
4091  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4092  return res;
4093  }
static native long INTERNALtacticApplyEx(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticCond ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3852 of file Native.java.

Referenced by Context.cond().

3853  {
3854  long res = INTERNALtacticCond(a0, a1, a2, a3);
3856  if (err != Z3_error_code.Z3_OK)
3857  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3858  return res;
3859  }
static native long INTERNALtacticCond(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void tacticDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3765 of file Native.java.

3766  {
3767  INTERNALtacticDecRef(a0, a1);
3769  if (err != Z3_error_code.Z3_OK)
3770  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3771  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native void INTERNALtacticDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticFail ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3879 of file Native.java.

Referenced by Context.fail().

3880  {
3881  long res = INTERNALtacticFail(a0);
3883  if (err != Z3_error_code.Z3_OK)
3884  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3885  return res;
3886  }
static native long INTERNALtacticFail(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticFailIf ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3888 of file Native.java.

Referenced by Context.failIf().

3889  {
3890  long res = INTERNALtacticFailIf(a0, a1);
3892  if (err != Z3_error_code.Z3_OK)
3893  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3894  return res;
3895  }
static native long INTERNALtacticFailIf(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticFailIfNotDecided ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3897 of file Native.java.

Referenced by Context.failIfNotDecided().

3898  {
3899  long res = INTERNALtacticFailIfNotDecided(a0);
3901  if (err != Z3_error_code.Z3_OK)
3902  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3903  return res;
3904  }
static native long INTERNALtacticFailIfNotDecided(long a0)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static String tacticGetDescr ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4050 of file Native.java.

Referenced by Context.getTacticDescription().

4051  {
4052  String res = INTERNALtacticGetDescr(a0, a1);
4054  if (err != Z3_error_code.Z3_OK)
4055  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4056  return res;
4057  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALtacticGetDescr(long a0, String a1)
static final Z3_error_code fromInt(int v)
static String tacticGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4032 of file Native.java.

Referenced by Tactic.getHelp().

4033  {
4034  String res = INTERNALtacticGetHelp(a0, a1);
4036  if (err != Z3_error_code.Z3_OK)
4037  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4038  return res;
4039  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALtacticGetHelp(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long tacticGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4041 of file Native.java.

Referenced by Tactic.getParameterDescriptions().

4042  {
4043  long res = INTERNALtacticGetParamDescrs(a0, a1);
4045  if (err != Z3_error_code.Z3_OK)
4046  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4047  return res;
4048  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticGetParamDescrs(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void tacticIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3757 of file Native.java.

3758  {
3759  INTERNALtacticIncRef(a0, a1);
3761  if (err != Z3_error_code.Z3_OK)
3762  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3763  }
static native void INTERNALtacticIncRef(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticOrElse ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3807 of file Native.java.

Referenced by Context.orElse().

3808  {
3809  long res = INTERNALtacticOrElse(a0, a1, a2);
3811  if (err != Z3_error_code.Z3_OK)
3812  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3813  return res;
3814  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static native long INTERNALtacticOrElse(long a0, long a1, long a2)
static long tacticParAndThen ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3825 of file Native.java.

Referenced by Context.parAndThen().

3826  {
3827  long res = INTERNALtacticParAndThen(a0, a1, a2);
3829  if (err != Z3_error_code.Z3_OK)
3830  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3831  return res;
3832  }
static native long INTERNALtacticParAndThen(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticParOr ( long  a0,
int  a1,
long[]  a2 
) throws Z3Exception
inlinestatic

Definition at line 3816 of file Native.java.

Referenced by Context.parOr().

3817  {
3818  long res = INTERNALtacticParOr(a0, a1, a2);
3820  if (err != Z3_error_code.Z3_OK)
3821  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3822  return res;
3823  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticParOr(long a0, int a1, long[] a2)
static final Z3_error_code fromInt(int v)
static long tacticRepeat ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3861 of file Native.java.

Referenced by Context.repeat().

3862  {
3863  long res = INTERNALtacticRepeat(a0, a1, a2);
3865  if (err != Z3_error_code.Z3_OK)
3866  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3867  return res;
3868  }
static native long INTERNALtacticRepeat(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticSkip ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3870 of file Native.java.

Referenced by Context.skip().

3871  {
3872  long res = INTERNALtacticSkip(a0);
3874  if (err != Z3_error_code.Z3_OK)
3875  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3876  return res;
3877  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticSkip(long a0)
static final Z3_error_code fromInt(int v)
static long tacticTryFor ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3834 of file Native.java.

Referenced by Context.tryFor().

3835  {
3836  long res = INTERNALtacticTryFor(a0, a1, a2);
3838  if (err != Z3_error_code.Z3_OK)
3839  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3840  return res;
3841  }
static native long INTERNALtacticTryFor(long a0, long a1, int a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long tacticUsingParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3906 of file Native.java.

Referenced by Context.usingParams().

3907  {
3908  long res = INTERNALtacticUsingParams(a0, a1, a2);
3910  if (err != Z3_error_code.Z3_OK)
3911  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3912  return res;
3913  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticUsingParams(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long tacticWhen ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3843 of file Native.java.

Referenced by Context.when().

3844  {
3845  long res = INTERNALtacticWhen(a0, a1, a2);
3847  if (err != Z3_error_code.Z3_OK)
3848  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3849  return res;
3850  }
static native long INTERNALtacticWhen(long a0, long a1, long a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long toApp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2408 of file Native.java.

2409  {
2410  long res = INTERNALtoApp(a0, a1);
2412  if (err != Z3_error_code.Z3_OK)
2413  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2414  return res;
2415  }
static native long INTERNALtoApp(long a0, long a1)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long toFuncDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2417 of file Native.java.

2418  {
2419  long res = INTERNALtoFuncDecl(a0, a1);
2421  if (err != Z3_error_code.Z3_OK)
2422  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2423  return res;
2424  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtoFuncDecl(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void toggleWarningMessages ( boolean  a0)
inlinestatic

Definition at line 2976 of file Native.java.

Referenced by Context.ToggleWarningMessages().

2977  {
2979  }
static native void INTERNALtoggleWarningMessages(boolean a0)
static long translate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2723 of file Native.java.

Referenced by AST.translate(), and Expr.translate().

2724  {
2725  long res = INTERNALtranslate(a0, a1, a2);
2727  if (err != Z3_error_code.Z3_OK)
2728  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2729  return res;
2730  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtranslate(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void updateParamValue ( long  a0,
String  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 623 of file Native.java.

Referenced by Context.updateParamValue().

624  {
625  INTERNALupdateParamValue(a0, a1, a2);
627  if (err != Z3_error_code.Z3_OK)
628  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
629  }
static native void INTERNALupdateParamValue(long a0, String a1, String a2)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long updateTerm ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 2696 of file Native.java.

Referenced by Expr.update().

2697  {
2698  long res = INTERNALupdateTerm(a0, a1, a2, a3);
2700  if (err != Z3_error_code.Z3_OK)
2701  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2702  return res;
2703  }
static native long INTERNALupdateTerm(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static void writeInterpolationProblem ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
String  a4,
int  a5,
long[]  a6 
) throws Z3Exception
inlinestatic

Definition at line 5237 of file Native.java.

Referenced by InterpolationContext.WriteInterpolationProblem().

5238  {
5239  INTERNALwriteInterpolationProblem(a0, a1, a2, a3, a4, a5, a6);
5241  if (err != Z3_error_code.Z3_OK)
5242  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5243  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALwriteInterpolationProblem(long a0, int a1, long[] a2, int[] a3, String a4, int a5, long[] a6)
static final Z3_error_code fromInt(int v)