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 long mkFpaRoundingModeSort (long a0) throws Z3Exception
 
static long mkFpaRoundNearestTiesToEven (long a0) throws Z3Exception
 
static long mkFpaRne (long a0) throws Z3Exception
 
static long mkFpaRoundNearestTiesToAway (long a0) throws Z3Exception
 
static long mkFpaRna (long a0) throws Z3Exception
 
static long mkFpaRoundTowardPositive (long a0) throws Z3Exception
 
static long mkFpaRtp (long a0) throws Z3Exception
 
static long mkFpaRoundTowardNegative (long a0) throws Z3Exception
 
static long mkFpaRtn (long a0) throws Z3Exception
 
static long mkFpaRoundTowardZero (long a0) throws Z3Exception
 
static long mkFpaRtz (long a0) throws Z3Exception
 
static long mkFpaSort (long a0, int a1, int a2) throws Z3Exception
 
static long mkFpaSortHalf (long a0) throws Z3Exception
 
static long mkFpaSort16 (long a0) throws Z3Exception
 
static long mkFpaSortSingle (long a0) throws Z3Exception
 
static long mkFpaSort32 (long a0) throws Z3Exception
 
static long mkFpaSortDouble (long a0) throws Z3Exception
 
static long mkFpaSort64 (long a0) throws Z3Exception
 
static long mkFpaSortQuadruple (long a0) throws Z3Exception
 
static long mkFpaSort128 (long a0) throws Z3Exception
 
static long mkFpaNan (long a0, long a1) throws Z3Exception
 
static long mkFpaInf (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkFpaZero (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkFpaFp (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaNumeralFloat (long a0, float a1, long a2) throws Z3Exception
 
static long mkFpaNumeralDouble (long a0, double a1, long a2) throws Z3Exception
 
static long mkFpaNumeralInt (long a0, int a1, long a2) throws Z3Exception
 
static long mkFpaNumeralIntUint (long a0, boolean a1, int a2, int a3, long a4) throws Z3Exception
 
static long mkFpaNumeralInt64Uint64 (long a0, boolean a1, long a2, long a3, long a4) throws Z3Exception
 
static long mkFpaAbs (long a0, long a1) throws Z3Exception
 
static long mkFpaNeg (long a0, long a1) throws Z3Exception
 
static long mkFpaAdd (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaSub (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaMul (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaDiv (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaFma (long a0, long a1, long a2, long a3, long a4) throws Z3Exception
 
static long mkFpaSqrt (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaRem (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaRoundToIntegral (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaMin (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaMax (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaLeq (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaLt (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaGeq (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaGt (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaEq (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaIsNormal (long a0, long a1) throws Z3Exception
 
static long mkFpaIsSubnormal (long a0, long a1) throws Z3Exception
 
static long mkFpaIsZero (long a0, long a1) throws Z3Exception
 
static long mkFpaIsInfinite (long a0, long a1) throws Z3Exception
 
static long mkFpaIsNan (long a0, long a1) throws Z3Exception
 
static long mkFpaIsNegative (long a0, long a1) throws Z3Exception
 
static long mkFpaIsPositive (long a0, long a1) throws Z3Exception
 
static long mkFpaToFpBv (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaToFpFloat (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToFpReal (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToFpSigned (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToFpUnsigned (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToUbv (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long mkFpaToSbv (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long mkFpaToReal (long a0, long a1) throws Z3Exception
 
static int fpaGetEbits (long a0, long a1) throws Z3Exception
 
static int fpaGetSbits (long a0, long a1) throws Z3Exception
 
static boolean fpaGetNumeralSign (long a0, long a1, IntPtr a2) throws Z3Exception
 
static String fpaGetNumeralSignificandString (long a0, long a1) throws Z3Exception
 
static String fpaGetNumeralExponentString (long a0, long a1) throws Z3Exception
 
static boolean fpaGetNumeralExponentInt64 (long a0, long a1, LongPtr a2) throws Z3Exception
 
static long mkFpaToIeeeBv (long a0, long a1) throws Z3Exception
 
static long mkFpaToFpIntReal (long a0, long a1, long a2, long a3, long a4) 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)
 
static native long INTERNALmkFpaRoundingModeSort (long a0)
 
static native long INTERNALmkFpaRoundNearestTiesToEven (long a0)
 
static native long INTERNALmkFpaRne (long a0)
 
static native long INTERNALmkFpaRoundNearestTiesToAway (long a0)
 
static native long INTERNALmkFpaRna (long a0)
 
static native long INTERNALmkFpaRoundTowardPositive (long a0)
 
static native long INTERNALmkFpaRtp (long a0)
 
static native long INTERNALmkFpaRoundTowardNegative (long a0)
 
static native long INTERNALmkFpaRtn (long a0)
 
static native long INTERNALmkFpaRoundTowardZero (long a0)
 
static native long INTERNALmkFpaRtz (long a0)
 
static native long INTERNALmkFpaSort (long a0, int a1, int a2)
 
static native long INTERNALmkFpaSortHalf (long a0)
 
static native long INTERNALmkFpaSort16 (long a0)
 
static native long INTERNALmkFpaSortSingle (long a0)
 
static native long INTERNALmkFpaSort32 (long a0)
 
static native long INTERNALmkFpaSortDouble (long a0)
 
static native long INTERNALmkFpaSort64 (long a0)
 
static native long INTERNALmkFpaSortQuadruple (long a0)
 
static native long INTERNALmkFpaSort128 (long a0)
 
static native long INTERNALmkFpaNan (long a0, long a1)
 
static native long INTERNALmkFpaInf (long a0, long a1, boolean a2)
 
static native long INTERNALmkFpaZero (long a0, long a1, boolean a2)
 
static native long INTERNALmkFpaFp (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaNumeralFloat (long a0, float a1, long a2)
 
static native long INTERNALmkFpaNumeralDouble (long a0, double a1, long a2)
 
static native long INTERNALmkFpaNumeralInt (long a0, int a1, long a2)
 
static native long INTERNALmkFpaNumeralIntUint (long a0, boolean a1, int a2, int a3, long a4)
 
static native long INTERNALmkFpaNumeralInt64Uint64 (long a0, boolean a1, long a2, long a3, long a4)
 
static native long INTERNALmkFpaAbs (long a0, long a1)
 
static native long INTERNALmkFpaNeg (long a0, long a1)
 
static native long INTERNALmkFpaAdd (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaSub (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaMul (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaDiv (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaFma (long a0, long a1, long a2, long a3, long a4)
 
static native long INTERNALmkFpaSqrt (long a0, long a1, long a2)
 
static native long INTERNALmkFpaRem (long a0, long a1, long a2)
 
static native long INTERNALmkFpaRoundToIntegral (long a0, long a1, long a2)
 
static native long INTERNALmkFpaMin (long a0, long a1, long a2)
 
static native long INTERNALmkFpaMax (long a0, long a1, long a2)
 
static native long INTERNALmkFpaLeq (long a0, long a1, long a2)
 
static native long INTERNALmkFpaLt (long a0, long a1, long a2)
 
static native long INTERNALmkFpaGeq (long a0, long a1, long a2)
 
static native long INTERNALmkFpaGt (long a0, long a1, long a2)
 
static native long INTERNALmkFpaEq (long a0, long a1, long a2)
 
static native long INTERNALmkFpaIsNormal (long a0, long a1)
 
static native long INTERNALmkFpaIsSubnormal (long a0, long a1)
 
static native long INTERNALmkFpaIsZero (long a0, long a1)
 
static native long INTERNALmkFpaIsInfinite (long a0, long a1)
 
static native long INTERNALmkFpaIsNan (long a0, long a1)
 
static native long INTERNALmkFpaIsNegative (long a0, long a1)
 
static native long INTERNALmkFpaIsPositive (long a0, long a1)
 
static native long INTERNALmkFpaToFpBv (long a0, long a1, long a2)
 
static native long INTERNALmkFpaToFpFloat (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToFpReal (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToFpSigned (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToFpUnsigned (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToUbv (long a0, long a1, long a2, int a3)
 
static native long INTERNALmkFpaToSbv (long a0, long a1, long a2, int a3)
 
static native long INTERNALmkFpaToReal (long a0, long a1)
 
static native int INTERNALfpaGetEbits (long a0, long a1)
 
static native int INTERNALfpaGetSbits (long a0, long a1)
 
static native boolean INTERNALfpaGetNumeralSign (long a0, long a1, IntPtr a2)
 
static native String INTERNALfpaGetNumeralSignificandString (long a0, long a1)
 
static native String INTERNALfpaGetNumeralExponentString (long a0, long a1)
 
static native boolean INTERNALfpaGetNumeralExponentInt64 (long a0, long a1, LongPtr a2)
 
static native long INTERNALmkFpaToIeeeBv (long a0, long a1)
 
static native long INTERNALmkFpaToFpIntReal (long a0, long a1, long a2, long a3, long a4)
 

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 4906 of file Native.java.

4907  {
4908  long res = INTERNALalgebraicAdd(a0, a1, a2);
4910  if (err != Z3_error_code.Z3_OK)
4911  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4912  return res;
4913  }
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 4933 of file Native.java.

4934  {
4935  long res = INTERNALalgebraicDiv(a0, a1, a2);
4937  if (err != Z3_error_code.Z3_OK)
4938  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4939  return res;
4940  }
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 4996 of file Native.java.

4997  {
4998  boolean res = INTERNALalgebraicEq(a0, a1, a2);
5000  if (err != Z3_error_code.Z3_OK)
5001  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5002  return res;
5003  }
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 5023 of file Native.java.

5024  {
5025  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
5027  if (err != Z3_error_code.Z3_OK)
5028  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5029  return res;
5030  }
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 4987 of file Native.java.

4988  {
4989  boolean res = INTERNALalgebraicGe(a0, a1, a2);
4991  if (err != Z3_error_code.Z3_OK)
4992  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4993  return res;
4994  }
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 4969 of file Native.java.

4970  {
4971  boolean res = INTERNALalgebraicGt(a0, a1, a2);
4973  if (err != Z3_error_code.Z3_OK)
4974  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4975  return res;
4976  }
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 4879 of file Native.java.

4880  {
4881  boolean res = INTERNALalgebraicIsNeg(a0, a1);
4883  if (err != Z3_error_code.Z3_OK)
4884  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4885  return res;
4886  }
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 4870 of file Native.java.

4871  {
4872  boolean res = INTERNALalgebraicIsPos(a0, a1);
4874  if (err != Z3_error_code.Z3_OK)
4875  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4876  return res;
4877  }
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 4861 of file Native.java.

4862  {
4863  boolean res = INTERNALalgebraicIsValue(a0, a1);
4865  if (err != Z3_error_code.Z3_OK)
4866  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4867  return res;
4868  }
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 4888 of file Native.java.

4889  {
4890  boolean res = INTERNALalgebraicIsZero(a0, a1);
4892  if (err != Z3_error_code.Z3_OK)
4893  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4894  return res;
4895  }
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 4978 of file Native.java.

4979  {
4980  boolean res = INTERNALalgebraicLe(a0, a1, a2);
4982  if (err != Z3_error_code.Z3_OK)
4983  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4984  return res;
4985  }
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 4960 of file Native.java.

4961  {
4962  boolean res = INTERNALalgebraicLt(a0, a1, a2);
4964  if (err != Z3_error_code.Z3_OK)
4965  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4966  return res;
4967  }
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 4924 of file Native.java.

4925  {
4926  long res = INTERNALalgebraicMul(a0, a1, a2);
4928  if (err != Z3_error_code.Z3_OK)
4929  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4930  return res;
4931  }
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 5005 of file Native.java.

5006  {
5007  boolean res = INTERNALalgebraicNeq(a0, a1, a2);
5009  if (err != Z3_error_code.Z3_OK)
5010  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5011  return res;
5012  }
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 4951 of file Native.java.

4952  {
4953  long res = INTERNALalgebraicPower(a0, a1, a2);
4955  if (err != Z3_error_code.Z3_OK)
4956  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4957  return res;
4958  }
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 4942 of file Native.java.

4943  {
4944  long res = INTERNALalgebraicRoot(a0, a1, a2);
4946  if (err != Z3_error_code.Z3_OK)
4947  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4948  return res;
4949  }
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 5014 of file Native.java.

5015  {
5016  long res = INTERNALalgebraicRoots(a0, a1, a2, a3);
5018  if (err != Z3_error_code.Z3_OK)
5019  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5020  return res;
5021  }
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 4897 of file Native.java.

4898  {
4899  int res = INTERNALalgebraicSign(a0, a1);
4901  if (err != Z3_error_code.Z3_OK)
4902  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4903  return res;
4904  }
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 4915 of file Native.java.

4916  {
4917  long res = INTERNALalgebraicSub(a0, a1, a2);
4919  if (err != Z3_error_code.Z3_OK)
4920  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4921  return res;
4922  }
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 3035 of file Native.java.

Referenced by Log.append().

3036  {
3037  INTERNALappendLog(a0);
3038  }
static native void INTERNALappendLog(String a0)
static long applyResultConvertModel ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4207 of file Native.java.

Referenced by ApplyResult.convertModel().

4208  {
4209  long res = INTERNALapplyResultConvertModel(a0, a1, a2, a3);
4211  if (err != Z3_error_code.Z3_OK)
4212  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4213  return res;
4214  }
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 4172 of file Native.java.

4173  {
4174  INTERNALapplyResultDecRef(a0, a1);
4176  if (err != Z3_error_code.Z3_OK)
4177  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4178  }
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 4189 of file Native.java.

Referenced by ApplyResult.getNumSubgoals().

4190  {
4191  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4193  if (err != Z3_error_code.Z3_OK)
4194  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4195  return res;
4196  }
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 4198 of file Native.java.

Referenced by ApplyResult.getSubgoals().

4199  {
4200  long res = INTERNALapplyResultGetSubgoal(a0, a1, a2);
4202  if (err != Z3_error_code.Z3_OK)
4203  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4204  return res;
4205  }
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 4164 of file Native.java.

4165  {
4166  INTERNALapplyResultIncRef(a0, a1);
4168  if (err != Z3_error_code.Z3_OK)
4169  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4170  }
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 4180 of file Native.java.

Referenced by ApplyResult.toString().

4181  {
4182  String res = INTERNALapplyResultToString(a0, a1);
4184  if (err != Z3_error_code.Z3_OK)
4185  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4186  return res;
4187  }
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 2351 of file Native.java.

2352  {
2353  long res = INTERNALappToAst(a0, a1);
2355  if (err != Z3_error_code.Z3_OK)
2356  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2357  return res;
2358  }
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 4553 of file Native.java.

4554  {
4555  INTERNALassertCnstr(a0, a1);
4557  if (err != Z3_error_code.Z3_OK)
4558  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4559  }
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 3617 of file Native.java.

3618  {
3619  boolean res = INTERNALastMapContains(a0, a1, a2);
3621  if (err != Z3_error_code.Z3_OK)
3622  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3623  return res;
3624  }
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 3609 of file Native.java.

3610  {
3611  INTERNALastMapDecRef(a0, a1);
3613  if (err != Z3_error_code.Z3_OK)
3614  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3615  }
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 3643 of file Native.java.

3644  {
3645  INTERNALastMapErase(a0, a1, a2);
3647  if (err != Z3_error_code.Z3_OK)
3648  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3649  }
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 3626 of file Native.java.

3627  {
3628  long res = INTERNALastMapFind(a0, a1, a2);
3630  if (err != Z3_error_code.Z3_OK)
3631  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3632  return res;
3633  }
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 3601 of file Native.java.

3602  {
3603  INTERNALastMapIncRef(a0, a1);
3605  if (err != Z3_error_code.Z3_OK)
3606  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3607  }
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 3635 of file Native.java.

3636  {
3637  INTERNALastMapInsert(a0, a1, a2, a3);
3639  if (err != Z3_error_code.Z3_OK)
3640  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3641  }
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 3668 of file Native.java.

3669  {
3670  long res = INTERNALastMapKeys(a0, a1);
3672  if (err != Z3_error_code.Z3_OK)
3673  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3674  return res;
3675  }
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 3651 of file Native.java.

3652  {
3653  INTERNALastMapReset(a0, a1);
3655  if (err != Z3_error_code.Z3_OK)
3656  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3657  }
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 3659 of file Native.java.

3660  {
3661  int res = INTERNALastMapSize(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 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 3677 of file Native.java.

3678  {
3679  String res = INTERNALastMapToString(a0, a1);
3681  if (err != Z3_error_code.Z3_OK)
3682  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3683  return res;
3684  }
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 3058 of file Native.java.

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

3059  {
3060  String res = INTERNALastToString(a0, a1);
3062  if (err != Z3_error_code.Z3_OK)
3063  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3064  return res;
3065  }
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 3524 of file Native.java.

3525  {
3526  INTERNALastVectorDecRef(a0, a1);
3528  if (err != Z3_error_code.Z3_OK)
3529  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3530  }
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 3541 of file Native.java.

Referenced by ASTVector.get().

3542  {
3543  long res = INTERNALastVectorGet(a0, a1, a2);
3545  if (err != Z3_error_code.Z3_OK)
3546  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3547  return res;
3548  }
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 3516 of file Native.java.

3517  {
3518  INTERNALastVectorIncRef(a0, a1);
3520  if (err != Z3_error_code.Z3_OK)
3521  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3522  }
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 3566 of file Native.java.

Referenced by ASTVector.push().

3567  {
3568  INTERNALastVectorPush(a0, a1, a2);
3570  if (err != Z3_error_code.Z3_OK)
3571  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3572  }
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 3558 of file Native.java.

Referenced by ASTVector.resize().

3559  {
3560  INTERNALastVectorResize(a0, a1, a2);
3562  if (err != Z3_error_code.Z3_OK)
3563  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3564  }
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 3550 of file Native.java.

Referenced by ASTVector.set().

3551  {
3552  INTERNALastVectorSet(a0, a1, a2, a3);
3554  if (err != Z3_error_code.Z3_OK)
3555  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3556  }
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 3532 of file Native.java.

Referenced by ASTVector.size().

3533  {
3534  int res = INTERNALastVectorSize(a0, a1);
3536  if (err != Z3_error_code.Z3_OK)
3537  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3538  return res;
3539  }
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 3583 of file Native.java.

Referenced by ASTVector.toString().

3584  {
3585  String res = INTERNALastVectorToString(a0, a1);
3587  if (err != Z3_error_code.Z3_OK)
3588  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3589  return res;
3590  }
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 3574 of file Native.java.

Referenced by ASTVector.translate().

3575  {
3576  long res = INTERNALastVectorTranslate(a0, a1, a2);
3578  if (err != Z3_error_code.Z3_OK)
3579  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3580  return res;
3581  }
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 3103 of file Native.java.

Referenced by Context.benchmarkToSMTString().

3104  {
3105  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3107  if (err != Z3_error_code.Z3_OK)
3108  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3109  return res;
3110  }
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 4701 of file Native.java.

4702  {
4703  INTERNALblockLiterals(a0, a1);
4705  if (err != Z3_error_code.Z3_OK)
4706  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4707  }
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 4570 of file Native.java.

4571  {
4572  int res = INTERNALcheck(a0);
4574  if (err != Z3_error_code.Z3_OK)
4575  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4576  return res;
4577  }
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 4561 of file Native.java.

4562  {
4563  int res = INTERNALcheckAndGetModel(a0, a1);
4565  if (err != Z3_error_code.Z3_OK)
4566  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4567  return res;
4568  }
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 4579 of file Native.java.

4580  {
4581  int res = INTERNALcheckAssumptions(a0, a1, a2, a3, a4, a5, a6);
4583  if (err != Z3_error_code.Z3_OK)
4584  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4585  return res;
4586  }
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 5297 of file Native.java.

Referenced by InterpolationContext.CheckInterpolant().

5298  {
5299  int res = INTERNALcheckInterpolant(a0, a1, a2, a3, a4, a5, a6, a7);
5301  if (err != Z3_error_code.Z3_OK)
5302  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5303  return res;
5304  }
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 3040 of file Native.java.

Referenced by Log.close().

3041  {
3042  INTERNALcloseLog();
3043  }
static native void INTERNALcloseLog()
static int computeInterpolant ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4 
) throws Z3Exception
inlinestatic

Definition at line 5270 of file Native.java.

Referenced by InterpolationContext.ComputeInterpolant().

5271  {
5272  int res = INTERNALcomputeInterpolant(a0, a1, a2, a3, a4);
5274  if (err != Z3_error_code.Z3_OK)
5275  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5276  return res;
5277  }
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 4834 of file Native.java.

4835  {
4836  String res = INTERNALcontextToString(a0);
4838  if (err != Z3_error_code.Z3_OK)
4839  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4840  return res;
4841  }
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 684 of file Native.java.

685  {
686  INTERNALdecRef(a0, a1);
688  if (err != Z3_error_code.Z3_OK)
689  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
690  }
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 645 of file Native.java.

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

646  {
647  INTERNALdelConfig(a0);
648  }
static native void INTERNALdelConfig(long a0)
static void delConstructor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 951 of file Native.java.

Referenced by Constructor.finalize().

952  {
953  INTERNALdelConstructor(a0, a1);
955  if (err != Z3_error_code.Z3_OK)
956  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
957  }
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 977 of file Native.java.

Referenced by ConstructorList.finalize().

978  {
981  if (err != Z3_error_code.Z3_OK)
982  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
983  }
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 671 of file Native.java.

Referenced by Context.finalize().

672  {
673  INTERNALdelContext(a0);
674  }
static native void INTERNALdelContext(long a0)
static void delLiterals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4658 of file Native.java.

4659  {
4660  INTERNALdelLiterals(a0, a1);
4662  if (err != Z3_error_code.Z3_OK)
4663  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4664  }
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 4597 of file Native.java.

4598  {
4599  INTERNALdelModel(a0, a1);
4601  if (err != Z3_error_code.Z3_OK)
4602  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4603  }
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 4693 of file Native.java.

4694  {
4695  INTERNALdisableLiteral(a0, a1, a2);
4697  if (err != Z3_error_code.Z3_OK)
4698  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4699  }
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 3266 of file Native.java.

Referenced by Global.disableTrace().

3267  {
3269  }
static native void INTERNALdisableTrace(String a0)
static void enableTrace ( String  a0)
inlinestatic

Definition at line 3261 of file Native.java.

Referenced by Global.enableTrace().

3262  {
3263  INTERNALenableTrace(a0);
3264  }
static native void INTERNALenableTrace(String a0)
static boolean eval ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 4816 of file Native.java.

4817  {
4818  boolean res = INTERNALeval(a0, a1, a2, a3);
4820  if (err != Z3_error_code.Z3_OK)
4821  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4822  return res;
4823  }
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 4825 of file Native.java.

4826  {
4827  boolean res = INTERNALevalDecl(a0, a1, a2, a3, a4, a5);
4829  if (err != Z3_error_code.Z3_OK)
4830  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4831  return res;
4832  }
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 4745 of file Native.java.

4746  {
4747  boolean res = INTERNALevalFuncDecl(a0, a1, a2, a3);
4749  if (err != Z3_error_code.Z3_OK)
4750  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4751  return res;
4752  }
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 3387 of file Native.java.

Referenced by Fixedpoint.addCover().

3388  {
3389  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
3391  if (err != Z3_error_code.Z3_OK)
3392  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3393  }
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 3309 of file Native.java.

Referenced by Fixedpoint.addFact().

3310  {
3311  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
3313  if (err != Z3_error_code.Z3_OK)
3314  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3315  }
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 3301 of file Native.java.

Referenced by Fixedpoint.addRule().

3302  {
3303  INTERNALfixedpointAddRule(a0, a1, a2, a3);
3305  if (err != Z3_error_code.Z3_OK)
3306  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3307  }
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 3317 of file Native.java.

Referenced by Fixedpoint.add().

3318  {
3319  INTERNALfixedpointAssert(a0, a1, a2);
3321  if (err != Z3_error_code.Z3_OK)
3322  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3323  }
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 3293 of file Native.java.

3294  {
3295  INTERNALfixedpointDecRef(a0, a1);
3297  if (err != Z3_error_code.Z3_OK)
3298  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3299  }
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 3482 of file Native.java.

3483  {
3484  long res = INTERNALfixedpointFromFile(a0, a1, a2);
3486  if (err != Z3_error_code.Z3_OK)
3487  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3488  return res;
3489  }
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 3473 of file Native.java.

3474  {
3475  long res = INTERNALfixedpointFromString(a0, a1, a2);
3477  if (err != Z3_error_code.Z3_OK)
3478  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3479  return res;
3480  }
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 3343 of file Native.java.

Referenced by Fixedpoint.getAnswer().

3344  {
3345  long res = INTERNALfixedpointGetAnswer(a0, a1);
3347  if (err != Z3_error_code.Z3_OK)
3348  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3349  return res;
3350  }
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 3429 of file Native.java.

Referenced by Fixedpoint.getAssertions().

3430  {
3431  long res = INTERNALfixedpointGetAssertions(a0, a1);
3433  if (err != Z3_error_code.Z3_OK)
3434  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3435  return res;
3436  }
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 3378 of file Native.java.

Referenced by Fixedpoint.getCoverDelta().

3379  {
3380  long res = INTERNALfixedpointGetCoverDelta(a0, a1, a2, a3);
3382  if (err != Z3_error_code.Z3_OK)
3383  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3384  return res;
3385  }
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 3446 of file Native.java.

Referenced by Fixedpoint.getHelp().

3447  {
3448  String res = INTERNALfixedpointGetHelp(a0, a1);
3450  if (err != Z3_error_code.Z3_OK)
3451  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3452  return res;
3453  }
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 3369 of file Native.java.

Referenced by Fixedpoint.getNumLevels().

3370  {
3371  int res = INTERNALfixedpointGetNumLevels(a0, a1, a2);
3373  if (err != Z3_error_code.Z3_OK)
3374  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3375  return res;
3376  }
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 3455 of file Native.java.

Referenced by Fixedpoint.getParameterDescriptions().

3456  {
3457  long res = INTERNALfixedpointGetParamDescrs(a0, a1);
3459  if (err != Z3_error_code.Z3_OK)
3460  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3461  return res;
3462  }
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 3352 of file Native.java.

Referenced by Fixedpoint.getReasonUnknown().

3353  {
3354  String res = INTERNALfixedpointGetReasonUnknown(a0, a1);
3356  if (err != Z3_error_code.Z3_OK)
3357  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3358  return res;
3359  }
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 3420 of file Native.java.

Referenced by Fixedpoint.getRules().

3421  {
3422  long res = INTERNALfixedpointGetRules(a0, a1);
3424  if (err != Z3_error_code.Z3_OK)
3425  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3426  return res;
3427  }
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 3395 of file Native.java.

3396  {
3397  long res = INTERNALfixedpointGetStatistics(a0, a1);
3399  if (err != Z3_error_code.Z3_OK)
3400  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3401  return res;
3402  }
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 3285 of file Native.java.

3286  {
3287  INTERNALfixedpointIncRef(a0, a1);
3289  if (err != Z3_error_code.Z3_OK)
3290  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3291  }
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 3499 of file Native.java.

Referenced by Fixedpoint.pop().

3500  {
3501  INTERNALfixedpointPop(a0, a1);
3503  if (err != Z3_error_code.Z3_OK)
3504  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3505  }
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 3491 of file Native.java.

Referenced by Fixedpoint.push().

3492  {
3493  INTERNALfixedpointPush(a0, a1);
3495  if (err != Z3_error_code.Z3_OK)
3496  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3497  }
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 3325 of file Native.java.

Referenced by Fixedpoint.query().

3326  {
3327  int res = INTERNALfixedpointQuery(a0, a1, a2);
3329  if (err != Z3_error_code.Z3_OK)
3330  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3331  return res;
3332  }
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 3334 of file Native.java.

Referenced by Fixedpoint.query().

3335  {
3336  int res = INTERNALfixedpointQueryRelations(a0, a1, a2, a3);
3338  if (err != Z3_error_code.Z3_OK)
3339  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3340  return res;
3341  }
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 3404 of file Native.java.

Referenced by Fixedpoint.registerRelation().

3405  {
3408  if (err != Z3_error_code.Z3_OK)
3409  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3410  }
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 3438 of file Native.java.

Referenced by Fixedpoint.setParameters().

3439  {
3440  INTERNALfixedpointSetParams(a0, a1, a2);
3442  if (err != Z3_error_code.Z3_OK)
3443  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3444  }
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 3412 of file Native.java.

Referenced by Fixedpoint.setPredicateRepresentation().

3413  {
3416  if (err != Z3_error_code.Z3_OK)
3417  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3418  }
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 3464 of file Native.java.

Referenced by Fixedpoint.toString().

3465  {
3466  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
3468  if (err != Z3_error_code.Z3_OK)
3469  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3470  return res;
3471  }
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 3361 of file Native.java.

Referenced by Fixedpoint.updateRule().

3362  {
3363  INTERNALfixedpointUpdateRule(a0, a1, a2, a3);
3365  if (err != Z3_error_code.Z3_OK)
3366  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3367  }
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 int fpaGetEbits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5863 of file Native.java.

Referenced by FPSort.getEBits(), and FPSort.getSBits().

5864  {
5865  int res = INTERNALfpaGetEbits(a0, a1);
5867  if (err != Z3_error_code.Z3_OK)
5868  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5869  return res;
5870  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfpaGetEbits(long a0, long a1)
static final Z3_error_code fromInt(int v)
static boolean fpaGetNumeralExponentInt64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 5908 of file Native.java.

Referenced by FPNum.getExponentInt64().

5909  {
5910  boolean res = INTERNALfpaGetNumeralExponentInt64(a0, a1, a2);
5912  if (err != Z3_error_code.Z3_OK)
5913  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5914  return res;
5915  }
static native boolean INTERNALfpaGetNumeralExponentInt64(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 String fpaGetNumeralExponentString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5899 of file Native.java.

Referenced by FPNum.getExponent().

5900  {
5901  String res = INTERNALfpaGetNumeralExponentString(a0, a1);
5903  if (err != Z3_error_code.Z3_OK)
5904  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5905  return res;
5906  }
static native String INTERNALfpaGetNumeralExponentString(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 fpaGetNumeralSign ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 5881 of file Native.java.

Referenced by FPNum.getSign().

5882  {
5883  boolean res = INTERNALfpaGetNumeralSign(a0, a1, a2);
5885  if (err != Z3_error_code.Z3_OK)
5886  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5887  return res;
5888  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaGetNumeralSign(long a0, long a1, IntPtr a2)
static final Z3_error_code fromInt(int v)
static String fpaGetNumeralSignificandString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5890 of file Native.java.

Referenced by FPNum.getSignificand().

5891  {
5892  String res = INTERNALfpaGetNumeralSignificandString(a0, a1);
5894  if (err != Z3_error_code.Z3_OK)
5895  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5896  return res;
5897  }
static native String INTERNALfpaGetNumeralSignificandString(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 fpaGetSbits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5872 of file Native.java.

5873  {
5874  int res = INTERNALfpaGetSbits(a0, a1);
5876  if (err != Z3_error_code.Z3_OK)
5877  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5878  return res;
5879  }
static native int INTERNALfpaGetSbits(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 funcDeclToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2189 of file Native.java.

2190  {
2191  long res = INTERNALfuncDeclToAst(a0, a1);
2193  if (err != Z3_error_code.Z3_OK)
2194  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2195  return res;
2196  }
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 3085 of file Native.java.

Referenced by FuncDecl.toString().

3086  {
3087  String res = INTERNALfuncDeclToString(a0, a1);
3089  if (err != Z3_error_code.Z3_OK)
3090  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3091  return res;
3092  }
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 2994 of file Native.java.

2995  {
2996  INTERNALfuncEntryDecRef(a0, a1);
2998  if (err != Z3_error_code.Z3_OK)
2999  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3000  }
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 3020 of file Native.java.

Referenced by FuncInterp.Entry.getArgs().

3021  {
3022  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
3024  if (err != Z3_error_code.Z3_OK)
3025  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3026  return res;
3027  }
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 3011 of file Native.java.

Referenced by FuncInterp.Entry.getNumArgs().

3012  {
3013  int res = INTERNALfuncEntryGetNumArgs(a0, a1);
3015  if (err != Z3_error_code.Z3_OK)
3016  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3017  return res;
3018  }
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 3002 of file Native.java.

Referenced by FuncInterp.Entry.getValue().

3003  {
3004  long res = INTERNALfuncEntryGetValue(a0, a1);
3006  if (err != Z3_error_code.Z3_OK)
3007  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3008  return res;
3009  }
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 2986 of file Native.java.

2987  {
2988  INTERNALfuncEntryIncRef(a0, a1);
2990  if (err != Z3_error_code.Z3_OK)
2991  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2992  }
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 2942 of file Native.java.

2943  {
2944  INTERNALfuncInterpDecRef(a0, a1);
2946  if (err != Z3_error_code.Z3_OK)
2947  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2948  }
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 2977 of file Native.java.

Referenced by FuncInterp.getArity().

2978  {
2979  int res = INTERNALfuncInterpGetArity(a0, a1);
2981  if (err != Z3_error_code.Z3_OK)
2982  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2983  return res;
2984  }
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 2968 of file Native.java.

Referenced by FuncInterp.getElse().

2969  {
2970  long res = INTERNALfuncInterpGetElse(a0, a1);
2972  if (err != Z3_error_code.Z3_OK)
2973  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2974  return res;
2975  }
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 2959 of file Native.java.

Referenced by FuncInterp.getEntries().

2960  {
2961  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
2963  if (err != Z3_error_code.Z3_OK)
2964  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2965  return res;
2966  }
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 2950 of file Native.java.

Referenced by FuncInterp.getNumEntries().

2951  {
2952  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
2954  if (err != Z3_error_code.Z3_OK)
2955  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2956  return res;
2957  }
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 2934 of file Native.java.

2935  {
2936  INTERNALfuncInterpIncRef(a0, a1);
2938  if (err != Z3_error_code.Z3_OK)
2939  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2940  }
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 2585 of file Native.java.

Referenced by AlgebraicNum.toLower().

2586  {
2587  long res = INTERNALgetAlgebraicNumberLower(a0, a1, a2);
2589  if (err != Z3_error_code.Z3_OK)
2590  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2591  return res;
2592  }
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 2594 of file Native.java.

Referenced by AlgebraicNum.toUpper().

2595  {
2596  long res = INTERNALgetAlgebraicNumberUpper(a0, a1, a2);
2598  if (err != Z3_error_code.Z3_OK)
2599  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2600  return res;
2601  }
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 2378 of file Native.java.

Referenced by Expr.getArgs().

2379  {
2380  long res = INTERNALgetAppArg(a0, a1, a2);
2382  if (err != Z3_error_code.Z3_OK)
2383  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2384  return res;
2385  }
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 2360 of file Native.java.

Referenced by Expr.getFuncDecl().

2361  {
2362  long res = INTERNALgetAppDecl(a0, a1);
2364  if (err != Z3_error_code.Z3_OK)
2365  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2366  return res;
2367  }
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 2369 of file Native.java.

Referenced by Expr.getNumArgs().

2370  {
2371  int res = INTERNALgetAppNumArgs(a0, a1);
2373  if (err != Z3_error_code.Z3_OK)
2374  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2375  return res;
2376  }
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 2243 of file Native.java.

Referenced by FuncDecl.getArity().

2244  {
2245  int res = INTERNALgetArity(a0, a1);
2247  if (err != Z3_error_code.Z3_OK)
2248  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2249  return res;
2250  }
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 2090 of file Native.java.

Referenced by ArraySort.getDomain().

2091  {
2092  long res = INTERNALgetArraySortDomain(a0, a1);
2094  if (err != Z3_error_code.Z3_OK)
2095  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2096  return res;
2097  }
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 2099 of file Native.java.

Referenced by ArraySort.getRange().

2100  {
2101  long res = INTERNALgetArraySortRange(a0, a1);
2103  if (err != Z3_error_code.Z3_OK)
2104  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2105  return res;
2106  }
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 4763 of file Native.java.

4764  {
4765  INTERNALgetArrayValue(a0, a1, a2, a3, a4, a5, a6);
4767  if (err != Z3_error_code.Z3_OK)
4768  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4769  }
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 2925 of file Native.java.

Referenced by Model.getFuncInterp().

2926  {
2927  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
2929  if (err != Z3_error_code.Z3_OK)
2930  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2931  return res;
2932  }
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 2405 of file Native.java.

Referenced by AST.hashCode().

2406  {
2407  int res = INTERNALgetAstHash(a0, a1);
2409  if (err != Z3_error_code.Z3_OK)
2410  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2411  return res;
2412  }
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 2396 of file Native.java.

Referenced by AST.getId().

2397  {
2398  int res = INTERNALgetAstId(a0, a1);
2400  if (err != Z3_error_code.Z3_OK)
2401  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2402  return res;
2403  }
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 2441 of file Native.java.

Referenced by AST.getASTKind().

2442  {
2443  int res = INTERNALgetAstKind(a0, a1);
2445  if (err != Z3_error_code.Z3_OK)
2446  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2447  return res;
2448  }
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 2432 of file Native.java.

Referenced by Expr.getBoolValue().

2433  {
2434  int res = INTERNALgetBoolValue(a0, a1);
2436  if (err != Z3_error_code.Z3_OK)
2437  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2438  return res;
2439  }
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 2072 of file Native.java.

Referenced by BitVecSort.getSize().

2073  {
2074  int res = INTERNALgetBvSortSize(a0, a1);
2076  if (err != Z3_error_code.Z3_OK)
2077  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2078  return res;
2079  }
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 4852 of file Native.java.

4853  {
4854  long res = INTERNALgetContextAssignment(a0);
4856  if (err != Z3_error_code.Z3_OK)
4857  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4858  return res;
4859  }
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 2144 of file Native.java.

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

2145  {
2146  long res = INTERNALgetDatatypeSortConstructor(a0, a1, a2);
2148  if (err != Z3_error_code.Z3_OK)
2149  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2150  return res;
2151  }
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 2162 of file Native.java.

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

2163  {
2164  long res = INTERNALgetDatatypeSortConstructorAccessor(a0, a1, a2, a3);
2166  if (err != Z3_error_code.Z3_OK)
2167  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2168  return res;
2169  }
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 2135 of file Native.java.

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

2136  {
2137  int res = INTERNALgetDatatypeSortNumConstructors(a0, a1);
2139  if (err != Z3_error_code.Z3_OK)
2140  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2141  return res;
2142  }
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 2153 of file Native.java.

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

2154  {
2155  long res = INTERNALgetDatatypeSortRecognizer(a0, a1, a2);
2157  if (err != Z3_error_code.Z3_OK)
2158  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2159  return res;
2160  }
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 2324 of file Native.java.

Referenced by FuncDecl.getParameters().

2325  {
2326  long res = INTERNALgetDeclAstParameter(a0, a1, a2);
2328  if (err != Z3_error_code.Z3_OK)
2329  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2330  return res;
2331  }
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 2297 of file Native.java.

Referenced by FuncDecl.getParameters().

2298  {
2299  double res = INTERNALgetDeclDoubleParameter(a0, a1, a2);
2301  if (err != Z3_error_code.Z3_OK)
2302  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2303  return res;
2304  }
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 2333 of file Native.java.

Referenced by FuncDecl.getParameters().

2334  {
2335  long res = INTERNALgetDeclFuncDeclParameter(a0, a1, a2);
2337  if (err != Z3_error_code.Z3_OK)
2338  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2339  return res;
2340  }
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 2288 of file Native.java.

Referenced by FuncDecl.getParameters().

2289  {
2290  int res = INTERNALgetDeclIntParameter(a0, a1, a2);
2292  if (err != Z3_error_code.Z3_OK)
2293  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2294  return res;
2295  }
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 2225 of file Native.java.

Referenced by FuncDecl.getDeclKind().

2226  {
2227  int res = INTERNALgetDeclKind(a0, a1);
2229  if (err != Z3_error_code.Z3_OK)
2230  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2231  return res;
2232  }
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 2216 of file Native.java.

Referenced by FuncDecl.getName().

2217  {
2218  long res = INTERNALgetDeclName(a0, a1);
2220  if (err != Z3_error_code.Z3_OK)
2221  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2222  return res;
2223  }
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 2270 of file Native.java.

Referenced by FuncDecl.getNumParameters().

2271  {
2272  int res = INTERNALgetDeclNumParameters(a0, a1);
2274  if (err != Z3_error_code.Z3_OK)
2275  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2276  return res;
2277  }
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 2279 of file Native.java.

2280  {
2281  int res = INTERNALgetDeclParameterKind(a0, a1, a2);
2283  if (err != Z3_error_code.Z3_OK)
2284  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2285  return res;
2286  }
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 2342 of file Native.java.

Referenced by FuncDecl.getParameters().

2343  {
2344  String res = INTERNALgetDeclRationalParameter(a0, a1, a2);
2346  if (err != Z3_error_code.Z3_OK)
2347  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2348  return res;
2349  }
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 2315 of file Native.java.

2316  {
2317  long res = INTERNALgetDeclSortParameter(a0, a1, a2);
2319  if (err != Z3_error_code.Z3_OK)
2320  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2321  return res;
2322  }
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 2306 of file Native.java.

2307  {
2308  long res = INTERNALgetDeclSymbolParameter(a0, a1, a2);
2310  if (err != Z3_error_code.Z3_OK)
2311  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2312  return res;
2313  }
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 2522 of file Native.java.

Referenced by RatNum.getDenominator().

2523  {
2524  long res = INTERNALgetDenominator(a0, a1);
2526  if (err != Z3_error_code.Z3_OK)
2527  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2528  return res;
2529  }
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 2252 of file Native.java.

Referenced by FuncDecl.getDomain().

2253  {
2254  long res = INTERNALgetDomain(a0, a1, a2);
2256  if (err != Z3_error_code.Z3_OK)
2257  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2258  return res;
2259  }
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 2234 of file Native.java.

Referenced by FuncDecl.getDomainSize().

2235  {
2236  int res = INTERNALgetDomainSize(a0, a1);
2238  if (err != Z3_error_code.Z3_OK)
2239  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2240  return res;
2241  }
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 3227 of file Native.java.

3228  {
3229  int res = INTERNALgetErrorCode(a0);
3230  return res;
3231  }
static native int INTERNALgetErrorCode(long a0)
static String getErrorMsg ( int  a0)
inlinestatic

Definition at line 3241 of file Native.java.

3242  {
3243  String res = INTERNALgetErrorMsg(a0);
3244  return res;
3245  }
static native String INTERNALgetErrorMsg(int a0)
static String getErrorMsgEx ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3247 of file Native.java.

3248  {
3249  String res = INTERNALgetErrorMsgEx(a0, a1);
3251  if (err != Z3_error_code.Z3_OK)
3252  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3253  return res;
3254  }
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 2081 of file Native.java.

Referenced by FiniteDomainSort.getSize().

2082  {
2083  boolean res = INTERNALgetFiniteDomainSortSize(a0, a1, a2);
2085  if (err != Z3_error_code.Z3_OK)
2086  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2087  return res;
2088  }
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 2207 of file Native.java.

Referenced by FuncDecl.getId().

2208  {
2209  int res = INTERNALgetFuncDeclId(a0, a1);
2211  if (err != Z3_error_code.Z3_OK)
2212  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2213  return res;
2214  }
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 4649 of file Native.java.

4650  {
4651  long res = INTERNALgetGuessedLiterals(a0);
4653  if (err != Z3_error_code.Z3_OK)
4654  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4655  return res;
4656  }
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 4588 of file Native.java.

4589  {
4590  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4592  if (err != Z3_error_code.Z3_OK)
4593  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4594  return res;
4595  }
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 2630 of file Native.java.

Referenced by Expr.getIndex().

2631  {
2632  int res = INTERNALgetIndexValue(a0, a1);
2634  if (err != Z3_error_code.Z3_OK)
2635  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2636  return res;
2637  }
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 5261 of file Native.java.

Referenced by InterpolationContext.GetInterpolant().

5262  {
5263  long res = INTERNALgetInterpolant(a0, a1, a2, a3);
5265  if (err != Z3_error_code.Z3_OK)
5266  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5267  return res;
5268  }
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 4675 of file Native.java.

4676  {
4677  long res = INTERNALgetLabelSymbol(a0, a1, a2);
4679  if (err != Z3_error_code.Z3_OK)
4680  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4681  return res;
4682  }
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 4684 of file Native.java.

4685  {
4686  long res = INTERNALgetLiteral(a0, a1, a2);
4688  if (err != Z3_error_code.Z3_OK)
4689  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4690  return res;
4691  }
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 4718 of file Native.java.

4719  {
4720  long res = INTERNALgetModelConstant(a0, a1, a2);
4722  if (err != Z3_error_code.Z3_OK)
4723  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4724  return res;
4725  }
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 4736 of file Native.java.

4737  {
4738  long res = INTERNALgetModelFuncDecl(a0, a1, a2);
4740  if (err != Z3_error_code.Z3_OK)
4741  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4742  return res;
4743  }
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 4771 of file Native.java.

4772  {
4773  long res = INTERNALgetModelFuncElse(a0, a1, a2);
4775  if (err != Z3_error_code.Z3_OK)
4776  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4777  return res;
4778  }
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 4798 of file Native.java.

4799  {
4800  long res = INTERNALgetModelFuncEntryArg(a0, a1, a2, a3, a4);
4802  if (err != Z3_error_code.Z3_OK)
4803  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4804  return res;
4805  }
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 4789 of file Native.java.

4790  {
4791  int res = INTERNALgetModelFuncEntryNumArgs(a0, a1, a2, a3);
4793  if (err != Z3_error_code.Z3_OK)
4794  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4795  return res;
4796  }
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 4807 of file Native.java.

4808  {
4809  long res = INTERNALgetModelFuncEntryValue(a0, a1, a2, a3);
4811  if (err != Z3_error_code.Z3_OK)
4812  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4813  return res;
4814  }
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 4780 of file Native.java.

4781  {
4782  int res = INTERNALgetModelFuncNumEntries(a0, a1, a2);
4784  if (err != Z3_error_code.Z3_OK)
4785  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4786  return res;
4787  }
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 4709 of file Native.java.

4710  {
4711  int res = INTERNALgetModelNumConstants(a0, a1);
4713  if (err != Z3_error_code.Z3_OK)
4714  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4715  return res;
4716  }
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 4727 of file Native.java.

4728  {
4729  int res = INTERNALgetModelNumFuncs(a0, a1);
4731  if (err != Z3_error_code.Z3_OK)
4732  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4733  return res;
4734  }
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 2504 of file Native.java.

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

2505  {
2506  String res = INTERNALgetNumeralDecimalString(a0, a1, a2);
2508  if (err != Z3_error_code.Z3_OK)
2509  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2510  return res;
2511  }
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 2540 of file Native.java.

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

2541  {
2542  boolean res = INTERNALgetNumeralInt(a0, a1, a2);
2544  if (err != Z3_error_code.Z3_OK)
2545  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2546  return res;
2547  }
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 2567 of file Native.java.

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

2568  {
2569  boolean res = INTERNALgetNumeralInt64(a0, a1, a2);
2571  if (err != Z3_error_code.Z3_OK)
2572  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2573  return res;
2574  }
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 2576 of file Native.java.

2577  {
2578  boolean res = INTERNALgetNumeralRationalInt64(a0, a1, a2, a3);
2580  if (err != Z3_error_code.Z3_OK)
2581  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2582  return res;
2583  }
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 2531 of file Native.java.

2532  {
2533  boolean res = INTERNALgetNumeralSmall(a0, a1, a2, a3);
2535  if (err != Z3_error_code.Z3_OK)
2536  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2537  return res;
2538  }
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 2495 of file Native.java.

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

2496  {
2497  String res = INTERNALgetNumeralString(a0, a1);
2499  if (err != Z3_error_code.Z3_OK)
2500  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2501  return res;
2502  }
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 2549 of file Native.java.

2550  {
2551  boolean res = INTERNALgetNumeralUint(a0, a1, a2);
2553  if (err != Z3_error_code.Z3_OK)
2554  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2555  return res;
2556  }
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 2558 of file Native.java.

2559  {
2560  boolean res = INTERNALgetNumeralUint64(a0, a1, a2);
2562  if (err != Z3_error_code.Z3_OK)
2563  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2564  return res;
2565  }
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 2513 of file Native.java.

Referenced by RatNum.getNumerator().

2514  {
2515  long res = INTERNALgetNumerator(a0, a1);
2517  if (err != Z3_error_code.Z3_OK)
2518  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2519  return res;
2520  }
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 4666 of file Native.java.

4667  {
4668  int res = INTERNALgetNumLiterals(a0, a1);
4670  if (err != Z3_error_code.Z3_OK)
4671  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4672  return res;
4673  }
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 4083 of file Native.java.

Referenced by Context.getNumProbes().

4084  {
4085  int res = INTERNALgetNumProbes(a0);
4087  if (err != Z3_error_code.Z3_OK)
4088  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4089  return res;
4090  }
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 4536 of file Native.java.

4537  {
4538  int res = INTERNALgetNumScopes(a0);
4540  if (err != Z3_error_code.Z3_OK)
4541  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4542  return res;
4543  }
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 4065 of file Native.java.

Referenced by Context.getNumTactics().

4066  {
4067  int res = INTERNALgetNumTactics(a0);
4069  if (err != Z3_error_code.Z3_OK)
4070  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4071  return res;
4072  }
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 2621 of file Native.java.

Referenced by Pattern.getTerms().

2622  {
2623  long res = INTERNALgetPattern(a0, a1, a2);
2625  if (err != Z3_error_code.Z3_OK)
2626  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2627  return res;
2628  }
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 2612 of file Native.java.

Referenced by Pattern.getNumTerms().

2613  {
2614  int res = INTERNALgetPatternNumTerms(a0, a1);
2616  if (err != Z3_error_code.Z3_OK)
2617  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2618  return res;
2619  }
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 4092 of file Native.java.

Referenced by Context.getProbeNames().

4093  {
4094  String res = INTERNALgetProbeName(a0, a1);
4096  if (err != Z3_error_code.Z3_OK)
4097  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4098  return res;
4099  }
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 2720 of file Native.java.

Referenced by Quantifier.getBody().

2721  {
2722  long res = INTERNALgetQuantifierBody(a0, a1);
2724  if (err != Z3_error_code.Z3_OK)
2725  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2726  return res;
2727  }
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 2702 of file Native.java.

Referenced by Quantifier.getBoundVariableNames().

2703  {
2704  long res = INTERNALgetQuantifierBoundName(a0, a1, a2);
2706  if (err != Z3_error_code.Z3_OK)
2707  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2708  return res;
2709  }
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 2711 of file Native.java.

Referenced by Quantifier.getBoundVariableSorts().

2712  {
2713  long res = INTERNALgetQuantifierBoundSort(a0, a1, a2);
2715  if (err != Z3_error_code.Z3_OK)
2716  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2717  return res;
2718  }
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 2684 of file Native.java.

Referenced by Quantifier.getNoPatterns().

2685  {
2686  long res = INTERNALgetQuantifierNoPatternAst(a0, a1, a2);
2688  if (err != Z3_error_code.Z3_OK)
2689  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2690  return res;
2691  }
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 2693 of file Native.java.

Referenced by Quantifier.getNumBound().

2694  {
2695  int res = INTERNALgetQuantifierNumBound(a0, a1);
2697  if (err != Z3_error_code.Z3_OK)
2698  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2699  return res;
2700  }
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 2675 of file Native.java.

Referenced by Quantifier.getNumNoPatterns().

2676  {
2677  int res = INTERNALgetQuantifierNumNoPatterns(a0, a1);
2679  if (err != Z3_error_code.Z3_OK)
2680  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2681  return res;
2682  }
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 2657 of file Native.java.

Referenced by Quantifier.getNumPatterns().

2658  {
2659  int res = INTERNALgetQuantifierNumPatterns(a0, a1);
2661  if (err != Z3_error_code.Z3_OK)
2662  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2663  return res;
2664  }
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 2666 of file Native.java.

Referenced by Quantifier.getPatterns().

2667  {
2668  long res = INTERNALgetQuantifierPatternAst(a0, a1, a2);
2670  if (err != Z3_error_code.Z3_OK)
2671  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2672  return res;
2673  }
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 2648 of file Native.java.

Referenced by Quantifier.getWeight().

2649  {
2650  int res = INTERNALgetQuantifierWeight(a0, a1);
2652  if (err != Z3_error_code.Z3_OK)
2653  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2654  return res;
2655  }
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 2261 of file Native.java.

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

2262  {
2263  long res = INTERNALgetRange(a0, a1);
2265  if (err != Z3_error_code.Z3_OK)
2266  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2267  return res;
2268  }
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 2171 of file Native.java.

Referenced by RelationSort.getArity().

2172  {
2173  int res = INTERNALgetRelationArity(a0, a1);
2175  if (err != Z3_error_code.Z3_OK)
2176  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2177  return res;
2178  }
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 2180 of file Native.java.

Referenced by RelationSort.getColumnSorts().

2181  {
2182  long res = INTERNALgetRelationColumn(a0, a1, a2);
2184  if (err != Z3_error_code.Z3_OK)
2185  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2186  return res;
2187  }
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 4631 of file Native.java.

4632  {
4633  long res = INTERNALgetRelevantLabels(a0);
4635  if (err != Z3_error_code.Z3_OK)
4636  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4637  return res;
4638  }
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 4640 of file Native.java.

4641  {
4642  long res = INTERNALgetRelevantLiterals(a0);
4644  if (err != Z3_error_code.Z3_OK)
4645  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4646  return res;
4647  }
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 4613 of file Native.java.

4614  {
4615  int res = INTERNALgetSearchFailure(a0);
4617  if (err != Z3_error_code.Z3_OK)
4618  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4619  return res;
4620  }
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 3173 of file Native.java.

Referenced by Context.getSMTLIBAssumptions().

3174  {
3175  long res = INTERNALgetSmtlibAssumption(a0, a1);
3177  if (err != Z3_error_code.Z3_OK)
3178  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3179  return res;
3180  }
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 3191 of file Native.java.

Referenced by Context.getSMTLIBDecls().

3192  {
3193  long res = INTERNALgetSmtlibDecl(a0, a1);
3195  if (err != Z3_error_code.Z3_OK)
3196  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3197  return res;
3198  }
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 3218 of file Native.java.

3219  {
3220  String res = INTERNALgetSmtlibError(a0);
3222  if (err != Z3_error_code.Z3_OK)
3223  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3224  return res;
3225  }
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 3155 of file Native.java.

Referenced by Context.getSMTLIBFormulas().

3156  {
3157  long res = INTERNALgetSmtlibFormula(a0, a1);
3159  if (err != Z3_error_code.Z3_OK)
3160  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3161  return res;
3162  }
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 3164 of file Native.java.

Referenced by Context.getNumSMTLIBAssumptions().

3165  {
3166  int res = INTERNALgetSmtlibNumAssumptions(a0);
3168  if (err != Z3_error_code.Z3_OK)
3169  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3170  return res;
3171  }
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 3182 of file Native.java.

Referenced by Context.getNumSMTLIBDecls().

3183  {
3184  int res = INTERNALgetSmtlibNumDecls(a0);
3186  if (err != Z3_error_code.Z3_OK)
3187  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3188  return res;
3189  }
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 3146 of file Native.java.

Referenced by Context.getNumSMTLIBFormulas().

3147  {
3148  int res = INTERNALgetSmtlibNumFormulas(a0);
3150  if (err != Z3_error_code.Z3_OK)
3151  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3152  return res;
3153  }
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 3200 of file Native.java.

Referenced by Context.getNumSMTLIBSorts().

3201  {
3202  int res = INTERNALgetSmtlibNumSorts(a0);
3204  if (err != Z3_error_code.Z3_OK)
3205  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3206  return res;
3207  }
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 3209 of file Native.java.

Referenced by Context.getSMTLIBSorts().

3210  {
3211  long res = INTERNALgetSmtlibSort(a0, a1);
3213  if (err != Z3_error_code.Z3_OK)
3214  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3215  return res;
3216  }
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 2414 of file Native.java.

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

2415  {
2416  long res = INTERNALgetSort(a0, a1);
2418  if (err != Z3_error_code.Z3_OK)
2419  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2420  return res;
2421  }
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 2036 of file Native.java.

Referenced by Sort.getId().

2037  {
2038  int res = INTERNALgetSortId(a0, a1);
2040  if (err != Z3_error_code.Z3_OK)
2041  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2042  return res;
2043  }
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 2063 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().

2064  {
2065  int res = INTERNALgetSortKind(a0, a1);
2067  if (err != Z3_error_code.Z3_OK)
2068  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2069  return res;
2070  }
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 2027 of file Native.java.

Referenced by Sort.getName().

2028  {
2029  long res = INTERNALgetSortName(a0, a1);
2031  if (err != Z3_error_code.Z3_OK)
2032  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2033  return res;
2034  }
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 2009 of file Native.java.

Referenced by IntSymbol.getInt().

2010  {
2011  int res = INTERNALgetSymbolInt(a0, a1);
2013  if (err != Z3_error_code.Z3_OK)
2014  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2015  return res;
2016  }
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 2000 of file Native.java.

Referenced by Symbol.getKind().

2001  {
2002  int res = INTERNALgetSymbolKind(a0, a1);
2004  if (err != Z3_error_code.Z3_OK)
2005  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2006  return res;
2007  }
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 2018 of file Native.java.

Referenced by StringSymbol.getString().

2019  {
2020  String res = INTERNALgetSymbolString(a0, a1);
2022  if (err != Z3_error_code.Z3_OK)
2023  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2024  return res;
2025  }
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 4074 of file Native.java.

Referenced by Context.getTacticNames().

4075  {
4076  String res = INTERNALgetTacticName(a0, a1);
4078  if (err != Z3_error_code.Z3_OK)
4079  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4080  return res;
4081  }
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 2126 of file Native.java.

Referenced by TupleSort.getFieldDecls().

2127  {
2128  long res = INTERNALgetTupleSortFieldDecl(a0, a1, a2);
2130  if (err != Z3_error_code.Z3_OK)
2131  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2132  return res;
2133  }
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 2108 of file Native.java.

Referenced by TupleSort.mkDecl().

2109  {
2110  long res = INTERNALgetTupleSortMkDecl(a0, a1);
2112  if (err != Z3_error_code.Z3_OK)
2113  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2114  return res;
2115  }
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 2117 of file Native.java.

Referenced by TupleSort.getNumFields().

2118  {
2119  int res = INTERNALgetTupleSortNumFields(a0, a1);
2121  if (err != Z3_error_code.Z3_OK)
2122  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2123  return res;
2124  }
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 3256 of file Native.java.

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

3257  {
3258  INTERNALgetVersion(a0, a1, a2, a3);
3259  }
static native void INTERNALgetVersion(IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
static boolean globalParamGet ( String  a0,
StringPtr  a1 
)
inlinestatic

Definition at line 633 of file Native.java.

Referenced by Global.getParameter().

634  {
635  boolean res = INTERNALglobalParamGet(a0, a1);
636  return res;
637  }
static native boolean INTERNALglobalParamGet(String a0, StringPtr a1)
static void globalParamResetAll ( )
inlinestatic

Definition at line 628 of file Native.java.

Referenced by Global.resetParameters().

629  {
631  }
static native void INTERNALglobalParamResetAll()
static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 623 of file Native.java.

Referenced by Global.setParameter().

624  {
625  INTERNALglobalParamSet(a0, a1);
626  }
static native void INTERNALglobalParamSet(String a0, String a1)
static void goalAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3720 of file Native.java.

Referenced by Goal.add().

3721  {
3722  INTERNALgoalAssert(a0, a1, a2);
3724  if (err != Z3_error_code.Z3_OK)
3725  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3726  }
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 3703 of file Native.java.

3704  {
3705  INTERNALgoalDecRef(a0, a1);
3707  if (err != Z3_error_code.Z3_OK)
3708  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3709  }
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 3737 of file Native.java.

Referenced by Goal.getDepth().

3738  {
3739  int res = INTERNALgoalDepth(a0, a1);
3741  if (err != Z3_error_code.Z3_OK)
3742  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3743  return res;
3744  }
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 3763 of file Native.java.

Referenced by Goal.getFormulas().

3764  {
3765  long res = INTERNALgoalFormula(a0, a1, a2);
3767  if (err != Z3_error_code.Z3_OK)
3768  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3769  return res;
3770  }
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 3728 of file Native.java.

Referenced by Goal.inconsistent().

3729  {
3730  boolean res = INTERNALgoalInconsistent(a0, a1);
3732  if (err != Z3_error_code.Z3_OK)
3733  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3734  return res;
3735  }
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 3695 of file Native.java.

3696  {
3697  INTERNALgoalIncRef(a0, a1);
3699  if (err != Z3_error_code.Z3_OK)
3700  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3701  }
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 3781 of file Native.java.

Referenced by Goal.isDecidedSat().

3782  {
3783  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
3785  if (err != Z3_error_code.Z3_OK)
3786  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3787  return res;
3788  }
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 3790 of file Native.java.

Referenced by Goal.isDecidedUnsat().

3791  {
3792  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
3794  if (err != Z3_error_code.Z3_OK)
3795  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3796  return res;
3797  }
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 3772 of file Native.java.

Referenced by Goal.getNumExprs().

3773  {
3774  int res = INTERNALgoalNumExprs(a0, a1);
3776  if (err != Z3_error_code.Z3_OK)
3777  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3778  return res;
3779  }
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 3711 of file Native.java.

Referenced by Goal.getPrecision().

3712  {
3713  int res = INTERNALgoalPrecision(a0, a1);
3715  if (err != Z3_error_code.Z3_OK)
3716  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3717  return res;
3718  }
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 3746 of file Native.java.

Referenced by Goal.reset().

3747  {
3748  INTERNALgoalReset(a0, a1);
3750  if (err != Z3_error_code.Z3_OK)
3751  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3752  }
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 3754 of file Native.java.

Referenced by Goal.size().

3755  {
3756  int res = INTERNALgoalSize(a0, a1);
3758  if (err != Z3_error_code.Z3_OK)
3759  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3760  return res;
3761  }
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 3808 of file Native.java.

Referenced by Goal.toString().

3809  {
3810  String res = INTERNALgoalToString(a0, a1);
3812  if (err != Z3_error_code.Z3_OK)
3813  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3814  return res;
3815  }
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 3799 of file Native.java.

Referenced by Goal.translate().

3800  {
3801  long res = INTERNALgoalTranslate(a0, a1, a2);
3803  if (err != Z3_error_code.Z3_OK)
3804  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3805  return res;
3806  }
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 676 of file Native.java.

677  {
678  INTERNALincRef(a0, a1);
680  if (err != Z3_error_code.Z3_OK)
681  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
682  }
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 int INTERNALfpaGetEbits ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fpaGetEbits().

static native boolean INTERNALfpaGetNumeralExponentInt64 ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected
static native String INTERNALfpaGetNumeralExponentString ( long  a0,
long  a1 
)
staticprotected
static native boolean INTERNALfpaGetNumeralSign ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected
static native String INTERNALfpaGetNumeralSignificandString ( long  a0,
long  a1 
)
staticprotected
static native int INTERNALfpaGetSbits ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fpaGetSbits().

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.fpaGetEbits(), Native.fpaGetNumeralExponentInt64(), Native.fpaGetNumeralExponentString(), Native.fpaGetNumeralSign(), Native.fpaGetNumeralSignificandString(), Native.fpaGetSbits(), 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.mkFpaAbs(), Native.mkFpaAdd(), Native.mkFpaDiv(), Native.mkFpaEq(), Native.mkFpaFma(), Native.mkFpaFp(), Native.mkFpaGeq(), Native.mkFpaGt(), Native.mkFpaInf(), Native.mkFpaIsInfinite(), Native.mkFpaIsNan(), Native.mkFpaIsNegative(), Native.mkFpaIsNormal(), Native.mkFpaIsPositive(), Native.mkFpaIsSubnormal(), Native.mkFpaIsZero(), Native.mkFpaLeq(), Native.mkFpaLt(), Native.mkFpaMax(), Native.mkFpaMin(), Native.mkFpaMul(), Native.mkFpaNan(), Native.mkFpaNeg(), Native.mkFpaNumeralDouble(), Native.mkFpaNumeralFloat(), Native.mkFpaNumeralInt(), Native.mkFpaNumeralInt64Uint64(), Native.mkFpaNumeralIntUint(), Native.mkFpaRem(), Native.mkFpaRna(), Native.mkFpaRne(), Native.mkFpaRoundingModeSort(), Native.mkFpaRoundNearestTiesToAway(), Native.mkFpaRoundNearestTiesToEven(), Native.mkFpaRoundToIntegral(), Native.mkFpaRoundTowardNegative(), Native.mkFpaRoundTowardPositive(), Native.mkFpaRoundTowardZero(), Native.mkFpaRtn(), Native.mkFpaRtp(), Native.mkFpaRtz(), Native.mkFpaSort(), Native.mkFpaSort128(), Native.mkFpaSort16(), Native.mkFpaSort32(), Native.mkFpaSort64(), Native.mkFpaSortDouble(), Native.mkFpaSortHalf(), Native.mkFpaSortQuadruple(), Native.mkFpaSortSingle(), Native.mkFpaSqrt(), Native.mkFpaSub(), Native.mkFpaToFpBv(), Native.mkFpaToFpFloat(), Native.mkFpaToFpIntReal(), Native.mkFpaToFpReal(), Native.mkFpaToFpSigned(), Native.mkFpaToFpUnsigned(), Native.mkFpaToIeeeBv(), Native.mkFpaToReal(), Native.mkFpaToSbv(), Native.mkFpaToUbv(), Native.mkFpaZero(), 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.fpaGetEbits(), Native.fpaGetNumeralExponentInt64(), Native.fpaGetNumeralExponentString(), Native.fpaGetNumeralSign(), Native.fpaGetNumeralSignificandString(), Native.fpaGetSbits(), 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.mkFpaAbs(), Native.mkFpaAdd(), Native.mkFpaDiv(), Native.mkFpaEq(), Native.mkFpaFma(), Native.mkFpaFp(), Native.mkFpaGeq(), Native.mkFpaGt(), Native.mkFpaInf(), Native.mkFpaIsInfinite(), Native.mkFpaIsNan(), Native.mkFpaIsNegative(), Native.mkFpaIsNormal(), Native.mkFpaIsPositive(), Native.mkFpaIsSubnormal(), Native.mkFpaIsZero(), Native.mkFpaLeq(), Native.mkFpaLt(), Native.mkFpaMax(), Native.mkFpaMin(), Native.mkFpaMul(), Native.mkFpaNan(), Native.mkFpaNeg(), Native.mkFpaNumeralDouble(), Native.mkFpaNumeralFloat(), Native.mkFpaNumeralInt(), Native.mkFpaNumeralInt64Uint64(), Native.mkFpaNumeralIntUint(), Native.mkFpaRem(), Native.mkFpaRna(), Native.mkFpaRne(), Native.mkFpaRoundingModeSort(), Native.mkFpaRoundNearestTiesToAway(), Native.mkFpaRoundNearestTiesToEven(), Native.mkFpaRoundToIntegral(), Native.mkFpaRoundTowardNegative(), Native.mkFpaRoundTowardPositive(), Native.mkFpaRoundTowardZero(), Native.mkFpaRtn(), Native.mkFpaRtp(), Native.mkFpaRtz(), Native.mkFpaSort(), Native.mkFpaSort128(), Native.mkFpaSort16(), Native.mkFpaSort32(), Native.mkFpaSort64(), Native.mkFpaSortDouble(), Native.mkFpaSortHalf(), Native.mkFpaSortQuadruple(), Native.mkFpaSortSingle(), Native.mkFpaSqrt(), Native.mkFpaSub(), Native.mkFpaToFpBv(), Native.mkFpaToFpFloat(), Native.mkFpaToFpIntReal(), Native.mkFpaToFpReal(), Native.mkFpaToFpSigned(), Native.mkFpaToFpUnsigned(), Native.mkFpaToIeeeBv(), Native.mkFpaToReal(), Native.mkFpaToSbv(), Native.mkFpaToUbv(), Native.mkFpaZero(), 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 INTERNALmkFpaAbs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaAbs().

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

Referenced by Native.mkFpaAdd().

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

Referenced by Native.mkFpaDiv().

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

Referenced by Native.mkFpaEq().

static native long INTERNALmkFpaFma ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFpaFma().

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

Referenced by Native.mkFpaFp().

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

Referenced by Native.mkFpaGeq().

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

Referenced by Native.mkFpaGt().

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

Referenced by Native.mkFpaInf().

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

Referenced by Native.mkFpaIsInfinite().

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

Referenced by Native.mkFpaIsNan().

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

Referenced by Native.mkFpaIsNegative().

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

Referenced by Native.mkFpaIsNormal().

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

Referenced by Native.mkFpaIsPositive().

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

Referenced by Native.mkFpaIsSubnormal().

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

Referenced by Native.mkFpaIsZero().

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

Referenced by Native.mkFpaLeq().

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

Referenced by Native.mkFpaLt().

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

Referenced by Native.mkFpaMax().

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

Referenced by Native.mkFpaMin().

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

Referenced by Native.mkFpaMul().

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

Referenced by Native.mkFpaNan().

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

Referenced by Native.mkFpaNeg().

static native long INTERNALmkFpaNumeralDouble ( long  a0,
double  a1,
long  a2 
)
staticprotected
static native long INTERNALmkFpaNumeralFloat ( long  a0,
float  a1,
long  a2 
)
staticprotected
static native long INTERNALmkFpaNumeralInt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaNumeralInt().

static native long INTERNALmkFpaNumeralInt64Uint64 ( long  a0,
boolean  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected
static native long INTERNALmkFpaNumeralIntUint ( long  a0,
boolean  a1,
int  a2,
int  a3,
long  a4 
)
staticprotected
static native long INTERNALmkFpaRem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaRem().

static native long INTERNALmkFpaRna ( long  a0)
staticprotected

Referenced by Native.mkFpaRna().

static native long INTERNALmkFpaRne ( long  a0)
staticprotected

Referenced by Native.mkFpaRne().

static native long INTERNALmkFpaRoundingModeSort ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundNearestTiesToAway ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundNearestTiesToEven ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundToIntegral ( long  a0,
long  a1,
long  a2 
)
staticprotected
static native long INTERNALmkFpaRoundTowardNegative ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundTowardPositive ( long  a0)
staticprotected
static native long INTERNALmkFpaRoundTowardZero ( long  a0)
staticprotected
static native long INTERNALmkFpaRtn ( long  a0)
staticprotected

Referenced by Native.mkFpaRtn().

static native long INTERNALmkFpaRtp ( long  a0)
staticprotected

Referenced by Native.mkFpaRtp().

static native long INTERNALmkFpaRtz ( long  a0)
staticprotected

Referenced by Native.mkFpaRtz().

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

Referenced by Native.mkFpaSort().

static native long INTERNALmkFpaSort128 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort128().

static native long INTERNALmkFpaSort16 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort16().

static native long INTERNALmkFpaSort32 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort32().

static native long INTERNALmkFpaSort64 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort64().

static native long INTERNALmkFpaSortDouble ( long  a0)
staticprotected

Referenced by Native.mkFpaSortDouble().

static native long INTERNALmkFpaSortHalf ( long  a0)
staticprotected

Referenced by Native.mkFpaSortHalf().

static native long INTERNALmkFpaSortQuadruple ( long  a0)
staticprotected
static native long INTERNALmkFpaSortSingle ( long  a0)
staticprotected

Referenced by Native.mkFpaSortSingle().

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

Referenced by Native.mkFpaSqrt().

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

Referenced by Native.mkFpaSub().

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

Referenced by Native.mkFpaToFpBv().

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

Referenced by Native.mkFpaToFpFloat().

static native long INTERNALmkFpaToFpIntReal ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFpaToFpIntReal().

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

Referenced by Native.mkFpaToFpReal().

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

Referenced by Native.mkFpaToFpSigned().

static native long INTERNALmkFpaToFpUnsigned ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
static native long INTERNALmkFpaToIeeeBv ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaToIeeeBv().

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

Referenced by Native.mkFpaToReal().

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

Referenced by Native.mkFpaToSbv().

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

Referenced by Native.mkFpaToUbv().

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

Referenced by Native.mkFpaZero().

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 5279 of file Native.java.

Referenced by InterpolationContext.InterpolationProfile().

5280  {
5281  String res = INTERNALinterpolationProfile(a0);
5283  if (err != Z3_error_code.Z3_OK)
5284  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5285  return res;
5286  }
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 700 of file Native.java.

Referenced by Context.interrupt().

701  {
702  INTERNALinterrupt(a0);
704  if (err != Z3_error_code.Z3_OK)
705  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
706  }
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 2468 of file Native.java.

Referenced by Expr.isAlgebraicNumber().

2469  {
2470  boolean res = INTERNALisAlgebraicNumber(a0, a1);
2472  if (err != Z3_error_code.Z3_OK)
2473  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2474  return res;
2475  }
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 2450 of file Native.java.

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

2451  {
2452  boolean res = INTERNALisApp(a0, a1);
2454  if (err != Z3_error_code.Z3_OK)
2455  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2456  return res;
2457  }
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 4754 of file Native.java.

4755  {
4756  boolean res = INTERNALisArrayValue(a0, a1, a2, a3);
4758  if (err != Z3_error_code.Z3_OK)
4759  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4760  return res;
4761  }
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 2916 of file Native.java.

Referenced by Model.getFuncInterp().

2917  {
2918  boolean res = INTERNALisAsArray(a0, a1);
2920  if (err != Z3_error_code.Z3_OK)
2921  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2922  return res;
2923  }
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 2387 of file Native.java.

2388  {
2389  boolean res = INTERNALisEqAst(a0, a1, a2);
2391  if (err != Z3_error_code.Z3_OK)
2392  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2393  return res;
2394  }
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 2198 of file Native.java.

2199  {
2200  boolean res = INTERNALisEqFuncDecl(a0, a1, a2);
2202  if (err != Z3_error_code.Z3_OK)
2203  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2204  return res;
2205  }
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 2054 of file Native.java.

Referenced by Expr.isBool().

2055  {
2056  boolean res = INTERNALisEqSort(a0, a1, a2);
2058  if (err != Z3_error_code.Z3_OK)
2059  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2060  return res;
2061  }
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 2459 of file Native.java.

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

2460  {
2461  boolean res = INTERNALisNumeralAst(a0, a1);
2463  if (err != Z3_error_code.Z3_OK)
2464  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2465  return res;
2466  }
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 2639 of file Native.java.

Referenced by Quantifier.isUniversal().

2640  {
2641  boolean res = INTERNALisQuantifierForall(a0, a1);
2643  if (err != Z3_error_code.Z3_OK)
2644  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2645  return res;
2646  }
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 2423 of file Native.java.

Referenced by Expr.isWellSorted().

2424  {
2425  boolean res = INTERNALisWellSorted(a0, a1);
2427  if (err != Z3_error_code.Z3_OK)
2428  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2429  return res;
2430  }
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 1145 of file Native.java.

Referenced by Context.mkAdd().

1146  {
1147  long res = INTERNALmkAdd(a0, a1, a2);
1149  if (err != Z3_error_code.Z3_OK)
1150  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1151  return res;
1152  }
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 1127 of file Native.java.

Referenced by Context.mkAnd().

1128  {
1129  long res = INTERNALmkAnd(a0, a1, a2);
1131  if (err != Z3_error_code.Z3_OK)
1132  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1133  return res;
1134  }
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 1010 of file Native.java.

1011  {
1012  long res = INTERNALmkApp(a0, a1, a2, a3);
1014  if (err != Z3_error_code.Z3_OK)
1015  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1016  return res;
1017  }
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 1748 of file Native.java.

Referenced by Context.mkTermArray().

1749  {
1750  long res = INTERNALmkArrayDefault(a0, a1);
1752  if (err != Z3_error_code.Z3_OK)
1753  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1754  return res;
1755  }
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 906 of file Native.java.

907  {
908  long res = INTERNALmkArraySort(a0, a1, a2);
910  if (err != Z3_error_code.Z3_OK)
911  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
912  return res;
913  }
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 3592 of file Native.java.

3593  {
3594  long res = INTERNALmkAstMap(a0);
3596  if (err != Z3_error_code.Z3_OK)
3597  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3598  return res;
3599  }
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 3507 of file Native.java.

3508  {
3509  long res = INTERNALmkAstVector(a0);
3511  if (err != Z3_error_code.Z3_OK)
3512  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3513  return res;
3514  }
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 861 of file Native.java.

Referenced by Expr.isBool().

862  {
863  long res = INTERNALmkBoolSort(a0);
865  if (err != Z3_error_code.Z3_OK)
866  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
867  return res;
868  }
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 1919 of file Native.java.

Referenced by Context.mkBound().

1920  {
1921  long res = INTERNALmkBound(a0, a1, a2);
1923  if (err != Z3_error_code.Z3_OK)
1924  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1925  return res;
1926  }
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 1631 of file Native.java.

Referenced by Context.mkBV2Int().

1632  {
1633  long res = INTERNALmkBv2int(a0, a1, a2);
1635  if (err != Z3_error_code.Z3_OK)
1636  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1637  return res;
1638  }
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 1370 of file Native.java.

Referenced by Context.mkBVAdd().

1371  {
1372  long res = INTERNALmkBvadd(a0, a1, a2);
1374  if (err != Z3_error_code.Z3_OK)
1375  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1376  return res;
1377  }
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 1640 of file Native.java.

Referenced by Context.mkBVAddNoOverflow().

1641  {
1642  long res = INTERNALmkBvaddNoOverflow(a0, a1, a2, a3);
1644  if (err != Z3_error_code.Z3_OK)
1645  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1646  return res;
1647  }
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 1649 of file Native.java.

Referenced by Context.mkBVAddNoUnderflow().

1650  {
1651  long res = INTERNALmkBvaddNoUnderflow(a0, a1, a2);
1653  if (err != Z3_error_code.Z3_OK)
1654  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1655  return res;
1656  }
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 1307 of file Native.java.

Referenced by Context.mkBVAND().

1308  {
1309  long res = INTERNALmkBvand(a0, a1, a2);
1311  if (err != Z3_error_code.Z3_OK)
1312  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1313  return res;
1314  }
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 1577 of file Native.java.

Referenced by Context.mkBVASHR().

1578  {
1579  long res = INTERNALmkBvashr(a0, a1, a2);
1581  if (err != Z3_error_code.Z3_OK)
1582  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1583  return res;
1584  }
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 1568 of file Native.java.

Referenced by Context.mkBVLSHR().

1569  {
1570  long res = INTERNALmkBvlshr(a0, a1, a2);
1572  if (err != Z3_error_code.Z3_OK)
1573  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1574  return res;
1575  }
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 1388 of file Native.java.

Referenced by Context.mkBVMul().

1389  {
1390  long res = INTERNALmkBvmul(a0, a1, a2);
1392  if (err != Z3_error_code.Z3_OK)
1393  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1394  return res;
1395  }
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 1694 of file Native.java.

Referenced by Context.mkBVMulNoOverflow().

1695  {
1696  long res = INTERNALmkBvmulNoOverflow(a0, a1, a2, a3);
1698  if (err != Z3_error_code.Z3_OK)
1699  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1700  return res;
1701  }
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 1703 of file Native.java.

Referenced by Context.mkBVMulNoUnderflow().

1704  {
1705  long res = INTERNALmkBvmulNoUnderflow(a0, a1, a2);
1707  if (err != Z3_error_code.Z3_OK)
1708  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1709  return res;
1710  }
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 1334 of file Native.java.

Referenced by Context.mkBVNAND().

1335  {
1336  long res = INTERNALmkBvnand(a0, a1, a2);
1338  if (err != Z3_error_code.Z3_OK)
1339  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1340  return res;
1341  }
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 1361 of file Native.java.

Referenced by Context.mkBVNeg().

1362  {
1363  long res = INTERNALmkBvneg(a0, a1);
1365  if (err != Z3_error_code.Z3_OK)
1366  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1367  return res;
1368  }
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 1685 of file Native.java.

Referenced by Context.mkBVNegNoOverflow().

1686  {
1687  long res = INTERNALmkBvnegNoOverflow(a0, a1);
1689  if (err != Z3_error_code.Z3_OK)
1690  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1691  return res;
1692  }
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 1343 of file Native.java.

Referenced by Context.mkBVNOR().

1344  {
1345  long res = INTERNALmkBvnor(a0, a1, a2);
1347  if (err != Z3_error_code.Z3_OK)
1348  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1349  return res;
1350  }
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 1280 of file Native.java.

Referenced by Context.mkBVNot().

1281  {
1282  long res = INTERNALmkBvnot(a0, a1);
1284  if (err != Z3_error_code.Z3_OK)
1285  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1286  return res;
1287  }
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 1316 of file Native.java.

Referenced by Context.mkBVOR().

1317  {
1318  long res = INTERNALmkBvor(a0, a1, a2);
1320  if (err != Z3_error_code.Z3_OK)
1321  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1322  return res;
1323  }
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 1289 of file Native.java.

Referenced by Context.mkBVRedAND().

1290  {
1291  long res = INTERNALmkBvredand(a0, a1);
1293  if (err != Z3_error_code.Z3_OK)
1294  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1295  return res;
1296  }
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 1298 of file Native.java.

Referenced by Context.mkBVRedOR().

1299  {
1300  long res = INTERNALmkBvredor(a0, a1);
1302  if (err != Z3_error_code.Z3_OK)
1303  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1304  return res;
1305  }
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 1406 of file Native.java.

Referenced by Context.mkBVSDiv().

1407  {
1408  long res = INTERNALmkBvsdiv(a0, a1, a2);
1410  if (err != Z3_error_code.Z3_OK)
1411  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1412  return res;
1413  }
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 1676 of file Native.java.

Referenced by Context.mkBVSDivNoOverflow().

1677  {
1678  long res = INTERNALmkBvsdivNoOverflow(a0, a1, a2);
1680  if (err != Z3_error_code.Z3_OK)
1681  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1682  return res;
1683  }
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 1487 of file Native.java.

Referenced by Context.mkBVSGE().

1488  {
1489  long res = INTERNALmkBvsge(a0, a1, a2);
1491  if (err != Z3_error_code.Z3_OK)
1492  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1493  return res;
1494  }
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 1505 of file Native.java.

Referenced by Context.mkBVSGT().

1506  {
1507  long res = INTERNALmkBvsgt(a0, a1, a2);
1509  if (err != Z3_error_code.Z3_OK)
1510  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1511  return res;
1512  }
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 1559 of file Native.java.

Referenced by Context.mkBVSHL().

1560  {
1561  long res = INTERNALmkBvshl(a0, a1, a2);
1563  if (err != Z3_error_code.Z3_OK)
1564  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1565  return res;
1566  }
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 1469 of file Native.java.

Referenced by Context.mkBVSLE().

1470  {
1471  long res = INTERNALmkBvsle(a0, a1, a2);
1473  if (err != Z3_error_code.Z3_OK)
1474  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1475  return res;
1476  }
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 1451 of file Native.java.

Referenced by Context.mkBVSLT().

1452  {
1453  long res = INTERNALmkBvslt(a0, a1, a2);
1455  if (err != Z3_error_code.Z3_OK)
1456  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1457  return res;
1458  }
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 1433 of file Native.java.

Referenced by Context.mkBVSMod().

1434  {
1435  long res = INTERNALmkBvsmod(a0, a1, a2);
1437  if (err != Z3_error_code.Z3_OK)
1438  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1439  return res;
1440  }
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 888 of file Native.java.

Referenced by Context.mkBitVecSort().

889  {
890  long res = INTERNALmkBvSort(a0, a1);
892  if (err != Z3_error_code.Z3_OK)
893  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
894  return res;
895  }
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 1424 of file Native.java.

Referenced by Context.mkBVSRem().

1425  {
1426  long res = INTERNALmkBvsrem(a0, a1, a2);
1428  if (err != Z3_error_code.Z3_OK)
1429  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1430  return res;
1431  }
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 1379 of file Native.java.

Referenced by Context.mkBVSub().

1380  {
1381  long res = INTERNALmkBvsub(a0, a1, a2);
1383  if (err != Z3_error_code.Z3_OK)
1384  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1385  return res;
1386  }
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 1658 of file Native.java.

Referenced by Context.mkBVSubNoOverflow().

1659  {
1660  long res = INTERNALmkBvsubNoOverflow(a0, a1, a2);
1662  if (err != Z3_error_code.Z3_OK)
1663  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1664  return res;
1665  }
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 1667 of file Native.java.

Referenced by Context.mkBVSubNoUnderflow().

1668  {
1669  long res = INTERNALmkBvsubNoUnderflow(a0, a1, a2, a3);
1671  if (err != Z3_error_code.Z3_OK)
1672  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1673  return res;
1674  }
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 1397 of file Native.java.

Referenced by Context.mkBVUDiv().

1398  {
1399  long res = INTERNALmkBvudiv(a0, a1, a2);
1401  if (err != Z3_error_code.Z3_OK)
1402  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1403  return res;
1404  }
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 1478 of file Native.java.

Referenced by Context.mkBVUGE().

1479  {
1480  long res = INTERNALmkBvuge(a0, a1, a2);
1482  if (err != Z3_error_code.Z3_OK)
1483  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1484  return res;
1485  }
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 1496 of file Native.java.

Referenced by Context.mkBVUGT().

1497  {
1498  long res = INTERNALmkBvugt(a0, a1, a2);
1500  if (err != Z3_error_code.Z3_OK)
1501  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1502  return res;
1503  }
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 1460 of file Native.java.

Referenced by Context.mkBVULE().

1461  {
1462  long res = INTERNALmkBvule(a0, a1, a2);
1464  if (err != Z3_error_code.Z3_OK)
1465  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1466  return res;
1467  }
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 1442 of file Native.java.

Referenced by Context.mkBVULT().

1443  {
1444  long res = INTERNALmkBvult(a0, a1, a2);
1446  if (err != Z3_error_code.Z3_OK)
1447  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1448  return res;
1449  }
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 1415 of file Native.java.

Referenced by Context.mkBVURem().

1416  {
1417  long res = INTERNALmkBvurem(a0, a1, a2);
1419  if (err != Z3_error_code.Z3_OK)
1420  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1421  return res;
1422  }
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 1352 of file Native.java.

Referenced by Context.mkBVXNOR().

1353  {
1354  long res = INTERNALmkBvxnor(a0, a1, a2);
1356  if (err != Z3_error_code.Z3_OK)
1357  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1358  return res;
1359  }
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 1325 of file Native.java.

Referenced by Context.mkBVXOR().

1326  {
1327  long res = INTERNALmkBvxor(a0, a1, a2);
1329  if (err != Z3_error_code.Z3_OK)
1330  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1331  return res;
1332  }
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 1514 of file Native.java.

Referenced by Context.mkConcat().

1515  {
1516  long res = INTERNALmkConcat(a0, a1, a2);
1518  if (err != Z3_error_code.Z3_OK)
1519  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1520  return res;
1521  }
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 639 of file Native.java.

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

640  {
641  long res = INTERNALmkConfig();
642  return res;
643  }
static native long INTERNALmkConfig()
static long mkConst ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1019 of file Native.java.

Referenced by Context.mkConst().

1020  {
1021  long res = INTERNALmkConst(a0, a1, a2);
1023  if (err != Z3_error_code.Z3_OK)
1024  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1025  return res;
1026  }
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 1730 of file Native.java.

Referenced by Context.mkConstArray().

1731  {
1732  long res = INTERNALmkConstArray(a0, a1, a2);
1734  if (err != Z3_error_code.Z3_OK)
1735  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1736  return res;
1737  }
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 942 of file Native.java.

943  {
944  long res = INTERNALmkConstructor(a0, a1, a2, a3, a4, a5, a6);
946  if (err != Z3_error_code.Z3_OK)
947  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
948  return res;
949  }
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 968 of file Native.java.

969  {
970  long res = INTERNALmkConstructorList(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 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 655 of file Native.java.

656  {
657  long res = INTERNALmkContext(a0);
658  if (res == 0)
659  throw new Z3Exception("Object allocation failed.");
660  return res;
661  }
static native long INTERNALmkContext(long a0)
static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 663 of file Native.java.

Referenced by Context.Context().

664  {
665  long res = INTERNALmkContextRc(a0);
666  if (res == 0)
667  throw new Z3Exception("Object allocation failed.");
668  return res;
669  }
static native long INTERNALmkContextRc(long a0)
static long mkDatatype ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 959 of file Native.java.

960  {
961  long res = INTERNALmkDatatype(a0, a1, a2, a3);
963  if (err != Z3_error_code.Z3_OK)
964  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
965  return res;
966  }
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 985 of file Native.java.

Referenced by Context.mkDatatypeSorts().

986  {
987  INTERNALmkDatatypes(a0, a1, a2, a3, a4);
989  if (err != Z3_error_code.Z3_OK)
990  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
991  }
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 1073 of file Native.java.

Referenced by Context.mkDistinct().

1074  {
1075  long res = INTERNALmkDistinct(a0, a1, a2);
1077  if (err != Z3_error_code.Z3_OK)
1078  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1079  return res;
1080  }
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 1181 of file Native.java.

Referenced by Context.mkDiv().

1182  {
1183  long res = INTERNALmkDiv(a0, a1, a2);
1185  if (err != Z3_error_code.Z3_OK)
1186  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1187  return res;
1188  }
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 1766 of file Native.java.

Referenced by Context.mkEmptySet().

1767  {
1768  long res = INTERNALmkEmptySet(a0, a1);
1770  if (err != Z3_error_code.Z3_OK)
1771  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1772  return res;
1773  }
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 924 of file Native.java.

925  {
926  long res = INTERNALmkEnumerationSort(a0, a1, a2, a3, a4, a5);
928  if (err != Z3_error_code.Z3_OK)
929  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
930  return res;
931  }
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 1064 of file Native.java.

Referenced by Context.mkEq().

1065  {
1066  long res = INTERNALmkEq(a0, a1, a2);
1068  if (err != Z3_error_code.Z3_OK)
1069  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1070  return res;
1071  }
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 1937 of file Native.java.

1938  {
1939  long res = INTERNALmkExists(a0, a1, a2, a3, a4, a5, a6, a7);
1941  if (err != Z3_error_code.Z3_OK)
1942  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1943  return res;
1944  }
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 1973 of file Native.java.

1974  {
1975  long res = INTERNALmkExistsConst(a0, a1, a2, a3, a4, a5, a6);
1977  if (err != Z3_error_code.Z3_OK)
1978  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1979  return res;
1980  }
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 1523 of file Native.java.

Referenced by Context.mkExtract().

1524  {
1525  long res = INTERNALmkExtract(a0, a1, a2, a3);
1527  if (err != Z3_error_code.Z3_OK)
1528  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1529  return res;
1530  }
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 1604 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1605  {
1606  long res = INTERNALmkExtRotateLeft(a0, a1, a2);
1608  if (err != Z3_error_code.Z3_OK)
1609  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1610  return res;
1611  }
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 1613 of file Native.java.

Referenced by Context.mkBVRotateRight().

1614  {
1615  long res = INTERNALmkExtRotateRight(a0, a1, a2);
1617  if (err != Z3_error_code.Z3_OK)
1618  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1619  return res;
1620  }
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 1055 of file Native.java.

Referenced by Context.mkFalse().

1056  {
1057  long res = INTERNALmkFalse(a0);
1059  if (err != Z3_error_code.Z3_OK)
1060  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1061  return res;
1062  }
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 897 of file Native.java.

898  {
899  long res = INTERNALmkFiniteDomainSort(a0, a1, a2);
901  if (err != Z3_error_code.Z3_OK)
902  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
903  return res;
904  }
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 3276 of file Native.java.

3277  {
3278  long res = INTERNALmkFixedpoint(a0);
3280  if (err != Z3_error_code.Z3_OK)
3281  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3282  return res;
3283  }
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 1928 of file Native.java.

1929  {
1930  long res = INTERNALmkForall(a0, a1, a2, a3, a4, a5, a6, a7);
1932  if (err != Z3_error_code.Z3_OK)
1933  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1934  return res;
1935  }
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 1964 of file Native.java.

1965  {
1966  long res = INTERNALmkForallConst(a0, a1, a2, a3, a4, a5, a6);
1968  if (err != Z3_error_code.Z3_OK)
1969  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1970  return res;
1971  }
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 mkFpaAbs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5575 of file Native.java.

Referenced by Context.mkFPAbs().

5576  {
5577  long res = INTERNALmkFpaAbs(a0, a1);
5579  if (err != Z3_error_code.Z3_OK)
5580  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5581  return res;
5582  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaAbs(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkFpaAdd ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5593 of file Native.java.

Referenced by Context.mkFPAdd().

5594  {
5595  long res = INTERNALmkFpaAdd(a0, a1, a2, a3);
5597  if (err != Z3_error_code.Z3_OK)
5598  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5599  return res;
5600  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaAdd(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaDiv ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5620 of file Native.java.

Referenced by Context.mkFPDiv().

5621  {
5622  long res = INTERNALmkFpaDiv(a0, a1, a2, a3);
5624  if (err != Z3_error_code.Z3_OK)
5625  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5626  return res;
5627  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaDiv(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5719 of file Native.java.

Referenced by Context.mkFPEq().

5720  {
5721  long res = INTERNALmkFpaEq(a0, a1, a2);
5723  if (err != Z3_error_code.Z3_OK)
5724  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5725  return res;
5726  }
static native long INTERNALmkFpaEq(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 mkFpaFma ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5629 of file Native.java.

Referenced by Context.mkFPFMA().

5630  {
5631  long res = INTERNALmkFpaFma(a0, a1, a2, a3, a4);
5633  if (err != Z3_error_code.Z3_OK)
5634  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5635  return res;
5636  }
static native long INTERNALmkFpaFma(long a0, long 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 mkFpaFp ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5521 of file Native.java.

Referenced by Context.mkFP().

5522  {
5523  long res = INTERNALmkFpaFp(a0, a1, a2, a3);
5525  if (err != Z3_error_code.Z3_OK)
5526  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5527  return res;
5528  }
static native long INTERNALmkFpaFp(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 mkFpaGeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5701 of file Native.java.

Referenced by Context.mkFPGEq().

5702  {
5703  long res = INTERNALmkFpaGeq(a0, a1, a2);
5705  if (err != Z3_error_code.Z3_OK)
5706  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5707  return res;
5708  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaGeq(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5710 of file Native.java.

Referenced by Context.mkFPGt().

5711  {
5712  long res = INTERNALmkFpaGt(a0, a1, a2);
5714  if (err != Z3_error_code.Z3_OK)
5715  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5716  return res;
5717  }
static native long INTERNALmkFpaGt(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 mkFpaInf ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 5503 of file Native.java.

Referenced by Context.mkFPInf().

5504  {
5505  long res = INTERNALmkFpaInf(a0, a1, a2);
5507  if (err != Z3_error_code.Z3_OK)
5508  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5509  return res;
5510  }
static native long INTERNALmkFpaInf(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 mkFpaIsInfinite ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5755 of file Native.java.

Referenced by Context.mkFPIsInfinite().

5756  {
5757  long res = INTERNALmkFpaIsInfinite(a0, a1);
5759  if (err != Z3_error_code.Z3_OK)
5760  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5761  return res;
5762  }
static native long INTERNALmkFpaIsInfinite(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 mkFpaIsNan ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5764 of file Native.java.

Referenced by Context.mkFPIsNaN().

5765  {
5766  long res = INTERNALmkFpaIsNan(a0, a1);
5768  if (err != Z3_error_code.Z3_OK)
5769  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5770  return res;
5771  }
static native long INTERNALmkFpaIsNan(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 mkFpaIsNegative ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5773 of file Native.java.

Referenced by Context.mkFPIsNegative().

5774  {
5775  long res = INTERNALmkFpaIsNegative(a0, a1);
5777  if (err != Z3_error_code.Z3_OK)
5778  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5779  return res;
5780  }
static native long INTERNALmkFpaIsNegative(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 mkFpaIsNormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5728 of file Native.java.

Referenced by Context.mkFPIsNormal().

5729  {
5730  long res = INTERNALmkFpaIsNormal(a0, a1);
5732  if (err != Z3_error_code.Z3_OK)
5733  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5734  return res;
5735  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaIsNormal(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkFpaIsPositive ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5782 of file Native.java.

Referenced by Context.mkFPIsPositive().

5783  {
5784  long res = INTERNALmkFpaIsPositive(a0, a1);
5786  if (err != Z3_error_code.Z3_OK)
5787  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5788  return res;
5789  }
static native long INTERNALmkFpaIsPositive(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 mkFpaIsSubnormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5737 of file Native.java.

Referenced by Context.mkFPIsSubnormal().

5738  {
5739  long res = INTERNALmkFpaIsSubnormal(a0, a1);
5741  if (err != Z3_error_code.Z3_OK)
5742  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5743  return res;
5744  }
static native long INTERNALmkFpaIsSubnormal(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 mkFpaIsZero ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5746 of file Native.java.

Referenced by Context.mkFPIsZero().

5747  {
5748  long res = INTERNALmkFpaIsZero(a0, a1);
5750  if (err != Z3_error_code.Z3_OK)
5751  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5752  return res;
5753  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaIsZero(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkFpaLeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5683 of file Native.java.

Referenced by Context.mkFPLEq().

5684  {
5685  long res = INTERNALmkFpaLeq(a0, a1, a2);
5687  if (err != Z3_error_code.Z3_OK)
5688  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5689  return res;
5690  }
static native long INTERNALmkFpaLeq(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 mkFpaLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5692 of file Native.java.

Referenced by Context.mkFPLt().

5693  {
5694  long res = INTERNALmkFpaLt(a0, a1, a2);
5696  if (err != Z3_error_code.Z3_OK)
5697  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5698  return res;
5699  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaLt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaMax ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5674 of file Native.java.

Referenced by Context.mkFPMax().

5675  {
5676  long res = INTERNALmkFpaMax(a0, a1, a2);
5678  if (err != Z3_error_code.Z3_OK)
5679  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5680  return res;
5681  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkFpaMax(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaMin ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5665 of file Native.java.

Referenced by Context.mkFPMin().

5666  {
5667  long res = INTERNALmkFpaMin(a0, a1, a2);
5669  if (err != Z3_error_code.Z3_OK)
5670  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5671  return res;
5672  }
static native long INTERNALmkFpaMin(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 mkFpaMul ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5611 of file Native.java.

Referenced by Context.mkFPMul().

5612  {
5613  long res = INTERNALmkFpaMul(a0, a1, a2, a3);
5615  if (err != Z3_error_code.Z3_OK)
5616  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5617  return res;
5618  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaMul(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaNan ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5494 of file Native.java.

Referenced by Context.mkFPNaN().

5495  {
5496  long res = INTERNALmkFpaNan(a0, a1);
5498  if (err != Z3_error_code.Z3_OK)
5499  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5500  return res;
5501  }
static native long INTERNALmkFpaNan(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 mkFpaNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5584 of file Native.java.

Referenced by Context.mkFPNeg().

5585  {
5586  long res = INTERNALmkFpaNeg(a0, a1);
5588  if (err != Z3_error_code.Z3_OK)
5589  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5590  return res;
5591  }
static native long INTERNALmkFpaNeg(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 mkFpaNumeralDouble ( long  a0,
double  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5539 of file Native.java.

Referenced by Context.mkFPNumeral().

5540  {
5541  long res = INTERNALmkFpaNumeralDouble(a0, a1, a2);
5543  if (err != Z3_error_code.Z3_OK)
5544  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5545  return res;
5546  }
static native long INTERNALmkFpaNumeralDouble(long a0, double 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 mkFpaNumeralFloat ( long  a0,
float  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5530 of file Native.java.

Referenced by Context.mkFPNumeral().

5531  {
5532  long res = INTERNALmkFpaNumeralFloat(a0, a1, a2);
5534  if (err != Z3_error_code.Z3_OK)
5535  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5536  return res;
5537  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaNumeralFloat(long a0, float a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaNumeralInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5548 of file Native.java.

Referenced by Context.mkFPNumeral().

5549  {
5550  long res = INTERNALmkFpaNumeralInt(a0, a1, a2);
5552  if (err != Z3_error_code.Z3_OK)
5553  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5554  return res;
5555  }
static native long INTERNALmkFpaNumeralInt(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 mkFpaNumeralInt64Uint64 ( long  a0,
boolean  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5566 of file Native.java.

Referenced by Context.mkFPNumeral().

5567  {
5568  long res = INTERNALmkFpaNumeralInt64Uint64(a0, a1, a2, a3, a4);
5570  if (err != Z3_error_code.Z3_OK)
5571  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5572  return res;
5573  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkFpaNumeralInt64Uint64(long a0, boolean a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaNumeralIntUint ( long  a0,
boolean  a1,
int  a2,
int  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5557 of file Native.java.

Referenced by Context.mkFPNumeral().

5558  {
5559  long res = INTERNALmkFpaNumeralIntUint(a0, a1, a2, a3, a4);
5561  if (err != Z3_error_code.Z3_OK)
5562  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5563  return res;
5564  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaNumeralIntUint(long a0, boolean a1, int a2, int a3, long a4)
static final Z3_error_code fromInt(int v)
static long mkFpaRem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5647 of file Native.java.

Referenced by Context.mkFPRem().

5648  {
5649  long res = INTERNALmkFpaRem(a0, a1, a2);
5651  if (err != Z3_error_code.Z3_OK)
5652  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5653  return res;
5654  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRem(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaRna ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5350 of file Native.java.

Referenced by Context.mkFPRNA().

5351  {
5352  long res = INTERNALmkFpaRna(a0);
5354  if (err != Z3_error_code.Z3_OK)
5355  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5356  return res;
5357  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRna(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRne ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5332 of file Native.java.

Referenced by Context.mkFPRNE().

5333  {
5334  long res = INTERNALmkFpaRne(a0);
5336  if (err != Z3_error_code.Z3_OK)
5337  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5338  return res;
5339  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRne(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundingModeSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5314 of file Native.java.

Referenced by FPRMSort.FPRMSort().

5315  {
5316  long res = INTERNALmkFpaRoundingModeSort(a0);
5318  if (err != Z3_error_code.Z3_OK)
5319  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5320  return res;
5321  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundingModeSort(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundNearestTiesToAway ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5341 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToAway().

5342  {
5343  long res = INTERNALmkFpaRoundNearestTiesToAway(a0);
5345  if (err != Z3_error_code.Z3_OK)
5346  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5347  return res;
5348  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundNearestTiesToAway(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundNearestTiesToEven ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5323 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToEven().

5324  {
5325  long res = INTERNALmkFpaRoundNearestTiesToEven(a0);
5327  if (err != Z3_error_code.Z3_OK)
5328  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5329  return res;
5330  }
static native long INTERNALmkFpaRoundNearestTiesToEven(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 mkFpaRoundToIntegral ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5656 of file Native.java.

Referenced by Context.mkFPRoundToIntegral().

5657  {
5658  long res = INTERNALmkFpaRoundToIntegral(a0, a1, a2);
5660  if (err != Z3_error_code.Z3_OK)
5661  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5662  return res;
5663  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkFpaRoundToIntegral(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundTowardNegative ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5377 of file Native.java.

Referenced by Context.mkFPRoundTowardNegative().

5378  {
5379  long res = INTERNALmkFpaRoundTowardNegative(a0);
5381  if (err != Z3_error_code.Z3_OK)
5382  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5383  return res;
5384  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundTowardNegative(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundTowardPositive ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5359 of file Native.java.

Referenced by Context.mkFPRoundTowardPositive().

5360  {
5361  long res = INTERNALmkFpaRoundTowardPositive(a0);
5363  if (err != Z3_error_code.Z3_OK)
5364  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5365  return res;
5366  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native long INTERNALmkFpaRoundTowardPositive(long a0)
static native int INTERNALgetErrorCode(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRoundTowardZero ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5395 of file Native.java.

Referenced by Context.mkFPRoundTowardZero().

5396  {
5397  long res = INTERNALmkFpaRoundTowardZero(a0);
5399  if (err != Z3_error_code.Z3_OK)
5400  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5401  return res;
5402  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundTowardZero(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRtn ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5386 of file Native.java.

Referenced by Context.mkFPRTN().

5387  {
5388  long res = INTERNALmkFpaRtn(a0);
5390  if (err != Z3_error_code.Z3_OK)
5391  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5392  return res;
5393  }
static native long INTERNALmkFpaRtn(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 mkFpaRtp ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5368 of file Native.java.

Referenced by Context.mkFPRTP().

5369  {
5370  long res = INTERNALmkFpaRtp(a0);
5372  if (err != Z3_error_code.Z3_OK)
5373  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5374  return res;
5375  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRtp(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaRtz ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5404 of file Native.java.

Referenced by Context.mkFPRTZ().

5405  {
5406  long res = INTERNALmkFpaRtz(a0);
5408  if (err != Z3_error_code.Z3_OK)
5409  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5410  return res;
5411  }
static native long INTERNALmkFpaRtz(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 mkFpaSort ( long  a0,
int  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5413 of file Native.java.

Referenced by FPSort.FPSort().

5414  {
5415  long res = INTERNALmkFpaSort(a0, a1, a2);
5417  if (err != Z3_error_code.Z3_OK)
5418  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5419  return res;
5420  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort(long a0, int a1, int a2)
static final Z3_error_code fromInt(int v)
static long mkFpaSort128 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5485 of file Native.java.

Referenced by Context.mkFPSort128().

5486  {
5487  long res = INTERNALmkFpaSort128(a0);
5489  if (err != Z3_error_code.Z3_OK)
5490  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5491  return res;
5492  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort128(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSort16 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5431 of file Native.java.

Referenced by Context.mkFPSort16().

5432  {
5433  long res = INTERNALmkFpaSort16(a0);
5435  if (err != Z3_error_code.Z3_OK)
5436  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5437  return res;
5438  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort16(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSort32 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5449 of file Native.java.

Referenced by Context.mkFPSort32().

5450  {
5451  long res = INTERNALmkFpaSort32(a0);
5453  if (err != Z3_error_code.Z3_OK)
5454  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5455  return res;
5456  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort32(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSort64 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5467 of file Native.java.

Referenced by Context.mkFPSort64().

5468  {
5469  long res = INTERNALmkFpaSort64(a0);
5471  if (err != Z3_error_code.Z3_OK)
5472  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5473  return res;
5474  }
static native long INTERNALmkFpaSort64(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 mkFpaSortDouble ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5458 of file Native.java.

Referenced by Context.mkFPSortDouble().

5459  {
5460  long res = INTERNALmkFpaSortDouble(a0);
5462  if (err != Z3_error_code.Z3_OK)
5463  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5464  return res;
5465  }
static native long INTERNALmkFpaSortDouble(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 mkFpaSortHalf ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5422 of file Native.java.

Referenced by Context.mkFPSortHalf().

5423  {
5424  long res = INTERNALmkFpaSortHalf(a0);
5426  if (err != Z3_error_code.Z3_OK)
5427  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5428  return res;
5429  }
static native long INTERNALmkFpaSortHalf(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 mkFpaSortQuadruple ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5476 of file Native.java.

Referenced by Context.mkFPSortQuadruple().

5477  {
5478  long res = INTERNALmkFpaSortQuadruple(a0);
5480  if (err != Z3_error_code.Z3_OK)
5481  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5482  return res;
5483  }
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 INTERNALmkFpaSortQuadruple(long a0)
static long mkFpaSortSingle ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5440 of file Native.java.

Referenced by Context.mkFPSortSingle().

5441  {
5442  long res = INTERNALmkFpaSortSingle(a0);
5444  if (err != Z3_error_code.Z3_OK)
5445  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5446  return res;
5447  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSortSingle(long a0)
static final Z3_error_code fromInt(int v)
static long mkFpaSqrt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5638 of file Native.java.

Referenced by Context.mkFPSqrt().

5639  {
5640  long res = INTERNALmkFpaSqrt(a0, a1, a2);
5642  if (err != Z3_error_code.Z3_OK)
5643  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5644  return res;
5645  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSqrt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaSub ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5602 of file Native.java.

Referenced by Context.mkFPSub().

5603  {
5604  long res = INTERNALmkFpaSub(a0, a1, a2, a3);
5606  if (err != Z3_error_code.Z3_OK)
5607  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5608  return res;
5609  }
static native long INTERNALmkFpaSub(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 mkFpaToFpBv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5791 of file Native.java.

Referenced by Context.mkFPToFP().

5792  {
5793  long res = INTERNALmkFpaToFpBv(a0, a1, a2);
5795  if (err != Z3_error_code.Z3_OK)
5796  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5797  return res;
5798  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpBv(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static long mkFpaToFpFloat ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5800 of file Native.java.

Referenced by Context.mkFPToFP().

5801  {
5802  long res = INTERNALmkFpaToFpFloat(a0, a1, a2, a3);
5804  if (err != Z3_error_code.Z3_OK)
5805  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5806  return res;
5807  }
static native long INTERNALmkFpaToFpFloat(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 mkFpaToFpIntReal ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5926 of file Native.java.

Referenced by Context.mkFPToFP().

5927  {
5928  long res = INTERNALmkFpaToFpIntReal(a0, a1, a2, a3, a4);
5930  if (err != Z3_error_code.Z3_OK)
5931  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5932  return res;
5933  }
static native long INTERNALmkFpaToFpIntReal(long a0, long 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 mkFpaToFpReal ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5809 of file Native.java.

Referenced by Context.mkFPToFP().

5810  {
5811  long res = INTERNALmkFpaToFpReal(a0, a1, a2, a3);
5813  if (err != Z3_error_code.Z3_OK)
5814  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5815  return res;
5816  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpReal(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaToFpSigned ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5818 of file Native.java.

Referenced by Context.mkFPToFP().

5819  {
5820  long res = INTERNALmkFpaToFpSigned(a0, a1, a2, a3);
5822  if (err != Z3_error_code.Z3_OK)
5823  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5824  return res;
5825  }
static native long INTERNALmkFpaToFpSigned(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 mkFpaToFpUnsigned ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5827 of file Native.java.

Referenced by Context.mkFPToFP().

5828  {
5829  long res = INTERNALmkFpaToFpUnsigned(a0, a1, a2, a3);
5831  if (err != Z3_error_code.Z3_OK)
5832  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5833  return res;
5834  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpUnsigned(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)
static long mkFpaToIeeeBv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5917 of file Native.java.

Referenced by Context.mkFPToIEEEBV().

5918  {
5919  long res = INTERNALmkFpaToIeeeBv(a0, a1);
5921  if (err != Z3_error_code.Z3_OK)
5922  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5923  return res;
5924  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToIeeeBv(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkFpaToReal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5854 of file Native.java.

Referenced by Context.mkFPToReal().

5855  {
5856  long res = INTERNALmkFpaToReal(a0, a1);
5858  if (err != Z3_error_code.Z3_OK)
5859  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5860  return res;
5861  }
static native long INTERNALmkFpaToReal(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 mkFpaToSbv ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 5845 of file Native.java.

Referenced by Context.mkFPToBV().

5846  {
5847  long res = INTERNALmkFpaToSbv(a0, a1, a2, a3);
5849  if (err != Z3_error_code.Z3_OK)
5850  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5851  return res;
5852  }
static native long INTERNALmkFpaToSbv(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 long mkFpaToUbv ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 5836 of file Native.java.

Referenced by Context.mkFPToBV().

5837  {
5838  long res = INTERNALmkFpaToUbv(a0, a1, a2, a3);
5840  if (err != Z3_error_code.Z3_OK)
5841  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5842  return res;
5843  }
static native long INTERNALmkFpaToUbv(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 long mkFpaZero ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 5512 of file Native.java.

Referenced by Context.mkFPZero().

5513  {
5514  long res = INTERNALmkFpaZero(a0, a1, a2);
5516  if (err != Z3_error_code.Z3_OK)
5517  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5518  return res;
5519  }
static native long INTERNALmkFpaZero(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 mkFreshConst ( long  a0,
String  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1037 of file Native.java.

Referenced by Context.mkFreshConst().

1038  {
1039  long res = INTERNALmkFreshConst(a0, a1, a2);
1041  if (err != Z3_error_code.Z3_OK)
1042  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1043  return res;
1044  }
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 1028 of file Native.java.

1029  {
1030  long res = INTERNALmkFreshFuncDecl(a0, a1, a2, a3, a4);
1032  if (err != Z3_error_code.Z3_OK)
1033  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1034  return res;
1035  }
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 1775 of file Native.java.

Referenced by Context.mkFullSet().

1776  {
1777  long res = INTERNALmkFullSet(a0, a1);
1779  if (err != Z3_error_code.Z3_OK)
1780  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1781  return res;
1782  }
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 1001 of file Native.java.

1002  {
1003  long res = INTERNALmkFuncDecl(a0, a1, a2, a3, a4);
1005  if (err != Z3_error_code.Z3_OK)
1006  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1007  return res;
1008  }
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 1244 of file Native.java.

Referenced by Context.mkGe().

1245  {
1246  long res = INTERNALmkGe(a0, a1, a2);
1248  if (err != Z3_error_code.Z3_OK)
1249  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1250  return res;
1251  }
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 3686 of file Native.java.

3687  {
3688  long res = INTERNALmkGoal(a0, a1, a2, a3);
3690  if (err != Z3_error_code.Z3_OK)
3691  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3692  return res;
3693  }
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 1235 of file Native.java.

Referenced by Context.mkGt().

1236  {
1237  long res = INTERNALmkGt(a0, a1, a2);
1239  if (err != Z3_error_code.Z3_OK)
1240  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1241  return res;
1242  }
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 1100 of file Native.java.

Referenced by Context.mkIff().

1101  {
1102  long res = INTERNALmkIff(a0, a1, a2);
1104  if (err != Z3_error_code.Z3_OK)
1105  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1106  return res;
1107  }
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 1109 of file Native.java.

Referenced by Context.mkImplies().

1110  {
1111  long res = INTERNALmkImplies(a0, a1, a2);
1113  if (err != Z3_error_code.Z3_OK)
1114  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1115  return res;
1116  }
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 4503 of file Native.java.

4504  {
4505  long res = INTERNALmkInjectiveFunction(a0, a1, a2, a3, a4);
4507  if (err != Z3_error_code.Z3_OK)
4508  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4509  return res;
4510  }
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 1874 of file Native.java.

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

1875  {
1876  long res = INTERNALmkInt(a0, a1, a2);
1878  if (err != Z3_error_code.Z3_OK)
1879  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1880  return res;
1881  }
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 1622 of file Native.java.

Referenced by Context.mkInt2BV().

1623  {
1624  long res = INTERNALmkInt2bv(a0, a1, a2);
1626  if (err != Z3_error_code.Z3_OK)
1627  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1628  return res;
1629  }
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 1253 of file Native.java.

Referenced by Context.mkInt2Real().

1254  {
1255  long res = INTERNALmkInt2real(a0, a1);
1257  if (err != Z3_error_code.Z3_OK)
1258  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1259  return res;
1260  }
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 1892 of file Native.java.

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

1893  {
1894  long res = INTERNALmkInt64(a0, a1, a2);
1896  if (err != Z3_error_code.Z3_OK)
1897  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1898  return res;
1899  }
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 5246 of file Native.java.

Referenced by InterpolationContext.MkInterpolant().

5247  {
5248  long res = INTERNALmkInterpolant(a0, a1);
5250  if (err != Z3_error_code.Z3_OK)
5251  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5252  return res;
5253  }
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 5255 of file Native.java.

Referenced by InterpolationContext.InterpolationContext().

5256  {
5257  long res = INTERNALmkInterpolationContext(a0);
5258  return res;
5259  }
static native long INTERNALmkInterpolationContext(long a0)
static long mkIntSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 870 of file Native.java.

871  {
872  long res = INTERNALmkIntSort(a0);
874  if (err != Z3_error_code.Z3_OK)
875  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
876  return res;
877  }
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 834 of file Native.java.

835  {
836  long res = INTERNALmkIntSymbol(a0, a1);
838  if (err != Z3_error_code.Z3_OK)
839  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
840  return res;
841  }
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 1271 of file Native.java.

Referenced by Context.mkIsInteger().

1272  {
1273  long res = INTERNALmkIsInt(a0, a1);
1275  if (err != Z3_error_code.Z3_OK)
1276  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1277  return res;
1278  }
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 1091 of file Native.java.

Referenced by Context.mkITE().

1092  {
1093  long res = INTERNALmkIte(a0, a1, a2, a3);
1095  if (err != Z3_error_code.Z3_OK)
1096  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1097  return res;
1098  }
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 4622 of file Native.java.

4623  {
4624  long res = INTERNALmkLabel(a0, a1, a2, a3);
4626  if (err != Z3_error_code.Z3_OK)
4627  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4628  return res;
4629  }
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 1226 of file Native.java.

Referenced by Context.mkLe().

1227  {
1228  long res = INTERNALmkLe(a0, a1, a2);
1230  if (err != Z3_error_code.Z3_OK)
1231  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1232  return res;
1233  }
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 933 of file Native.java.

934  {
935  long res = INTERNALmkListSort(a0, a1, a2, a3, a4, a5, a6, a7, a8);
937  if (err != Z3_error_code.Z3_OK)
938  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
939  return res;
940  }
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 1217 of file Native.java.

Referenced by Context.mkLt().

1218  {
1219  long res = INTERNALmkLt(a0, a1, a2);
1221  if (err != Z3_error_code.Z3_OK)
1222  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1223  return res;
1224  }
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 1739 of file Native.java.

Referenced by Context.mkMap().

1740  {
1741  long res = INTERNALmkMap(a0, a1, a2, a3);
1743  if (err != Z3_error_code.Z3_OK)
1744  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1745  return res;
1746  }
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 1190 of file Native.java.

Referenced by Context.mkMod().

1191  {
1192  long res = INTERNALmkMod(a0, a1, a2);
1194  if (err != Z3_error_code.Z3_OK)
1195  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1196  return res;
1197  }
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 1154 of file Native.java.

Referenced by Context.mkMul().

1155  {
1156  long res = INTERNALmkMul(a0, a1, a2);
1158  if (err != Z3_error_code.Z3_OK)
1159  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1160  return res;
1161  }
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 1082 of file Native.java.

Referenced by Context.mkNot().

1083  {
1084  long res = INTERNALmkNot(a0, a1);
1086  if (err != Z3_error_code.Z3_OK)
1087  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1088  return res;
1089  }
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 1856 of file Native.java.

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

1857  {
1858  long res = INTERNALmkNumeral(a0, a1, a2);
1860  if (err != Z3_error_code.Z3_OK)
1861  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1862  return res;
1863  }
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 1136 of file Native.java.

Referenced by Context.mkOr().

1137  {
1138  long res = INTERNALmkOr(a0, a1, a2);
1140  if (err != Z3_error_code.Z3_OK)
1141  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1142  return res;
1143  }
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 708 of file Native.java.

709  {
710  long res = INTERNALmkParams(a0);
712  if (err != Z3_error_code.Z3_OK)
713  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
714  return res;
715  }
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 1910 of file Native.java.

Referenced by Context.mkPattern().

1911  {
1912  long res = INTERNALmkPattern(a0, a1, a2);
1914  if (err != Z3_error_code.Z3_OK)
1915  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1916  return res;
1917  }
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 1208 of file Native.java.

Referenced by Context.mkPower().

1209  {
1210  long res = INTERNALmkPower(a0, a1, a2);
1212  if (err != Z3_error_code.Z3_OK)
1213  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1214  return res;
1215  }
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 3842 of file Native.java.

3843  {
3844  long res = INTERNALmkProbe(a0, a1);
3846  if (err != Z3_error_code.Z3_OK)
3847  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3848  return res;
3849  }
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 1946 of file Native.java.

1947  {
1948  long res = INTERNALmkQuantifier(a0, a1, a2, a3, a4, a5, a6, a7, a8);
1950  if (err != Z3_error_code.Z3_OK)
1951  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1952  return res;
1953  }
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 1982 of file Native.java.

1983  {
1984  long res = INTERNALmkQuantifierConst(a0, a1, a2, a3, a4, a5, a6, a7);
1986  if (err != Z3_error_code.Z3_OK)
1987  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1988  return res;
1989  }
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 1991 of file Native.java.

1992  {
1993  long res = INTERNALmkQuantifierConstEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
1995  if (err != Z3_error_code.Z3_OK)
1996  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1997  return res;
1998  }
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 1955 of file Native.java.

1956  {
1957  long res = INTERNALmkQuantifierEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
1959  if (err != Z3_error_code.Z3_OK)
1960  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1961  return res;
1962  }
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 1865 of file Native.java.

Referenced by Context.mkReal().

1866  {
1867  long res = INTERNALmkReal(a0, a1, a2);
1869  if (err != Z3_error_code.Z3_OK)
1870  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1871  return res;
1872  }
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 1262 of file Native.java.

Referenced by Context.mkReal2Int().

1263  {
1264  long res = INTERNALmkReal2int(a0, a1);
1266  if (err != Z3_error_code.Z3_OK)
1267  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1268  return res;
1269  }
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 879 of file Native.java.

880  {
881  long res = INTERNALmkRealSort(a0);
883  if (err != Z3_error_code.Z3_OK)
884  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
885  return res;
886  }
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 1199 of file Native.java.

Referenced by Context.mkRem().

1200  {
1201  long res = INTERNALmkRem(a0, a1, a2);
1203  if (err != Z3_error_code.Z3_OK)
1204  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1205  return res;
1206  }
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 1550 of file Native.java.

Referenced by Context.mkRepeat().

1551  {
1552  long res = INTERNALmkRepeat(a0, a1, a2);
1554  if (err != Z3_error_code.Z3_OK)
1555  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1556  return res;
1557  }
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 1586 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1587  {
1588  long res = INTERNALmkRotateLeft(a0, a1, a2);
1590  if (err != Z3_error_code.Z3_OK)
1591  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1592  return res;
1593  }
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 1595 of file Native.java.

Referenced by Context.mkBVRotateRight().

1596  {
1597  long res = INTERNALmkRotateRight(a0, a1, a2);
1599  if (err != Z3_error_code.Z3_OK)
1600  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1601  return res;
1602  }
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 1712 of file Native.java.

Referenced by Context.mkSelect().

1713  {
1714  long res = INTERNALmkSelect(a0, a1, a2);
1716  if (err != Z3_error_code.Z3_OK)
1717  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1718  return res;
1719  }
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 1784 of file Native.java.

Referenced by Context.mkSetAdd().

1785  {
1786  long res = INTERNALmkSetAdd(a0, a1, a2);
1788  if (err != Z3_error_code.Z3_OK)
1789  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1790  return res;
1791  }
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 1829 of file Native.java.

Referenced by Context.mkSetComplement().

1830  {
1831  long res = INTERNALmkSetComplement(a0, a1);
1833  if (err != Z3_error_code.Z3_OK)
1834  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1835  return res;
1836  }
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 1793 of file Native.java.

Referenced by Context.mkSetDel().

1794  {
1795  long res = INTERNALmkSetDel(a0, a1, a2);
1797  if (err != Z3_error_code.Z3_OK)
1798  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1799  return res;
1800  }
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 1820 of file Native.java.

Referenced by Context.mkSetDifference().

1821  {
1822  long res = INTERNALmkSetDifference(a0, a1, a2);
1824  if (err != Z3_error_code.Z3_OK)
1825  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1826  return res;
1827  }
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 1811 of file Native.java.

Referenced by Context.mkSetIntersection().

1812  {
1813  long res = INTERNALmkSetIntersect(a0, a1, a2);
1815  if (err != Z3_error_code.Z3_OK)
1816  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1817  return res;
1818  }
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 1838 of file Native.java.

Referenced by Context.mkSetMembership().

1839  {
1840  long res = INTERNALmkSetMember(a0, a1, a2);
1842  if (err != Z3_error_code.Z3_OK)
1843  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1844  return res;
1845  }
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 1757 of file Native.java.

1758  {
1759  long res = INTERNALmkSetSort(a0, a1);
1761  if (err != Z3_error_code.Z3_OK)
1762  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1763  return res;
1764  }
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 1847 of file Native.java.

Referenced by Context.mkSetSubset().

1848  {
1849  long res = INTERNALmkSetSubset(a0, a1, a2);
1851  if (err != Z3_error_code.Z3_OK)
1852  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1853  return res;
1854  }
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 1802 of file Native.java.

Referenced by Context.mkSetUnion().

1803  {
1804  long res = INTERNALmkSetUnion(a0, a1, a2);
1806  if (err != Z3_error_code.Z3_OK)
1807  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1808  return res;
1809  }
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 1532 of file Native.java.

Referenced by Context.mkSignExt().

1533  {
1534  long res = INTERNALmkSignExt(a0, a1, a2);
1536  if (err != Z3_error_code.Z3_OK)
1537  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1538  return res;
1539  }
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 4225 of file Native.java.

Referenced by Context.mkSimpleSolver().

4226  {
4227  long res = INTERNALmkSimpleSolver(a0);
4229  if (err != Z3_error_code.Z3_OK)
4230  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4231  return res;
4232  }
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 4216 of file Native.java.

Referenced by Context.mkSolver().

4217  {
4218  long res = INTERNALmkSolver(a0);
4220  if (err != Z3_error_code.Z3_OK)
4221  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4222  return res;
4223  }
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 4234 of file Native.java.

Referenced by Context.mkSolver().

4235  {
4236  long res = INTERNALmkSolverForLogic(a0, a1);
4238  if (err != Z3_error_code.Z3_OK)
4239  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4240  return res;
4241  }
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 4243 of file Native.java.

Referenced by Context.mkSolver().

4244  {
4245  long res = INTERNALmkSolverFromTactic(a0, a1);
4247  if (err != Z3_error_code.Z3_OK)
4248  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4249  return res;
4250  }
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 1721 of file Native.java.

Referenced by Context.mkStore().

1722  {
1723  long res = INTERNALmkStore(a0, a1, a2, a3);
1725  if (err != Z3_error_code.Z3_OK)
1726  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1727  return res;
1728  }
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 843 of file Native.java.

844  {
845  long res = INTERNALmkStringSymbol(a0, a1);
847  if (err != Z3_error_code.Z3_OK)
848  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
849  return res;
850  }
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 1163 of file Native.java.

Referenced by Context.mkSub().

1164  {
1165  long res = INTERNALmkSub(a0, a1, a2);
1167  if (err != Z3_error_code.Z3_OK)
1168  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1169  return res;
1170  }
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 3817 of file Native.java.

3818  {
3819  long res = INTERNALmkTactic(a0, a1);
3821  if (err != Z3_error_code.Z3_OK)
3822  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3823  return res;
3824  }
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 1046 of file Native.java.

Referenced by Context.mkTrue().

1047  {
1048  long res = INTERNALmkTrue(a0);
1050  if (err != Z3_error_code.Z3_OK)
1051  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1052  return res;
1053  }
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 915 of file Native.java.

916  {
917  long res = INTERNALmkTupleSort(a0, a1, a2, a3, a4, a5, a6);
919  if (err != Z3_error_code.Z3_OK)
920  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
921  return res;
922  }
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 1172 of file Native.java.

Referenced by Context.mkUnaryMinus().

1173  {
1174  long res = INTERNALmkUnaryMinus(a0, a1);
1176  if (err != Z3_error_code.Z3_OK)
1177  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1178  return res;
1179  }
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 852 of file Native.java.

853  {
854  long res = INTERNALmkUninterpretedSort(a0, a1);
856  if (err != Z3_error_code.Z3_OK)
857  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
858  return res;
859  }
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 1883 of file Native.java.

1884  {
1885  long res = INTERNALmkUnsignedInt(a0, a1, a2);
1887  if (err != Z3_error_code.Z3_OK)
1888  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1889  return res;
1890  }
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 1901 of file Native.java.

1902  {
1903  long res = INTERNALmkUnsignedInt64(a0, a1, a2);
1905  if (err != Z3_error_code.Z3_OK)
1906  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1907  return res;
1908  }
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 1118 of file Native.java.

Referenced by Context.mkXor().

1119  {
1120  long res = INTERNALmkXor(a0, a1, a2);
1122  if (err != Z3_error_code.Z3_OK)
1123  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1124  return res;
1125  }
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 1541 of file Native.java.

Referenced by Context.mkZeroExt().

1542  {
1543  long res = INTERNALmkZeroExt(a0, a1, a2);
1545  if (err != Z3_error_code.Z3_OK)
1546  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1547  return res;
1548  }
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 2809 of file Native.java.

2810  {
2811  INTERNALmodelDecRef(a0, a1);
2813  if (err != Z3_error_code.Z3_OK)
2814  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2815  }
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 2817 of file Native.java.

Referenced by Model.eval().

2818  {
2819  boolean res = INTERNALmodelEval(a0, a1, a2, a3, a4);
2821  if (err != Z3_error_code.Z3_OK)
2822  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2823  return res;
2824  }
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 2862 of file Native.java.

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

2863  {
2864  long res = INTERNALmodelGetConstDecl(a0, a1, a2);
2866  if (err != Z3_error_code.Z3_OK)
2867  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2868  return res;
2869  }
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 2826 of file Native.java.

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

2827  {
2828  long res = INTERNALmodelGetConstInterp(a0, a1, a2);
2830  if (err != Z3_error_code.Z3_OK)
2831  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2832  return res;
2833  }
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 2880 of file Native.java.

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

2881  {
2882  long res = INTERNALmodelGetFuncDecl(a0, a1, a2);
2884  if (err != Z3_error_code.Z3_OK)
2885  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2886  return res;
2887  }
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 2844 of file Native.java.

Referenced by Model.getFuncInterp().

2845  {
2846  long res = INTERNALmodelGetFuncInterp(a0, a1, a2);
2848  if (err != Z3_error_code.Z3_OK)
2849  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2850  return res;
2851  }
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 2853 of file Native.java.

Referenced by Model.getNumConsts().

2854  {
2855  int res = INTERNALmodelGetNumConsts(a0, a1);
2857  if (err != Z3_error_code.Z3_OK)
2858  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2859  return res;
2860  }
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 2871 of file Native.java.

Referenced by Model.getNumFuncs().

2872  {
2873  int res = INTERNALmodelGetNumFuncs(a0, a1);
2875  if (err != Z3_error_code.Z3_OK)
2876  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2877  return res;
2878  }
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 2889 of file Native.java.

Referenced by Model.getNumSorts().

2890  {
2891  int res = INTERNALmodelGetNumSorts(a0, a1);
2893  if (err != Z3_error_code.Z3_OK)
2894  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2895  return res;
2896  }
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 2898 of file Native.java.

Referenced by Model.getSorts().

2899  {
2900  long res = INTERNALmodelGetSort(a0, a1, a2);
2902  if (err != Z3_error_code.Z3_OK)
2903  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2904  return res;
2905  }
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 2907 of file Native.java.

Referenced by Model.getSortUniverse().

2908  {
2909  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
2911  if (err != Z3_error_code.Z3_OK)
2912  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2913  return res;
2914  }
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 2835 of file Native.java.

2836  {
2837  boolean res = INTERNALmodelHasInterp(a0, a1, a2);
2839  if (err != Z3_error_code.Z3_OK)
2840  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2841  return res;
2842  }
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 2801 of file Native.java.

2802  {
2803  INTERNALmodelIncRef(a0, a1);
2805  if (err != Z3_error_code.Z3_OK)
2806  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2807  }
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 3094 of file Native.java.

Referenced by Model.toString().

3095  {
3096  String res = INTERNALmodelToString(a0, a1);
3098  if (err != Z3_error_code.Z3_OK)
3099  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3100  return res;
3101  }
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 3029 of file Native.java.

Referenced by Log.open().

3030  {
3031  int res = INTERNALopenLog(a0);
3032  return res;
3033  }
static native int INTERNALopenLog(String a0)
static void paramDescrsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 790 of file Native.java.

791  {
794  if (err != Z3_error_code.Z3_OK)
795  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
796  }
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 798 of file Native.java.

Referenced by ParamDescrs.getKind().

799  {
800  int res = INTERNALparamDescrsGetKind(a0, a1, a2);
802  if (err != Z3_error_code.Z3_OK)
803  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
804  return res;
805  }
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 816 of file Native.java.

Referenced by ParamDescrs.getNames().

817  {
818  long res = INTERNALparamDescrsGetName(a0, a1, a2);
820  if (err != Z3_error_code.Z3_OK)
821  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
822  return res;
823  }
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 782 of file Native.java.

783  {
786  if (err != Z3_error_code.Z3_OK)
787  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
788  }
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 807 of file Native.java.

Referenced by ParamDescrs.getNames(), and ParamDescrs.size().

808  {
809  int res = INTERNALparamDescrsSize(a0, a1);
811  if (err != Z3_error_code.Z3_OK)
812  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
813  return res;
814  }
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 825 of file Native.java.

Referenced by ParamDescrs.toString().

826  {
827  String res = INTERNALparamDescrsToString(a0, a1);
829  if (err != Z3_error_code.Z3_OK)
830  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
831  return res;
832  }
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 725 of file Native.java.

726  {
727  INTERNALparamsDecRef(a0, a1);
729  if (err != Z3_error_code.Z3_OK)
730  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
731  }
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 717 of file Native.java.

718  {
719  INTERNALparamsIncRef(a0, a1);
721  if (err != Z3_error_code.Z3_OK)
722  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
723  }
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 733 of file Native.java.

Referenced by Params.add().

734  {
735  INTERNALparamsSetBool(a0, a1, a2, a3);
737  if (err != Z3_error_code.Z3_OK)
738  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
739  }
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 749 of file Native.java.

Referenced by Params.add().

750  {
751  INTERNALparamsSetDouble(a0, a1, a2, a3);
753  if (err != Z3_error_code.Z3_OK)
754  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
755  }
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 757 of file Native.java.

Referenced by Params.add().

758  {
759  INTERNALparamsSetSymbol(a0, a1, a2, a3);
761  if (err != Z3_error_code.Z3_OK)
762  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
763  }
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 741 of file Native.java.

Referenced by Params.add().

742  {
743  INTERNALparamsSetUint(a0, a1, a2, a3);
745  if (err != Z3_error_code.Z3_OK)
746  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
747  }
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 765 of file Native.java.

Referenced by Params.toString().

766  {
767  String res = INTERNALparamsToString(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 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 774 of file Native.java.

Referenced by ParamDescrs.validate().

775  {
776  INTERNALparamsValidate(a0, a1, a2);
778  if (err != Z3_error_code.Z3_OK)
779  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
780  }
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 3121 of file Native.java.

Referenced by Context.parseSMTLIB2File().

3122  {
3123  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3125  if (err != Z3_error_code.Z3_OK)
3126  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3127  return res;
3128  }
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 3112 of file Native.java.

Referenced by Context.parseSMTLIB2String().

3113  {
3114  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3116  if (err != Z3_error_code.Z3_OK)
3117  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3118  return res;
3119  }
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 3138 of file Native.java.

Referenced by Context.parseSMTLIBFile().

3139  {
3140  INTERNALparseSmtlibFile(a0, a1, a2, a3, a4, a5, a6, a7);
3142  if (err != Z3_error_code.Z3_OK)
3143  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3144  }
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 3130 of file Native.java.

Referenced by Context.parseSMTLIBString().

3131  {
3132  INTERNALparseSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3134  if (err != Z3_error_code.Z3_OK)
3135  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3136  }
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 2603 of file Native.java.

2604  {
2605  long res = INTERNALpatternToAst(a0, a1);
2607  if (err != Z3_error_code.Z3_OK)
2608  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2609  return res;
2610  }
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 3067 of file Native.java.

Referenced by Pattern.toString().

3068  {
3069  String res = INTERNALpatternToString(a0, a1);
3071  if (err != Z3_error_code.Z3_OK)
3072  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3073  return res;
3074  }
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 4545 of file Native.java.

4546  {
4547  INTERNALpersistAst(a0, a1, a2);
4549  if (err != Z3_error_code.Z3_OK)
4550  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4551  }
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 5032 of file Native.java.

5033  {
5034  long res = INTERNALpolynomialSubresultants(a0, a1, a2, a3);
5036  if (err != Z3_error_code.Z3_OK)
5037  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5038  return res;
5039  }
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 4528 of file Native.java.

4529  {
4530  INTERNALpop(a0, a1);
4532  if (err != Z3_error_code.Z3_OK)
4533  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4534  }
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 4038 of file Native.java.

Referenced by Context.and().

4039  {
4040  long res = INTERNALprobeAnd(a0, a1, a2);
4042  if (err != Z3_error_code.Z3_OK)
4043  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4044  return res;
4045  }
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 4137 of file Native.java.

Referenced by Probe.apply().

4138  {
4139  double res = INTERNALprobeApply(a0, a1, a2);
4141  if (err != Z3_error_code.Z3_OK)
4142  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4143  return res;
4144  }
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 3984 of file Native.java.

Referenced by Context.constProbe().

3985  {
3986  long res = INTERNALprobeConst(a0, a1);
3988  if (err != Z3_error_code.Z3_OK)
3989  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3990  return res;
3991  }
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 3859 of file Native.java.

3860  {
3861  INTERNALprobeDecRef(a0, a1);
3863  if (err != Z3_error_code.Z3_OK)
3864  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3865  }
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 4029 of file Native.java.

Referenced by Context.eq().

4030  {
4031  long res = INTERNALprobeEq(a0, a1, a2);
4033  if (err != Z3_error_code.Z3_OK)
4034  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4035  return res;
4036  }
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 4020 of file Native.java.

Referenced by Context.ge().

4021  {
4022  long res = INTERNALprobeGe(a0, a1, a2);
4024  if (err != Z3_error_code.Z3_OK)
4025  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4026  return res;
4027  }
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 4128 of file Native.java.

Referenced by Context.getProbeDescription().

4129  {
4130  String res = INTERNALprobeGetDescr(a0, a1);
4132  if (err != Z3_error_code.Z3_OK)
4133  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4134  return res;
4135  }
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 4002 of file Native.java.

Referenced by Context.gt().

4003  {
4004  long res = INTERNALprobeGt(a0, a1, a2);
4006  if (err != Z3_error_code.Z3_OK)
4007  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4008  return res;
4009  }
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 3851 of file Native.java.

3852  {
3853  INTERNALprobeIncRef(a0, a1);
3855  if (err != Z3_error_code.Z3_OK)
3856  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3857  }
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 4011 of file Native.java.

Referenced by Context.le().

4012  {
4013  long res = INTERNALprobeLe(a0, a1, a2);
4015  if (err != Z3_error_code.Z3_OK)
4016  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4017  return res;
4018  }
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 3993 of file Native.java.

Referenced by Context.lt().

3994  {
3995  long res = INTERNALprobeLt(a0, a1, a2);
3997  if (err != Z3_error_code.Z3_OK)
3998  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3999  return res;
4000  }
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 4056 of file Native.java.

Referenced by Context.not().

4057  {
4058  long res = INTERNALprobeNot(a0, a1);
4060  if (err != Z3_error_code.Z3_OK)
4061  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4062  return res;
4063  }
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 4047 of file Native.java.

Referenced by Context.or().

4048  {
4049  long res = INTERNALprobeOr(a0, a1, a2);
4051  if (err != Z3_error_code.Z3_OK)
4052  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4053  return res;
4054  }
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 4520 of file Native.java.

4521  {
4522  INTERNALpush(a0);
4524  if (err != Z3_error_code.Z3_OK)
4525  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4526  }
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 993 of file Native.java.

Referenced by Constructor.ConstructorDecl(), Constructor.getAccessorDecls(), and Constructor.getTesterDecl().

994  {
995  INTERNALqueryConstructor(a0, a1, a2, a3, a4, a5);
997  if (err != Z3_error_code.Z3_OK)
998  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
999  }
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 5103 of file Native.java.

5104  {
5105  long res = INTERNALrcfAdd(a0, a1, a2);
5107  if (err != Z3_error_code.Z3_OK)
5108  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5109  return res;
5110  }
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 5041 of file Native.java.

5042  {
5043  INTERNALrcfDel(a0, a1);
5045  if (err != Z3_error_code.Z3_OK)
5046  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5047  }
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 5130 of file Native.java.

5131  {
5132  long res = INTERNALrcfDiv(a0, a1, a2);
5134  if (err != Z3_error_code.Z3_OK)
5135  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5136  return res;
5137  }
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 5202 of file Native.java.

5203  {
5204  boolean res = INTERNALrcfEq(a0, a1, a2);
5206  if (err != Z3_error_code.Z3_OK)
5207  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5208  return res;
5209  }
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 5193 of file Native.java.

5194  {
5195  boolean res = INTERNALrcfGe(a0, a1, a2);
5197  if (err != Z3_error_code.Z3_OK)
5198  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5199  return res;
5200  }
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 5238 of file Native.java.

5239  {
5240  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5242  if (err != Z3_error_code.Z3_OK)
5243  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5244  }
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 5175 of file Native.java.

5176  {
5177  boolean res = INTERNALrcfGt(a0, a1, a2);
5179  if (err != Z3_error_code.Z3_OK)
5180  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5181  return res;
5182  }
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 5148 of file Native.java.

5149  {
5150  long res = INTERNALrcfInv(a0, a1);
5152  if (err != Z3_error_code.Z3_OK)
5153  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5154  return res;
5155  }
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 5184 of file Native.java.

5185  {
5186  boolean res = INTERNALrcfLe(a0, a1, a2);
5188  if (err != Z3_error_code.Z3_OK)
5189  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5190  return res;
5191  }
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 5166 of file Native.java.

5167  {
5168  boolean res = INTERNALrcfLt(a0, a1, a2);
5170  if (err != Z3_error_code.Z3_OK)
5171  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5172  return res;
5173  }
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 5076 of file Native.java.

5077  {
5078  long res = INTERNALrcfMkE(a0);
5080  if (err != Z3_error_code.Z3_OK)
5081  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5082  return res;
5083  }
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 5085 of file Native.java.

5086  {
5087  long res = INTERNALrcfMkInfinitesimal(a0);
5089  if (err != Z3_error_code.Z3_OK)
5090  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5091  return res;
5092  }
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 5067 of file Native.java.

5068  {
5069  long res = INTERNALrcfMkPi(a0);
5071  if (err != Z3_error_code.Z3_OK)
5072  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5073  return res;
5074  }
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 5049 of file Native.java.

5050  {
5051  long res = INTERNALrcfMkRational(a0, a1);
5053  if (err != Z3_error_code.Z3_OK)
5054  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5055  return res;
5056  }
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 5094 of file Native.java.

5095  {
5096  int res = INTERNALrcfMkRoots(a0, a1, a2, a3);
5098  if (err != Z3_error_code.Z3_OK)
5099  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5100  return res;
5101  }
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 5058 of file Native.java.

5059  {
5060  long res = INTERNALrcfMkSmallInt(a0, a1);
5062  if (err != Z3_error_code.Z3_OK)
5063  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5064  return res;
5065  }
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 5121 of file Native.java.

5122  {
5123  long res = INTERNALrcfMul(a0, a1, a2);
5125  if (err != Z3_error_code.Z3_OK)
5126  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5127  return res;
5128  }
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 5139 of file Native.java.

5140  {
5141  long res = INTERNALrcfNeg(a0, a1);
5143  if (err != Z3_error_code.Z3_OK)
5144  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5145  return res;
5146  }
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 5211 of file Native.java.

5212  {
5213  boolean res = INTERNALrcfNeq(a0, a1, a2);
5215  if (err != Z3_error_code.Z3_OK)
5216  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5217  return res;
5218  }
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 5229 of file Native.java.

5230  {
5231  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5233  if (err != Z3_error_code.Z3_OK)
5234  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5235  return res;
5236  }
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 5220 of file Native.java.

5221  {
5222  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
5224  if (err != Z3_error_code.Z3_OK)
5225  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5226  return res;
5227  }
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 5157 of file Native.java.

5158  {
5159  long res = INTERNALrcfPower(a0, a1, a2);
5161  if (err != Z3_error_code.Z3_OK)
5162  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5163  return res;
5164  }
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 5112 of file Native.java.

5113  {
5114  long res = INTERNALrcfSub(a0, a1, a2);
5116  if (err != Z3_error_code.Z3_OK)
5117  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5118  return res;
5119  }
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 5288 of file Native.java.

Referenced by InterpolationContext.ReadInterpolationProblem().

5289  {
5290  int res = INTERNALreadInterpolationProblem(a0, a1, a2, a3, a4, a5, a6, a7);
5292  if (err != Z3_error_code.Z3_OK)
5293  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5294  return res;
5295  }
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 3271 of file Native.java.

3272  {
3274  }
static native void INTERNALresetMemory()
static void setAstPrintMode ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3050 of file Native.java.

Referenced by Context.setPrintMode().

3051  {
3052  INTERNALsetAstPrintMode(a0, a1);
3054  if (err != Z3_error_code.Z3_OK)
3055  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3056  }
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 3233 of file Native.java.

3234  {
3235  INTERNALsetError(a0, a1);
3237  if (err != Z3_error_code.Z3_OK)
3238  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3239  }
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 4512 of file Native.java.

4513  {
4514  INTERNALsetLogic(a0, a1);
4516  if (err != Z3_error_code.Z3_OK)
4517  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4518  }
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 650 of file Native.java.

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

651  {
652  INTERNALsetParamValue(a0, a1, a2);
653  }
static native void INTERNALsetParamValue(long a0, String a1, String a2)
static long simplify ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2729 of file Native.java.

Referenced by Expr.simplify().

2730  {
2731  long res = INTERNALsimplify(a0, a1);
2733  if (err != Z3_error_code.Z3_OK)
2734  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2735  return res;
2736  }
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 2738 of file Native.java.

Referenced by Expr.simplify().

2739  {
2740  long res = INTERNALsimplifyEx(a0, a1, a2);
2742  if (err != Z3_error_code.Z3_OK)
2743  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2744  return res;
2745  }
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 2747 of file Native.java.

Referenced by Context.SimplifyHelp().

2748  {
2749  String res = INTERNALsimplifyGetHelp(a0);
2751  if (err != Z3_error_code.Z3_OK)
2752  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2753  return res;
2754  }
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 2756 of file Native.java.

Referenced by Context.getSimplifyParameterDescriptions().

2757  {
2758  long res = INTERNALsimplifyGetParamDescrs(a0);
2760  if (err != Z3_error_code.Z3_OK)
2761  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2762  return res;
2763  }
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 4605 of file Native.java.

4606  {
4609  if (err != Z3_error_code.Z3_OK)
4610  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4611  }
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 4327 of file Native.java.

Referenced by Solver.add().

4328  {
4329  INTERNALsolverAssert(a0, a1, a2);
4331  if (err != Z3_error_code.Z3_OK)
4332  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4333  }
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 4335 of file Native.java.

Referenced by Solver.assertAndTrack().

4336  {
4337  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4339  if (err != Z3_error_code.Z3_OK)
4340  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4341  }
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 4352 of file Native.java.

Referenced by Solver.check().

4353  {
4354  int res = INTERNALsolverCheck(a0, a1);
4356  if (err != Z3_error_code.Z3_OK)
4357  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4358  return res;
4359  }
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 4361 of file Native.java.

Referenced by Solver.check().

4362  {
4363  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
4365  if (err != Z3_error_code.Z3_OK)
4366  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4367  return res;
4368  }
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 4286 of file Native.java.

4287  {
4288  INTERNALsolverDecRef(a0, a1);
4290  if (err != Z3_error_code.Z3_OK)
4291  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4292  }
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 4343 of file Native.java.

Referenced by Solver.getAssertions(), and Solver.getNumAssertions().

4344  {
4345  long res = INTERNALsolverGetAssertions(a0, a1);
4347  if (err != Z3_error_code.Z3_OK)
4348  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4349  return res;
4350  }
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 4252 of file Native.java.

Referenced by Solver.getHelp().

4253  {
4254  String res = INTERNALsolverGetHelp(a0, a1);
4256  if (err != Z3_error_code.Z3_OK)
4257  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4258  return res;
4259  }
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 4370 of file Native.java.

Referenced by Solver.getModel().

4371  {
4372  long res = INTERNALsolverGetModel(a0, a1);
4374  if (err != Z3_error_code.Z3_OK)
4375  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4376  return res;
4377  }
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 4318 of file Native.java.

Referenced by Solver.getNumScopes().

4319  {
4320  int res = INTERNALsolverGetNumScopes(a0, a1);
4322  if (err != Z3_error_code.Z3_OK)
4323  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4324  return res;
4325  }
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 4261 of file Native.java.

Referenced by Solver.getParameterDescriptions().

4262  {
4263  long res = INTERNALsolverGetParamDescrs(a0, a1);
4265  if (err != Z3_error_code.Z3_OK)
4266  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4267  return res;
4268  }
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 4379 of file Native.java.

Referenced by Solver.getProof().

4380  {
4381  long res = INTERNALsolverGetProof(a0, a1);
4383  if (err != Z3_error_code.Z3_OK)
4384  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4385  return res;
4386  }
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 4397 of file Native.java.

Referenced by Solver.getReasonUnknown().

4398  {
4399  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4401  if (err != Z3_error_code.Z3_OK)
4402  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4403  return res;
4404  }
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 4406 of file Native.java.

Referenced by Solver.getStatistics().

4407  {
4408  long res = INTERNALsolverGetStatistics(a0, a1);
4410  if (err != Z3_error_code.Z3_OK)
4411  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4412  return res;
4413  }
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 4388 of file Native.java.

Referenced by Solver.getUnsatCore().

4389  {
4390  long res = INTERNALsolverGetUnsatCore(a0, a1);
4392  if (err != Z3_error_code.Z3_OK)
4393  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4394  return res;
4395  }
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 4278 of file Native.java.

4279  {
4280  INTERNALsolverIncRef(a0, a1);
4282  if (err != Z3_error_code.Z3_OK)
4283  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4284  }
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 4302 of file Native.java.

Referenced by Solver.pop().

4303  {
4304  INTERNALsolverPop(a0, a1, a2);
4306  if (err != Z3_error_code.Z3_OK)
4307  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4308  }
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 4294 of file Native.java.

Referenced by Solver.push().

4295  {
4296  INTERNALsolverPush(a0, a1);
4298  if (err != Z3_error_code.Z3_OK)
4299  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4300  }
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 4310 of file Native.java.

Referenced by Solver.reset().

4311  {
4312  INTERNALsolverReset(a0, a1);
4314  if (err != Z3_error_code.Z3_OK)
4315  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4316  }
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 4270 of file Native.java.

Referenced by Solver.setParameters().

4271  {
4272  INTERNALsolverSetParams(a0, a1, a2);
4274  if (err != Z3_error_code.Z3_OK)
4275  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4276  }
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 4415 of file Native.java.

Referenced by Solver.toString().

4416  {
4417  String res = INTERNALsolverToString(a0, a1);
4419  if (err != Z3_error_code.Z3_OK)
4420  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4421  return res;
4422  }
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 2045 of file Native.java.

2046  {
2047  long res = INTERNALsortToAst(a0, a1);
2049  if (err != Z3_error_code.Z3_OK)
2050  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2051  return res;
2052  }
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 3076 of file Native.java.

Referenced by Sort.toString().

3077  {
3078  String res = INTERNALsortToString(a0, a1);
3080  if (err != Z3_error_code.Z3_OK)
3081  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3082  return res;
3083  }
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 4843 of file Native.java.

4844  {
4845  String res = INTERNALstatisticsToString(a0);
4847  if (err != Z3_error_code.Z3_OK)
4848  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4849  return res;
4850  }
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 4441 of file Native.java.

4442  {
4443  INTERNALstatsDecRef(a0, a1);
4445  if (err != Z3_error_code.Z3_OK)
4446  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4447  }
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 4494 of file Native.java.

Referenced by Statistics.getEntries().

4495  {
4496  double res = INTERNALstatsGetDoubleValue(a0, a1, a2);
4498  if (err != Z3_error_code.Z3_OK)
4499  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4500  return res;
4501  }
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 4458 of file Native.java.

Referenced by Statistics.getEntries(), and Statistics.getKeys().

4459  {
4460  String res = INTERNALstatsGetKey(a0, a1, a2);
4462  if (err != Z3_error_code.Z3_OK)
4463  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4464  return res;
4465  }
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 4485 of file Native.java.

Referenced by Statistics.getEntries().

4486  {
4487  int res = INTERNALstatsGetUintValue(a0, a1, a2);
4489  if (err != Z3_error_code.Z3_OK)
4490  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4491  return res;
4492  }
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 4433 of file Native.java.

4434  {
4435  INTERNALstatsIncRef(a0, a1);
4437  if (err != Z3_error_code.Z3_OK)
4438  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4439  }
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 4476 of file Native.java.

Referenced by Statistics.getEntries().

4477  {
4478  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4480  if (err != Z3_error_code.Z3_OK)
4481  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4482  return res;
4483  }
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 4467 of file Native.java.

Referenced by Statistics.getEntries().

4468  {
4469  boolean res = INTERNALstatsIsUint(a0, a1, a2);
4471  if (err != Z3_error_code.Z3_OK)
4472  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4473  return res;
4474  }
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 4449 of file Native.java.

Referenced by Statistics.size().

4450  {
4451  int res = INTERNALstatsSize(a0, a1);
4453  if (err != Z3_error_code.Z3_OK)
4454  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4455  return res;
4456  }
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 4424 of file Native.java.

Referenced by Statistics.toString().

4425  {
4426  String res = INTERNALstatsToString(a0, a1);
4428  if (err != Z3_error_code.Z3_OK)
4429  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4430  return res;
4431  }
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 2774 of file Native.java.

Referenced by Expr.substitute().

2775  {
2776  long res = INTERNALsubstitute(a0, a1, a2, a3, a4);
2778  if (err != Z3_error_code.Z3_OK)
2779  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2780  return res;
2781  }
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 2783 of file Native.java.

Referenced by Expr.substituteVars().

2784  {
2785  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
2787  if (err != Z3_error_code.Z3_OK)
2788  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2789  return res;
2790  }
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 3867 of file Native.java.

Referenced by Context.andThen().

3868  {
3869  long res = INTERNALtacticAndThen(a0, a1, a2);
3871  if (err != Z3_error_code.Z3_OK)
3872  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3873  return res;
3874  }
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 4146 of file Native.java.

Referenced by Tactic.apply().

4147  {
4148  long res = INTERNALtacticApply(a0, a1, a2);
4150  if (err != Z3_error_code.Z3_OK)
4151  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4152  return res;
4153  }
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 4155 of file Native.java.

Referenced by Tactic.apply().

4156  {
4157  long res = INTERNALtacticApplyEx(a0, a1, a2, a3);
4159  if (err != Z3_error_code.Z3_OK)
4160  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4161  return res;
4162  }
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 3921 of file Native.java.

Referenced by Context.cond().

3922  {
3923  long res = INTERNALtacticCond(a0, a1, a2, a3);
3925  if (err != Z3_error_code.Z3_OK)
3926  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3927  return res;
3928  }
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 3834 of file Native.java.

3835  {
3836  INTERNALtacticDecRef(a0, a1);
3838  if (err != Z3_error_code.Z3_OK)
3839  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3840  }
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 3948 of file Native.java.

Referenced by Context.fail().

3949  {
3950  long res = INTERNALtacticFail(a0);
3952  if (err != Z3_error_code.Z3_OK)
3953  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3954  return res;
3955  }
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 3957 of file Native.java.

Referenced by Context.failIf().

3958  {
3959  long res = INTERNALtacticFailIf(a0, a1);
3961  if (err != Z3_error_code.Z3_OK)
3962  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3963  return res;
3964  }
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 3966 of file Native.java.

Referenced by Context.failIfNotDecided().

3967  {
3968  long res = INTERNALtacticFailIfNotDecided(a0);
3970  if (err != Z3_error_code.Z3_OK)
3971  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3972  return res;
3973  }
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 4119 of file Native.java.

Referenced by Context.getTacticDescription().

4120  {
4121  String res = INTERNALtacticGetDescr(a0, a1);
4123  if (err != Z3_error_code.Z3_OK)
4124  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4125  return res;
4126  }
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 4101 of file Native.java.

Referenced by Tactic.getHelp().

4102  {
4103  String res = INTERNALtacticGetHelp(a0, a1);
4105  if (err != Z3_error_code.Z3_OK)
4106  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4107  return res;
4108  }
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 4110 of file Native.java.

Referenced by Tactic.getParameterDescriptions().

4111  {
4112  long res = INTERNALtacticGetParamDescrs(a0, a1);
4114  if (err != Z3_error_code.Z3_OK)
4115  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4116  return res;
4117  }
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 3826 of file Native.java.

3827  {
3828  INTERNALtacticIncRef(a0, a1);
3830  if (err != Z3_error_code.Z3_OK)
3831  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3832  }
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 3876 of file Native.java.

Referenced by Context.orElse().

3877  {
3878  long res = INTERNALtacticOrElse(a0, a1, a2);
3880  if (err != Z3_error_code.Z3_OK)
3881  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3882  return res;
3883  }
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 3894 of file Native.java.

Referenced by Context.parAndThen().

3895  {
3896  long res = INTERNALtacticParAndThen(a0, a1, a2);
3898  if (err != Z3_error_code.Z3_OK)
3899  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3900  return res;
3901  }
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 3885 of file Native.java.

Referenced by Context.parOr().

3886  {
3887  long res = INTERNALtacticParOr(a0, a1, a2);
3889  if (err != Z3_error_code.Z3_OK)
3890  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3891  return res;
3892  }
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 3930 of file Native.java.

Referenced by Context.repeat().

3931  {
3932  long res = INTERNALtacticRepeat(a0, a1, a2);
3934  if (err != Z3_error_code.Z3_OK)
3935  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3936  return res;
3937  }
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 3939 of file Native.java.

Referenced by Context.skip().

3940  {
3941  long res = INTERNALtacticSkip(a0);
3943  if (err != Z3_error_code.Z3_OK)
3944  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3945  return res;
3946  }
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 3903 of file Native.java.

Referenced by Context.tryFor().

3904  {
3905  long res = INTERNALtacticTryFor(a0, a1, a2);
3907  if (err != Z3_error_code.Z3_OK)
3908  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3909  return res;
3910  }
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 3975 of file Native.java.

Referenced by Context.usingParams().

3976  {
3977  long res = INTERNALtacticUsingParams(a0, a1, a2);
3979  if (err != Z3_error_code.Z3_OK)
3980  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3981  return res;
3982  }
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 3912 of file Native.java.

Referenced by Context.when().

3913  {
3914  long res = INTERNALtacticWhen(a0, a1, a2);
3916  if (err != Z3_error_code.Z3_OK)
3917  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3918  return res;
3919  }
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 2477 of file Native.java.

2478  {
2479  long res = INTERNALtoApp(a0, a1);
2481  if (err != Z3_error_code.Z3_OK)
2482  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2483  return res;
2484  }
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 2486 of file Native.java.

2487  {
2488  long res = INTERNALtoFuncDecl(a0, a1);
2490  if (err != Z3_error_code.Z3_OK)
2491  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2492  return res;
2493  }
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 3045 of file Native.java.

Referenced by Global.ToggleWarningMessages().

3046  {
3048  }
static native void INTERNALtoggleWarningMessages(boolean a0)
static long translate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2792 of file Native.java.

Referenced by AST.translate(), and Expr.translate().

2793  {
2794  long res = INTERNALtranslate(a0, a1, a2);
2796  if (err != Z3_error_code.Z3_OK)
2797  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2798  return res;
2799  }
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 692 of file Native.java.

Referenced by Context.updateParamValue().

693  {
694  INTERNALupdateParamValue(a0, a1, a2);
696  if (err != Z3_error_code.Z3_OK)
697  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
698  }
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 2765 of file Native.java.

Referenced by Expr.update().

2766  {
2767  long res = INTERNALupdateTerm(a0, a1, a2, a3);
2769  if (err != Z3_error_code.Z3_OK)
2770  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2771  return res;
2772  }
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 5306 of file Native.java.

Referenced by InterpolationContext.WriteInterpolationProblem().

5307  {
5308  INTERNALwriteInterpolationProblem(a0, a1, a2, a3, a4, a5, a6);
5310  if (err != Z3_error_code.Z3_OK)
5311  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5312  }
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)