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 long datatypeUpdateField (long a0, long a1, long a2, long 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 mkAtmost (long a0, int a1, long[] a2, int a3) throws Z3Exception
 
static long mkPble (long a0, int a1, long[] a2, int[] a3, int a4) 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 void finalizeMemory ()
 
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 mkOptimize (long a0) throws Z3Exception
 
static void optimizeIncRef (long a0, long a1) throws Z3Exception
 
static void optimizeDecRef (long a0, long a1) throws Z3Exception
 
static void optimizeAssert (long a0, long a1, long a2) throws Z3Exception
 
static int optimizeAssertSoft (long a0, long a1, long a2, String a3, long a4) throws Z3Exception
 
static int optimizeMaximize (long a0, long a1, long a2) throws Z3Exception
 
static int optimizeMinimize (long a0, long a1, long a2) throws Z3Exception
 
static void optimizePush (long a0, long a1) throws Z3Exception
 
static void optimizePop (long a0, long a1) throws Z3Exception
 
static int optimizeCheck (long a0, long a1) throws Z3Exception
 
static String optimizeGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static long optimizeGetModel (long a0, long a1) throws Z3Exception
 
static void optimizeSetParams (long a0, long a1, long a2) throws Z3Exception
 
static long optimizeGetParamDescrs (long a0, long a1) throws Z3Exception
 
static long optimizeGetLower (long a0, long a1, int a2) throws Z3Exception
 
static long optimizeGetUpper (long a0, long a1, int a2) throws Z3Exception
 
static String optimizeToString (long a0, long a1) throws Z3Exception
 
static String optimizeGetHelp (long a0, long a1) throws Z3Exception
 
static long optimizeGetStatistics (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 boolean fpaGetNumeralSignificandUint64 (long a0, long a1, LongPtr a2) 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 long INTERNALdatatypeUpdateField (long a0, long a1, long a2, long a3)
 
static native int INTERNALgetRelationArity (long a0, long a1)
 
static native long INTERNALgetRelationColumn (long a0, long a1, int a2)
 
static native long INTERNALmkAtmost (long a0, int a1, long[] a2, int a3)
 
static native long INTERNALmkPble (long a0, int a1, long[] a2, int[] a3, int a4)
 
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 void INTERNALfinalizeMemory ()
 
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 INTERNALmkOptimize (long a0)
 
static native void INTERNALoptimizeIncRef (long a0, long a1)
 
static native void INTERNALoptimizeDecRef (long a0, long a1)
 
static native void INTERNALoptimizeAssert (long a0, long a1, long a2)
 
static native int INTERNALoptimizeAssertSoft (long a0, long a1, long a2, String a3, long a4)
 
static native int INTERNALoptimizeMaximize (long a0, long a1, long a2)
 
static native int INTERNALoptimizeMinimize (long a0, long a1, long a2)
 
static native void INTERNALoptimizePush (long a0, long a1)
 
static native void INTERNALoptimizePop (long a0, long a1)
 
static native int INTERNALoptimizeCheck (long a0, long a1)
 
static native String INTERNALoptimizeGetReasonUnknown (long a0, long a1)
 
static native long INTERNALoptimizeGetModel (long a0, long a1)
 
static native void INTERNALoptimizeSetParams (long a0, long a1, long a2)
 
static native long INTERNALoptimizeGetParamDescrs (long a0, long a1)
 
static native long INTERNALoptimizeGetLower (long a0, long a1, int a2)
 
static native long INTERNALoptimizeGetUpper (long a0, long a1, int a2)
 
static native String INTERNALoptimizeToString (long a0, long a1)
 
static native String INTERNALoptimizeGetHelp (long a0, long a1)
 
static native long INTERNALoptimizeGetStatistics (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 boolean INTERNALfpaGetNumeralSignificandUint64 (long a0, long a1, LongPtr a2)
 
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 5130 of file Native.java.

5131  {
5132  long res = INTERNALalgebraicAdd(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 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 5157 of file Native.java.

5158  {
5159  long res = INTERNALalgebraicDiv(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 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 5220 of file Native.java.

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

5248  {
5249  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
5251  if (err != Z3_error_code.Z3_OK)
5252  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5253  return res;
5254  }
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 5211 of file Native.java.

5212  {
5213  boolean res = INTERNALalgebraicGe(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 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 5193 of file Native.java.

5194  {
5195  boolean res = INTERNALalgebraicGt(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 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 5103 of file Native.java.

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

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

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

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

5203  {
5204  boolean res = INTERNALalgebraicLe(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 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 5184 of file Native.java.

5185  {
5186  boolean res = INTERNALalgebraicLt(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 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 5148 of file Native.java.

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

5230  {
5231  boolean res = INTERNALalgebraicNeq(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 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 5175 of file Native.java.

5176  {
5177  long res = INTERNALalgebraicPower(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 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 5166 of file Native.java.

5167  {
5168  long res = INTERNALalgebraicRoot(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 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 5238 of file Native.java.

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

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

5140  {
5141  long res = INTERNALalgebraicSub(a0, a1, a2);
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 INTERNALalgebraicSub(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static void appendLog ( String  a0)
inlinestatic

Definition at line 3089 of file Native.java.

Referenced by Log.append().

3090  {
3091  INTERNALappendLog(a0);
3092  }
static native void INTERNALappendLog(String a0)
static long applyResultConvertModel ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4431 of file Native.java.

Referenced by ApplyResult.convertModel().

4432  {
4433  long res = INTERNALapplyResultConvertModel(a0, a1, a2, a3);
4435  if (err != Z3_error_code.Z3_OK)
4436  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4437  return res;
4438  }
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 4396 of file Native.java.

4397  {
4398  INTERNALapplyResultDecRef(a0, a1);
4400  if (err != Z3_error_code.Z3_OK)
4401  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4402  }
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 4413 of file Native.java.

Referenced by ApplyResult.getNumSubgoals().

4414  {
4415  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4417  if (err != Z3_error_code.Z3_OK)
4418  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4419  return res;
4420  }
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 4422 of file Native.java.

Referenced by ApplyResult.getSubgoals().

4423  {
4424  long res = INTERNALapplyResultGetSubgoal(a0, a1, a2);
4426  if (err != Z3_error_code.Z3_OK)
4427  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4428  return res;
4429  }
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 4388 of file Native.java.

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

Referenced by ApplyResult.toString().

4405  {
4406  String res = INTERNALapplyResultToString(a0, a1);
4408  if (err != Z3_error_code.Z3_OK)
4409  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4410  return res;
4411  }
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 2405 of file Native.java.

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

4778  {
4779  INTERNALassertCnstr(a0, a1);
4781  if (err != Z3_error_code.Z3_OK)
4782  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4783  }
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 3841 of file Native.java.

3842  {
3843  boolean res = INTERNALastMapContains(a0, a1, a2);
3845  if (err != Z3_error_code.Z3_OK)
3846  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3847  return res;
3848  }
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 3833 of file Native.java.

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

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

3851  {
3852  long res = INTERNALastMapFind(a0, a1, a2);
3854  if (err != Z3_error_code.Z3_OK)
3855  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3856  return res;
3857  }
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 3825 of file Native.java.

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

3860  {
3861  INTERNALastMapInsert(a0, a1, a2, a3);
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 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 3892 of file Native.java.

3893  {
3894  long res = INTERNALastMapKeys(a0, a1);
3896  if (err != Z3_error_code.Z3_OK)
3897  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3898  return res;
3899  }
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 3875 of file Native.java.

3876  {
3877  INTERNALastMapReset(a0, a1);
3879  if (err != Z3_error_code.Z3_OK)
3880  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3881  }
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 3883 of file Native.java.

3884  {
3885  int res = INTERNALastMapSize(a0, a1);
3887  if (err != Z3_error_code.Z3_OK)
3888  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3889  return res;
3890  }
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 3901 of file Native.java.

3902  {
3903  String res = INTERNALastMapToString(a0, a1);
3905  if (err != Z3_error_code.Z3_OK)
3906  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3907  return res;
3908  }
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 3112 of file Native.java.

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

3113  {
3114  String res = INTERNALastToString(a0, a1);
3116  if (err != Z3_error_code.Z3_OK)
3117  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3118  return res;
3119  }
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 3748 of file Native.java.

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

Referenced by ASTVector.get().

3766  {
3767  long res = INTERNALastVectorGet(a0, a1, a2);
3769  if (err != Z3_error_code.Z3_OK)
3770  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3771  return res;
3772  }
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 3740 of file Native.java.

3741  {
3742  INTERNALastVectorIncRef(a0, a1);
3744  if (err != Z3_error_code.Z3_OK)
3745  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3746  }
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 3790 of file Native.java.

Referenced by ASTVector.push().

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

Referenced by ASTVector.resize().

3783  {
3784  INTERNALastVectorResize(a0, a1, a2);
3786  if (err != Z3_error_code.Z3_OK)
3787  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3788  }
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 3774 of file Native.java.

Referenced by ASTVector.set().

3775  {
3776  INTERNALastVectorSet(a0, a1, a2, a3);
3778  if (err != Z3_error_code.Z3_OK)
3779  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3780  }
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 3756 of file Native.java.

Referenced by ASTVector.size().

3757  {
3758  int res = INTERNALastVectorSize(a0, a1);
3760  if (err != Z3_error_code.Z3_OK)
3761  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3762  return res;
3763  }
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 3807 of file Native.java.

Referenced by ASTVector.toString().

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

Referenced by ASTVector.translate().

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

Referenced by Context.benchmarkToSMTString().

3158  {
3159  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3161  if (err != Z3_error_code.Z3_OK)
3162  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3163  return res;
3164  }
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 4925 of file Native.java.

4926  {
4927  INTERNALblockLiterals(a0, a1);
4929  if (err != Z3_error_code.Z3_OK)
4930  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4931  }
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 4794 of file Native.java.

4795  {
4796  int res = INTERNALcheck(a0);
4798  if (err != Z3_error_code.Z3_OK)
4799  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4800  return res;
4801  }
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 4785 of file Native.java.

4786  {
4787  int res = INTERNALcheckAndGetModel(a0, a1);
4789  if (err != Z3_error_code.Z3_OK)
4790  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4791  return res;
4792  }
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 4803 of file Native.java.

4804  {
4805  int res = INTERNALcheckAssumptions(a0, a1, a2, a3, a4, a5, a6);
4807  if (err != Z3_error_code.Z3_OK)
4808  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4809  return res;
4810  }
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 5521 of file Native.java.

Referenced by InterpolationContext.CheckInterpolant().

5522  {
5523  int res = INTERNALcheckInterpolant(a0, a1, a2, a3, a4, a5, a6, a7);
5525  if (err != Z3_error_code.Z3_OK)
5526  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5527  return res;
5528  }
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 3094 of file Native.java.

Referenced by Log.close().

3095  {
3096  INTERNALcloseLog();
3097  }
static native void INTERNALcloseLog()
static int computeInterpolant ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4 
) throws Z3Exception
inlinestatic

Definition at line 5494 of file Native.java.

Referenced by InterpolationContext.ComputeInterpolant().

5495  {
5496  int res = INTERNALcomputeInterpolant(a0, a1, a2, a3, a4);
5498  if (err != Z3_error_code.Z3_OK)
5499  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5500  return res;
5501  }
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 5058 of file Native.java.

5059  {
5060  String res = INTERNALcontextToString(a0);
5062  if (err != Z3_error_code.Z3_OK)
5063  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5064  return res;
5065  }
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 long datatypeUpdateField ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2198 of file Native.java.

Referenced by Context.MkUpdateField().

2199  {
2200  long res = INTERNALdatatypeUpdateField(a0, a1, a2, a3);
2202  if (err != Z3_error_code.Z3_OK)
2203  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2204  return res;
2205  }
static native long INTERNALdatatypeUpdateField(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 decRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 711 of file Native.java.

712  {
713  INTERNALdecRef(a0, a1);
715  if (err != Z3_error_code.Z3_OK)
716  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
717  }
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 672 of file Native.java.

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

673  {
674  INTERNALdelConfig(a0);
675  }
static native void INTERNALdelConfig(long a0)
static void delConstructor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 978 of file Native.java.

Referenced by Constructor.finalize().

979  {
980  INTERNALdelConstructor(a0, a1);
982  if (err != Z3_error_code.Z3_OK)
983  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
984  }
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 1004 of file Native.java.

Referenced by ConstructorList.finalize().

1005  {
1008  if (err != Z3_error_code.Z3_OK)
1009  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1010  }
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 698 of file Native.java.

Referenced by Context.finalize().

699  {
700  INTERNALdelContext(a0);
701  }
static native void INTERNALdelContext(long a0)
static void delLiterals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4882 of file Native.java.

4883  {
4884  INTERNALdelLiterals(a0, a1);
4886  if (err != Z3_error_code.Z3_OK)
4887  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4888  }
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 4821 of file Native.java.

4822  {
4823  INTERNALdelModel(a0, a1);
4825  if (err != Z3_error_code.Z3_OK)
4826  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4827  }
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 4917 of file Native.java.

4918  {
4919  INTERNALdisableLiteral(a0, a1, a2);
4921  if (err != Z3_error_code.Z3_OK)
4922  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4923  }
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 3320 of file Native.java.

Referenced by Global.disableTrace().

3321  {
3323  }
static native void INTERNALdisableTrace(String a0)
static void enableTrace ( String  a0)
inlinestatic

Definition at line 3315 of file Native.java.

Referenced by Global.enableTrace().

3316  {
3317  INTERNALenableTrace(a0);
3318  }
static native void INTERNALenableTrace(String a0)
static boolean eval ( long  a0,
long  a1,
long  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 5040 of file Native.java.

5041  {
5042  boolean res = INTERNALeval(a0, a1, a2, a3);
5044  if (err != Z3_error_code.Z3_OK)
5045  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5046  return res;
5047  }
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 5049 of file Native.java.

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

4970  {
4971  boolean res = INTERNALevalFuncDecl(a0, a1, a2, a3);
4973  if (err != Z3_error_code.Z3_OK)
4974  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4975  return res;
4976  }
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 finalizeMemory ( )
inlinestatic

Definition at line 3330 of file Native.java.

3331  {
3333  }
static native void INTERNALfinalizeMemory()
static void fixedpointAddCover ( long  a0,
long  a1,
int  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 3446 of file Native.java.

Referenced by Fixedpoint.addCover().

3447  {
3448  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
3450  if (err != Z3_error_code.Z3_OK)
3451  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3452  }
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 3368 of file Native.java.

Referenced by Fixedpoint.addFact().

3369  {
3370  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
3372  if (err != Z3_error_code.Z3_OK)
3373  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3374  }
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 3360 of file Native.java.

Referenced by Fixedpoint.addRule().

3361  {
3362  INTERNALfixedpointAddRule(a0, a1, a2, a3);
3364  if (err != Z3_error_code.Z3_OK)
3365  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3366  }
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 3376 of file Native.java.

Referenced by Fixedpoint.add().

3377  {
3378  INTERNALfixedpointAssert(a0, a1, a2);
3380  if (err != Z3_error_code.Z3_OK)
3381  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3382  }
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 3352 of file Native.java.

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

Referenced by Fixedpoint.ParseFile().

3542  {
3543  long res = INTERNALfixedpointFromFile(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 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 3532 of file Native.java.

Referenced by Fixedpoint.ParseString().

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

Referenced by Fixedpoint.getAnswer().

3403  {
3404  long res = INTERNALfixedpointGetAnswer(a0, a1);
3406  if (err != Z3_error_code.Z3_OK)
3407  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3408  return res;
3409  }
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 3488 of file Native.java.

Referenced by Fixedpoint.getAssertions().

3489  {
3490  long res = INTERNALfixedpointGetAssertions(a0, a1);
3492  if (err != Z3_error_code.Z3_OK)
3493  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3494  return res;
3495  }
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 3437 of file Native.java.

Referenced by Fixedpoint.getCoverDelta().

3438  {
3439  long res = INTERNALfixedpointGetCoverDelta(a0, a1, a2, a3);
3441  if (err != Z3_error_code.Z3_OK)
3442  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3443  return res;
3444  }
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 3505 of file Native.java.

Referenced by Fixedpoint.getHelp().

3506  {
3507  String res = INTERNALfixedpointGetHelp(a0, a1);
3509  if (err != Z3_error_code.Z3_OK)
3510  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3511  return res;
3512  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static 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 3428 of file Native.java.

Referenced by Fixedpoint.getNumLevels().

3429  {
3430  int res = INTERNALfixedpointGetNumLevels(a0, a1, a2);
3432  if (err != Z3_error_code.Z3_OK)
3433  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3434  return res;
3435  }
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 3514 of file Native.java.

Referenced by Fixedpoint.getParameterDescriptions().

3515  {
3516  long res = INTERNALfixedpointGetParamDescrs(a0, a1);
3518  if (err != Z3_error_code.Z3_OK)
3519  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3520  return res;
3521  }
static native String 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 3411 of file Native.java.

Referenced by Fixedpoint.getReasonUnknown().

3412  {
3413  String res = INTERNALfixedpointGetReasonUnknown(a0, a1);
3415  if (err != Z3_error_code.Z3_OK)
3416  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3417  return res;
3418  }
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 3479 of file Native.java.

Referenced by Fixedpoint.getRules().

3480  {
3481  long res = INTERNALfixedpointGetRules(a0, a1);
3483  if (err != Z3_error_code.Z3_OK)
3484  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3485  return res;
3486  }
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 3454 of file Native.java.

Referenced by Fixedpoint.getStatistics().

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

3345  {
3346  INTERNALfixedpointIncRef(a0, a1);
3348  if (err != Z3_error_code.Z3_OK)
3349  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3350  }
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 3558 of file Native.java.

Referenced by Fixedpoint.pop().

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

Referenced by Fixedpoint.push().

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

Referenced by Fixedpoint.query().

3385  {
3386  int res = INTERNALfixedpointQuery(a0, a1, a2);
3388  if (err != Z3_error_code.Z3_OK)
3389  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3390  return res;
3391  }
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 3393 of file Native.java.

Referenced by Fixedpoint.query().

3394  {
3395  int res = INTERNALfixedpointQueryRelations(a0, a1, a2, a3);
3397  if (err != Z3_error_code.Z3_OK)
3398  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3399  return res;
3400  }
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 3463 of file Native.java.

Referenced by Fixedpoint.registerRelation().

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

Referenced by Fixedpoint.setParameters().

3498  {
3499  INTERNALfixedpointSetParams(a0, a1, a2);
3501  if (err != Z3_error_code.Z3_OK)
3502  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3503  }
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 3471 of file Native.java.

Referenced by Fixedpoint.setPredicateRepresentation().

3472  {
3475  if (err != Z3_error_code.Z3_OK)
3476  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3477  }
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 3523 of file Native.java.

Referenced by Fixedpoint.toString().

3524  {
3525  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
3527  if (err != Z3_error_code.Z3_OK)
3528  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3529  return res;
3530  }
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 3420 of file Native.java.

Referenced by Fixedpoint.updateRule().

3421  {
3422  INTERNALfixedpointUpdateRule(a0, a1, a2, a3);
3424  if (err != Z3_error_code.Z3_OK)
3425  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3426  }
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 6087 of file Native.java.

Referenced by FPSort.getEBits().

6088  {
6089  int res = INTERNALfpaGetEbits(a0, a1);
6091  if (err != Z3_error_code.Z3_OK)
6092  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6093  return res;
6094  }
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 6141 of file Native.java.

Referenced by FPNum.getExponentInt64().

6142  {
6143  boolean res = INTERNALfpaGetNumeralExponentInt64(a0, a1, a2);
6145  if (err != Z3_error_code.Z3_OK)
6146  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6147  return res;
6148  }
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 6132 of file Native.java.

Referenced by FPNum.getExponent().

6133  {
6134  String res = INTERNALfpaGetNumeralExponentString(a0, a1);
6136  if (err != Z3_error_code.Z3_OK)
6137  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6138  return res;
6139  }
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 6105 of file Native.java.

Referenced by FPNum.getSign().

6106  {
6107  boolean res = INTERNALfpaGetNumeralSign(a0, a1, a2);
6109  if (err != Z3_error_code.Z3_OK)
6110  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6111  return res;
6112  }
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 6114 of file Native.java.

Referenced by FPNum.getSignificand().

6115  {
6116  String res = INTERNALfpaGetNumeralSignificandString(a0, a1);
6118  if (err != Z3_error_code.Z3_OK)
6119  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6120  return res;
6121  }
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 boolean fpaGetNumeralSignificandUint64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 6123 of file Native.java.

Referenced by FPNum.getSignificandUInt64().

6124  {
6125  boolean res = INTERNALfpaGetNumeralSignificandUint64(a0, a1, a2);
6127  if (err != Z3_error_code.Z3_OK)
6128  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6129  return res;
6130  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaGetNumeralSignificandUint64(long a0, long a1, LongPtr a2)
static final Z3_error_code fromInt(int v)
static int fpaGetSbits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6096 of file Native.java.

Referenced by FPSort.getSBits().

6097  {
6098  int res = INTERNALfpaGetSbits(a0, a1);
6100  if (err != Z3_error_code.Z3_OK)
6101  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6102  return res;
6103  }
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 2243 of file Native.java.

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

Referenced by FuncDecl.toString().

3140  {
3141  String res = INTERNALfuncDeclToString(a0, a1);
3143  if (err != Z3_error_code.Z3_OK)
3144  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3145  return res;
3146  }
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 3048 of file Native.java.

3049  {
3050  INTERNALfuncEntryDecRef(a0, a1);
3052  if (err != Z3_error_code.Z3_OK)
3053  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3054  }
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 3074 of file Native.java.

Referenced by FuncInterp.Entry.getArgs().

3075  {
3076  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
3078  if (err != Z3_error_code.Z3_OK)
3079  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3080  return res;
3081  }
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 3065 of file Native.java.

Referenced by FuncInterp.Entry.getNumArgs().

3066  {
3067  int res = INTERNALfuncEntryGetNumArgs(a0, a1);
3069  if (err != Z3_error_code.Z3_OK)
3070  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3071  return res;
3072  }
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 3056 of file Native.java.

Referenced by FuncInterp.Entry.getValue().

3057  {
3058  long res = INTERNALfuncEntryGetValue(a0, a1);
3060  if (err != Z3_error_code.Z3_OK)
3061  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3062  return res;
3063  }
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 3040 of file Native.java.

3041  {
3042  INTERNALfuncEntryIncRef(a0, a1);
3044  if (err != Z3_error_code.Z3_OK)
3045  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3046  }
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 2996 of file Native.java.

2997  {
2998  INTERNALfuncInterpDecRef(a0, a1);
3000  if (err != Z3_error_code.Z3_OK)
3001  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3002  }
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 3031 of file Native.java.

Referenced by FuncInterp.getArity().

3032  {
3033  int res = INTERNALfuncInterpGetArity(a0, a1);
3035  if (err != Z3_error_code.Z3_OK)
3036  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3037  return res;
3038  }
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 3022 of file Native.java.

Referenced by FuncInterp.getElse().

3023  {
3024  long res = INTERNALfuncInterpGetElse(a0, a1);
3026  if (err != Z3_error_code.Z3_OK)
3027  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3028  return res;
3029  }
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 3013 of file Native.java.

Referenced by FuncInterp.getEntries().

3014  {
3015  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
3017  if (err != Z3_error_code.Z3_OK)
3018  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3019  return res;
3020  }
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 3004 of file Native.java.

Referenced by FuncInterp.getNumEntries().

3005  {
3006  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
3008  if (err != Z3_error_code.Z3_OK)
3009  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3010  return res;
3011  }
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 2988 of file Native.java.

2989  {
2990  INTERNALfuncInterpIncRef(a0, a1);
2992  if (err != Z3_error_code.Z3_OK)
2993  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2994  }
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 2639 of file Native.java.

Referenced by AlgebraicNum.toLower().

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

Referenced by AlgebraicNum.toUpper().

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

Referenced by Expr.getArgs().

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

Referenced by Expr.getFuncDecl().

2415  {
2416  long res = INTERNALgetAppDecl(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 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 2423 of file Native.java.

Referenced by Expr.getNumArgs().

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

Referenced by FuncDecl.getArity().

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

Referenced by ArraySort.getDomain().

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

Referenced by ArraySort.getRange().

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

4988  {
4989  INTERNALgetArrayValue(a0, a1, a2, a3, a4, a5, a6);
4991  if (err != Z3_error_code.Z3_OK)
4992  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4993  }
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 2979 of file Native.java.

Referenced by Model.getFuncInterp().

2980  {
2981  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
2983  if (err != Z3_error_code.Z3_OK)
2984  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2985  return res;
2986  }
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 2459 of file Native.java.

Referenced by AST.hashCode().

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

Referenced by AST.getId().

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

Referenced by Expr.Expr(), AST.getASTKind(), Quantifier.getBody(), FuncDecl.Parameter.getParameterKind(), AST.getSExpr(), and Sort.toString().

2496  {
2497  int res = INTERNALgetAstKind(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 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 2486 of file Native.java.

Referenced by Expr.getBoolValue().

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

Referenced by BitVecSort.getSize().

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

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

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

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

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

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

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

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

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

2181  {
2182  long res = INTERNALgetDatatypeSortRecognizer(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 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 2378 of file Native.java.

Referenced by FuncDecl.getParameters().

2379  {
2380  long res = INTERNALgetDeclAstParameter(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 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 2351 of file Native.java.

Referenced by FuncDecl.getParameters().

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

Referenced by FuncDecl.getParameters().

2388  {
2389  long res = INTERNALgetDeclFuncDeclParameter(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 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 2342 of file Native.java.

Referenced by FuncDecl.getParameters().

2343  {
2344  int res = INTERNALgetDeclIntParameter(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 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 2279 of file Native.java.

Referenced by FuncDecl.getDeclKind().

2280  {
2281  int res = INTERNALgetDeclKind(a0, a1);
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 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 2270 of file Native.java.

Referenced by FuncDecl.getName().

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

Referenced by FuncDecl.getNumParameters().

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

2334  {
2335  int res = INTERNALgetDeclParameterKind(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 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 2396 of file Native.java.

Referenced by FuncDecl.getParameters().

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

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

2361  {
2362  long res = INTERNALgetDeclSymbolParameter(a0, a1, a2);
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 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 2576 of file Native.java.

Referenced by RatNum.getDenominator().

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

Referenced by FuncDecl.getDomain().

2307  {
2308  long res = INTERNALgetDomain(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 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 2288 of file Native.java.

Referenced by FuncDecl.getDomainSize().

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

3282  {
3283  int res = INTERNALgetErrorCode(a0);
3284  return res;
3285  }
static native int INTERNALgetErrorCode(long a0)
static String getErrorMsg ( int  a0)
inlinestatic

Definition at line 3295 of file Native.java.

3296  {
3297  String res = INTERNALgetErrorMsg(a0);
3298  return res;
3299  }
static native String INTERNALgetErrorMsg(int a0)
static String getErrorMsgEx ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3301 of file Native.java.

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

Referenced by FiniteDomainSort.getSize().

2109  {
2110  boolean res = INTERNALgetFiniteDomainSortSize(a0, a1, a2);
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 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 2261 of file Native.java.

Referenced by FuncDecl.getId().

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

4874  {
4875  long res = INTERNALgetGuessedLiterals(a0);
4877  if (err != Z3_error_code.Z3_OK)
4878  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4879  return res;
4880  }
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 4812 of file Native.java.

4813  {
4814  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4816  if (err != Z3_error_code.Z3_OK)
4817  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4818  return res;
4819  }
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 2684 of file Native.java.

Referenced by Expr.getIndex().

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

Referenced by InterpolationContext.GetInterpolant().

5486  {
5487  long res = INTERNALgetInterpolant(a0, a1, a2, a3);
5489  if (err != Z3_error_code.Z3_OK)
5490  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5491  return res;
5492  }
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 4899 of file Native.java.

4900  {
4901  long res = INTERNALgetLabelSymbol(a0, a1, a2);
4903  if (err != Z3_error_code.Z3_OK)
4904  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4905  return res;
4906  }
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 4908 of file Native.java.

4909  {
4910  long res = INTERNALgetLiteral(a0, a1, a2);
4912  if (err != Z3_error_code.Z3_OK)
4913  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4914  return res;
4915  }
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 4942 of file Native.java.

4943  {
4944  long res = INTERNALgetModelConstant(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 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 4960 of file Native.java.

4961  {
4962  long res = INTERNALgetModelFuncDecl(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 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 4995 of file Native.java.

4996  {
4997  long res = INTERNALgetModelFuncElse(a0, a1, a2);
4999  if (err != Z3_error_code.Z3_OK)
5000  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5001  return res;
5002  }
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 5022 of file Native.java.

5023  {
5024  long res = INTERNALgetModelFuncEntryArg(a0, a1, a2, a3, a4);
5026  if (err != Z3_error_code.Z3_OK)
5027  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5028  return res;
5029  }
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 5013 of file Native.java.

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

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

5005  {
5006  int res = INTERNALgetModelFuncNumEntries(a0, a1, a2);
5008  if (err != Z3_error_code.Z3_OK)
5009  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5010  return res;
5011  }
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 4933 of file Native.java.

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

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

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

2559  {
2560  String res = INTERNALgetNumeralDecimalString(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 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 2594 of file Native.java.

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

2595  {
2596  boolean res = INTERNALgetNumeralInt(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 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 2621 of file Native.java.

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

2622  {
2623  boolean res = INTERNALgetNumeralInt64(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 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 2630 of file Native.java.

2631  {
2632  boolean res = INTERNALgetNumeralRationalInt64(a0, a1, a2, a3);
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 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 2585 of file Native.java.

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

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

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

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

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

Referenced by RatNum.getNumerator().

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

4891  {
4892  int res = INTERNALgetNumLiterals(a0, a1);
4894  if (err != Z3_error_code.Z3_OK)
4895  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4896  return res;
4897  }
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 4307 of file Native.java.

Referenced by Context.getNumProbes().

4308  {
4309  int res = INTERNALgetNumProbes(a0);
4311  if (err != Z3_error_code.Z3_OK)
4312  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4313  return res;
4314  }
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 4760 of file Native.java.

4761  {
4762  int res = INTERNALgetNumScopes(a0);
4764  if (err != Z3_error_code.Z3_OK)
4765  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4766  return res;
4767  }
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 4289 of file Native.java.

Referenced by Context.getNumTactics().

4290  {
4291  int res = INTERNALgetNumTactics(a0);
4293  if (err != Z3_error_code.Z3_OK)
4294  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4295  return res;
4296  }
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 2675 of file Native.java.

Referenced by Pattern.getTerms().

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

Referenced by Pattern.getNumTerms().

2667  {
2668  int res = INTERNALgetPatternNumTerms(a0, a1);
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 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 4316 of file Native.java.

Referenced by Context.getProbeNames().

4317  {
4318  String res = INTERNALgetProbeName(a0, a1);
4320  if (err != Z3_error_code.Z3_OK)
4321  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4322  return res;
4323  }
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 2774 of file Native.java.

Referenced by Quantifier.getBody().

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

Referenced by Quantifier.getBoundVariableNames().

2757  {
2758  long res = INTERNALgetQuantifierBoundName(a0, a1, a2);
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 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 2765 of file Native.java.

Referenced by Quantifier.getBoundVariableSorts().

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

Referenced by Quantifier.getNoPatterns().

2739  {
2740  long res = INTERNALgetQuantifierNoPatternAst(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 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 2747 of file Native.java.

Referenced by Quantifier.getNumBound().

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

Referenced by Quantifier.getNumNoPatterns().

2730  {
2731  int res = INTERNALgetQuantifierNumNoPatterns(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 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 2711 of file Native.java.

Referenced by Quantifier.getNumPatterns().

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

Referenced by Quantifier.getPatterns().

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

Referenced by Quantifier.getWeight().

2703  {
2704  int res = INTERNALgetQuantifierWeight(a0, a1);
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 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 2315 of file Native.java.

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

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

Referenced by RelationSort.getArity().

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

Referenced by RelationSort.getColumnSorts().

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

4856  {
4857  long res = INTERNALgetRelevantLabels(a0);
4859  if (err != Z3_error_code.Z3_OK)
4860  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4861  return res;
4862  }
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 4864 of file Native.java.

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

Definition at line 4837 of file Native.java.

4838  {
4839  int res = INTERNALgetSearchFailure(a0);
4841  if (err != Z3_error_code.Z3_OK)
4842  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4843  return res;
4844  }
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 3227 of file Native.java.

Referenced by Context.getSMTLIBAssumptions().

3228  {
3229  long res = INTERNALgetSmtlibAssumption(a0, a1);
3231  if (err != Z3_error_code.Z3_OK)
3232  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3233  return res;
3234  }
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 3245 of file Native.java.

Referenced by Context.getSMTLIBDecls().

3246  {
3247  long res = INTERNALgetSmtlibDecl(a0, a1);
3249  if (err != Z3_error_code.Z3_OK)
3250  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3251  return res;
3252  }
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 3272 of file Native.java.

3273  {
3274  String res = INTERNALgetSmtlibError(a0);
3276  if (err != Z3_error_code.Z3_OK)
3277  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3278  return res;
3279  }
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 3209 of file Native.java.

Referenced by Context.getSMTLIBFormulas().

3210  {
3211  long res = INTERNALgetSmtlibFormula(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 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 3218 of file Native.java.

Referenced by Context.getNumSMTLIBAssumptions().

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

Referenced by Context.getNumSMTLIBDecls().

3237  {
3238  int res = INTERNALgetSmtlibNumDecls(a0);
3240  if (err != Z3_error_code.Z3_OK)
3241  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3242  return res;
3243  }
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 3200 of file Native.java.

Referenced by Context.getNumSMTLIBFormulas().

3201  {
3202  int res = INTERNALgetSmtlibNumFormulas(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 INTERNALgetSmtlibNumFormulas(long a0)
static final Z3_error_code fromInt(int v)
static int getSmtlibNumSorts ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3254 of file Native.java.

Referenced by Context.getNumSMTLIBSorts().

3255  {
3256  int res = INTERNALgetSmtlibNumSorts(a0);
3258  if (err != Z3_error_code.Z3_OK)
3259  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3260  return res;
3261  }
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 3263 of file Native.java.

Referenced by Context.getSMTLIBSorts().

3264  {
3265  long res = INTERNALgetSmtlibSort(a0, a1);
3267  if (err != Z3_error_code.Z3_OK)
3268  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3269  return res;
3270  }
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 2468 of file Native.java.

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

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

Referenced by Sort.getId().

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

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

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

Referenced by Sort.getName().

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

Referenced by IntSymbol.getInt().

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

Referenced by IntSymbol.getInt(), Symbol.getKind(), StringSymbol.getString(), and Symbol.Symbol().

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

Referenced by StringSymbol.getString().

2046  {
2047  String res = INTERNALgetSymbolString(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 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 4298 of file Native.java.

Referenced by Context.getTacticNames().

4299  {
4300  String res = INTERNALgetTacticName(a0, a1);
4302  if (err != Z3_error_code.Z3_OK)
4303  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4304  return res;
4305  }
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 2153 of file Native.java.

Referenced by TupleSort.getFieldDecls().

2154  {
2155  long res = INTERNALgetTupleSortFieldDecl(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 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 2135 of file Native.java.

Referenced by TupleSort.mkDecl().

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

Referenced by TupleSort.getNumFields().

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

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

3311  {
3312  INTERNALgetVersion(a0, a1, a2, a3);
3313  }
static native void INTERNALgetVersion(IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
static boolean globalParamGet ( String  a0,
StringPtr  a1 
)
inlinestatic

Definition at line 660 of file Native.java.

Referenced by Global.getParameter().

661  {
662  boolean res = INTERNALglobalParamGet(a0, a1);
663  return res;
664  }
static native boolean INTERNALglobalParamGet(String a0, StringPtr a1)
static void globalParamResetAll ( )
inlinestatic

Definition at line 655 of file Native.java.

Referenced by Global.resetParameters().

656  {
658  }
static native void INTERNALglobalParamResetAll()
static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 650 of file Native.java.

Referenced by Global.setParameter().

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

Definition at line 3944 of file Native.java.

Referenced by Goal.add().

3945  {
3946  INTERNALgoalAssert(a0, a1, a2);
3948  if (err != Z3_error_code.Z3_OK)
3949  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3950  }
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 3927 of file Native.java.

3928  {
3929  INTERNALgoalDecRef(a0, a1);
3931  if (err != Z3_error_code.Z3_OK)
3932  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3933  }
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 3961 of file Native.java.

Referenced by Goal.getDepth().

3962  {
3963  int res = INTERNALgoalDepth(a0, a1);
3965  if (err != Z3_error_code.Z3_OK)
3966  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3967  return res;
3968  }
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 3987 of file Native.java.

Referenced by Goal.getFormulas().

3988  {
3989  long res = INTERNALgoalFormula(a0, a1, a2);
3991  if (err != Z3_error_code.Z3_OK)
3992  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3993  return res;
3994  }
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 3952 of file Native.java.

Referenced by Goal.inconsistent().

3953  {
3954  boolean res = INTERNALgoalInconsistent(a0, a1);
3956  if (err != Z3_error_code.Z3_OK)
3957  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3958  return res;
3959  }
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 3919 of file Native.java.

3920  {
3921  INTERNALgoalIncRef(a0, a1);
3923  if (err != Z3_error_code.Z3_OK)
3924  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3925  }
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 4005 of file Native.java.

Referenced by Goal.isDecidedSat().

4006  {
4007  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
4009  if (err != Z3_error_code.Z3_OK)
4010  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4011  return res;
4012  }
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 4014 of file Native.java.

Referenced by Goal.isDecidedUnsat().

4015  {
4016  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
4018  if (err != Z3_error_code.Z3_OK)
4019  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4020  return res;
4021  }
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 3996 of file Native.java.

Referenced by Goal.getNumExprs().

3997  {
3998  int res = INTERNALgoalNumExprs(a0, a1);
4000  if (err != Z3_error_code.Z3_OK)
4001  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4002  return res;
4003  }
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 3935 of file Native.java.

Referenced by Goal.getPrecision().

3936  {
3937  int res = INTERNALgoalPrecision(a0, a1);
3939  if (err != Z3_error_code.Z3_OK)
3940  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3941  return res;
3942  }
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 3970 of file Native.java.

Referenced by Goal.reset().

3971  {
3972  INTERNALgoalReset(a0, a1);
3974  if (err != Z3_error_code.Z3_OK)
3975  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3976  }
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 3978 of file Native.java.

Referenced by Goal.size().

3979  {
3980  int res = INTERNALgoalSize(a0, a1);
3982  if (err != Z3_error_code.Z3_OK)
3983  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3984  return res;
3985  }
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 4032 of file Native.java.

Referenced by Goal.toString().

4033  {
4034  String res = INTERNALgoalToString(a0, a1);
4036  if (err != Z3_error_code.Z3_OK)
4037  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4038  return res;
4039  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String 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 4023 of file Native.java.

Referenced by Goal.translate().

4024  {
4025  long res = INTERNALgoalTranslate(a0, a1, a2);
4027  if (err != Z3_error_code.Z3_OK)
4028  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4029  return res;
4030  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native 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 703 of file Native.java.

704  {
705  INTERNALincRef(a0, a1);
707  if (err != Z3_error_code.Z3_OK)
708  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
709  }
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 long INTERNALdatatypeUpdateField ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected
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 INTERNALfinalizeMemory ( )
staticprotected

Referenced by Native.finalizeMemory().

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 boolean INTERNALfpaGetNumeralSignificandUint64 ( long  a0,
long  a1,
LongPtr  a2 
)
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.datatypeUpdateField(), 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.fpaGetNumeralSignificandUint64(), 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.mkAtmost(), 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.mkOptimize(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPble(), 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.optimizeAssert(), Native.optimizeAssertSoft(), Native.optimizeCheck(), Native.optimizeDecRef(), Native.optimizeGetHelp(), Native.optimizeGetLower(), Native.optimizeGetModel(), Native.optimizeGetParamDescrs(), Native.optimizeGetReasonUnknown(), Native.optimizeGetStatistics(), Native.optimizeGetUpper(), Native.optimizeIncRef(), Native.optimizeMaximize(), Native.optimizeMinimize(), Native.optimizePop(), Native.optimizePush(), Native.optimizeSetParams(), Native.optimizeToString(), 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.datatypeUpdateField(), 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.fpaGetNumeralSignificandUint64(), 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.mkAtmost(), 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.mkOptimize(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPble(), 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.optimizeAssert(), Native.optimizeAssertSoft(), Native.optimizeCheck(), Native.optimizeDecRef(), Native.optimizeGetHelp(), Native.optimizeGetLower(), Native.optimizeGetModel(), Native.optimizeGetParamDescrs(), Native.optimizeGetReasonUnknown(), Native.optimizeGetStatistics(), Native.optimizeGetUpper(), Native.optimizeIncRef(), Native.optimizeMaximize(), Native.optimizeMinimize(), Native.optimizePop(), Native.optimizePush(), Native.optimizeSetParams(), Native.optimizeToString(), 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 INTERNALmkAtmost ( long  a0,
int  a1,
long[]  a2,
int  a3 
)
staticprotected

Referenced by Native.mkAtmost().

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 INTERNALmkOptimize ( long  a0)
staticprotected

Referenced by Native.mkOptimize().

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 INTERNALmkPble ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
int  a4 
)
staticprotected

Referenced by Native.mkPble().

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 INTERNALoptimizeAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.optimizeAssert().

static native int INTERNALoptimizeAssertSoft ( long  a0,
long  a1,
long  a2,
String  a3,
long  a4 
)
staticprotected
static native int INTERNALoptimizeCheck ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.optimizeCheck().

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

Referenced by Native.optimizeDecRef().

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

Referenced by Native.optimizeGetHelp().

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

Referenced by Native.optimizeGetLower().

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

Referenced by Native.optimizeGetModel().

static native long INTERNALoptimizeGetParamDescrs ( long  a0,
long  a1 
)
staticprotected
static native String INTERNALoptimizeGetReasonUnknown ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALoptimizeGetStatistics ( long  a0,
long  a1 
)
staticprotected
static native long INTERNALoptimizeGetUpper ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.optimizeGetUpper().

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

Referenced by Native.optimizeIncRef().

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

Referenced by Native.optimizeMaximize().

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

Referenced by Native.optimizeMinimize().

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

Referenced by Native.optimizePop().

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

Referenced by Native.optimizePush().

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

Referenced by Native.optimizeToString().

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

Referenced by InterpolationContext.InterpolationProfile().

5504  {
5505  String res = INTERNALinterpolationProfile(a0);
5507  if (err != Z3_error_code.Z3_OK)
5508  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5509  return res;
5510  }
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 727 of file Native.java.

Referenced by Context.interrupt().

728  {
729  INTERNALinterrupt(a0);
731  if (err != Z3_error_code.Z3_OK)
732  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
733  }
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 2522 of file Native.java.

Referenced by Expr.Expr(), and Expr.isAlgebraicNumber().

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

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

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

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

Referenced by Model.getFuncInterp().

2971  {
2972  boolean res = INTERNALisAsArray(a0, a1);
2974  if (err != Z3_error_code.Z3_OK)
2975  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2976  return res;
2977  }
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 2441 of file Native.java.

Referenced by AST.equals().

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

Referenced by FuncDecl.equals().

2253  {
2254  boolean res = INTERNALisEqFuncDecl(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 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 2081 of file Native.java.

Referenced by Sort.equals(), and Expr.isBool().

2082  {
2083  boolean res = INTERNALisEqSort(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 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 2513 of file Native.java.

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

2514  {
2515  boolean res = INTERNALisNumeralAst(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 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 2693 of file Native.java.

Referenced by Quantifier.isUniversal().

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

Referenced by Expr.isWellSorted().

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

Referenced by Context.mkAdd().

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

Referenced by Context.mkAnd().

1155  {
1156  long res = INTERNALmkAnd(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 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 1037 of file Native.java.

Referenced by Expr.Expr().

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

Referenced by Context.mkTermArray().

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

Referenced by ArraySort.getRange().

934  {
935  long res = INTERNALmkArraySort(a0, a1, a2);
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 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 3816 of file Native.java.

3817  {
3818  long res = INTERNALmkAstMap(a0);
3820  if (err != Z3_error_code.Z3_OK)
3821  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3822  return res;
3823  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAstMap(long a0)
static final Z3_error_code fromInt(int v)
static long mkAstVector ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3731 of file Native.java.

Referenced by ASTVector.toString().

3732  {
3733  long res = INTERNALmkAstVector(a0);
3735  if (err != Z3_error_code.Z3_OK)
3736  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3737  return res;
3738  }
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 mkAtmost ( long  a0,
int  a1,
long[]  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 2225 of file Native.java.

2226  {
2227  long res = INTERNALmkAtmost(a0, a1, a2, a3);
2229  if (err != Z3_error_code.Z3_OK)
2230  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2231  return res;
2232  }
static native long INTERNALmkAtmost(long a0, int 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 mkBoolSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 888 of file Native.java.

Referenced by Expr.isBool().

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

Referenced by Context.mkBound().

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

Referenced by Context.mkBV2Int().

1659  {
1660  long res = INTERNALmkBv2int(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 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 1397 of file Native.java.

Referenced by Context.mkBVAdd().

1398  {
1399  long res = INTERNALmkBvadd(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 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 1667 of file Native.java.

Referenced by Context.mkBVAddNoOverflow().

1668  {
1669  long res = INTERNALmkBvaddNoOverflow(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 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 1676 of file Native.java.

Referenced by Context.mkBVAddNoUnderflow().

1677  {
1678  long res = INTERNALmkBvaddNoUnderflow(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 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 1334 of file Native.java.

Referenced by Context.mkBVAND().

1335  {
1336  long res = INTERNALmkBvand(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 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 1604 of file Native.java.

Referenced by Context.mkBVASHR().

1605  {
1606  long res = INTERNALmkBvashr(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 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 1595 of file Native.java.

Referenced by Context.mkBVLSHR().

1596  {
1597  long res = INTERNALmkBvlshr(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 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 1415 of file Native.java.

Referenced by Context.mkBVMul().

1416  {
1417  long res = INTERNALmkBvmul(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 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 1721 of file Native.java.

Referenced by Context.mkBVMulNoOverflow().

1722  {
1723  long res = INTERNALmkBvmulNoOverflow(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 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 1730 of file Native.java.

Referenced by Context.mkBVMulNoUnderflow().

1731  {
1732  long res = INTERNALmkBvmulNoUnderflow(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 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 1361 of file Native.java.

Referenced by Context.mkBVNAND().

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

Referenced by Context.mkBVNeg().

1389  {
1390  long res = INTERNALmkBvneg(a0, a1);
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 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 1712 of file Native.java.

Referenced by Context.mkBVNegNoOverflow().

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

Referenced by Context.mkBVNOR().

1371  {
1372  long res = INTERNALmkBvnor(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 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 1307 of file Native.java.

Referenced by Context.mkBVNot().

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

Referenced by Context.mkBVOR().

1344  {
1345  long res = INTERNALmkBvor(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 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 1316 of file Native.java.

Referenced by Context.mkBVRedAND().

1317  {
1318  long res = INTERNALmkBvredand(a0, a1);
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 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 1325 of file Native.java.

Referenced by Context.mkBVRedOR().

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

Referenced by Context.mkBVSDiv().

1434  {
1435  long res = INTERNALmkBvsdiv(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 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 1703 of file Native.java.

Referenced by Context.mkBVSDivNoOverflow().

1704  {
1705  long res = INTERNALmkBvsdivNoOverflow(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 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 1514 of file Native.java.

Referenced by Context.mkBVSGE().

1515  {
1516  long res = INTERNALmkBvsge(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 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 1532 of file Native.java.

Referenced by Context.mkBVSGT().

1533  {
1534  long res = INTERNALmkBvsgt(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 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 1586 of file Native.java.

Referenced by Context.mkBVSHL().

1587  {
1588  long res = INTERNALmkBvshl(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 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 1496 of file Native.java.

Referenced by Context.mkBVSLE().

1497  {
1498  long res = INTERNALmkBvsle(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 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 1478 of file Native.java.

Referenced by Context.mkBVSLT().

1479  {
1480  long res = INTERNALmkBvslt(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 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 1460 of file Native.java.

Referenced by Context.mkBVSMod().

1461  {
1462  long res = INTERNALmkBvsmod(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 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 915 of file Native.java.

Referenced by Context.mkBitVecSort().

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

Referenced by Context.mkBVSRem().

1452  {
1453  long res = INTERNALmkBvsrem(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 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 1406 of file Native.java.

Referenced by Context.mkBVSub().

1407  {
1408  long res = INTERNALmkBvsub(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 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 1685 of file Native.java.

Referenced by Context.mkBVSubNoOverflow().

1686  {
1687  long res = INTERNALmkBvsubNoOverflow(a0, a1, a2);
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 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 1694 of file Native.java.

Referenced by Context.mkBVSubNoUnderflow().

1695  {
1696  long res = INTERNALmkBvsubNoUnderflow(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 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 1424 of file Native.java.

Referenced by Context.mkBVUDiv().

1425  {
1426  long res = INTERNALmkBvudiv(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 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 1505 of file Native.java.

Referenced by Context.mkBVUGE().

1506  {
1507  long res = INTERNALmkBvuge(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 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 1523 of file Native.java.

Referenced by Context.mkBVUGT().

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

Referenced by Context.mkBVULE().

1488  {
1489  long res = INTERNALmkBvule(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 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 1469 of file Native.java.

Referenced by Context.mkBVULT().

1470  {
1471  long res = INTERNALmkBvult(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 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 1442 of file Native.java.

Referenced by Context.mkBVURem().

1443  {
1444  long res = INTERNALmkBvurem(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 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 1379 of file Native.java.

Referenced by Context.mkBVXNOR().

1380  {
1381  long res = INTERNALmkBvxnor(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 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 1352 of file Native.java.

Referenced by Context.mkBVXOR().

1353  {
1354  long res = INTERNALmkBvxor(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 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 1541 of file Native.java.

Referenced by Context.mkConcat().

1542  {
1543  long res = INTERNALmkConcat(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 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 666 of file Native.java.

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

667  {
668  long res = INTERNALmkConfig();
669  return res;
670  }
static native long INTERNALmkConfig()
static long mkConst ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1046 of file Native.java.

Referenced by Context.mkConst().

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

Referenced by Context.mkConstArray().

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

Referenced by Constructor.finalize().

970  {
971  long res = INTERNALmkConstructor(a0, a1, a2, a3, a4, a5, a6);
973  if (err != Z3_error_code.Z3_OK)
974  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
975  return res;
976  }
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 995 of file Native.java.

Referenced by ConstructorList.finalize().

996  {
997  long res = INTERNALmkConstructorList(a0, a1, a2);
999  if (err != Z3_error_code.Z3_OK)
1000  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1001  return res;
1002  }
static native 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 682 of file Native.java.

683  {
684  long res = INTERNALmkContext(a0);
685  if (res == 0)
686  throw new Z3Exception("Object allocation failed.");
687  return res;
688  }
static native long INTERNALmkContext(long a0)
static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 690 of file Native.java.

Referenced by Context.Context().

691  {
692  long res = INTERNALmkContextRc(a0);
693  if (res == 0)
694  throw new Z3Exception("Object allocation failed.");
695  return res;
696  }
static native long INTERNALmkContextRc(long a0)
static long mkDatatype ( long  a0,
long  a1,
int  a2,
long[]  a3 
) throws Z3Exception
inlinestatic

Definition at line 986 of file Native.java.

Referenced by DatatypeSort.getAccessors().

987  {
988  long res = INTERNALmkDatatype(a0, a1, a2, a3);
990  if (err != Z3_error_code.Z3_OK)
991  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
992  return res;
993  }
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 1012 of file Native.java.

Referenced by Context.mkDatatypeSorts().

1013  {
1014  INTERNALmkDatatypes(a0, a1, a2, a3, a4);
1016  if (err != Z3_error_code.Z3_OK)
1017  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1018  }
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 1100 of file Native.java.

Referenced by Context.mkDistinct().

1101  {
1102  long res = INTERNALmkDistinct(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 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 1208 of file Native.java.

Referenced by Context.mkDiv().

1209  {
1210  long res = INTERNALmkDiv(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 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 1793 of file Native.java.

Referenced by Context.mkEmptySet().

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

Referenced by EnumSort.getTesterDecl().

952  {
953  long res = INTERNALmkEnumerationSort(a0, a1, a2, a3, a4, a5);
955  if (err != Z3_error_code.Z3_OK)
956  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
957  return res;
958  }
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 1091 of file Native.java.

Referenced by Context.mkEq().

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

1965  {
1966  long res = INTERNALmkExists(a0, a1, a2, a3, a4, a5, a6, a7);
1968  if (err != Z3_error_code.Z3_OK)
1969  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1970  return res;
1971  }
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 2000 of file Native.java.

2001  {
2002  long res = INTERNALmkExistsConst(a0, a1, a2, a3, a4, a5, a6);
2004  if (err != Z3_error_code.Z3_OK)
2005  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2006  return res;
2007  }
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 1550 of file Native.java.

Referenced by Context.mkExtract().

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

Referenced by Context.mkBVRotateLeft().

1632  {
1633  long res = INTERNALmkExtRotateLeft(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 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 1640 of file Native.java.

Referenced by Context.mkBVRotateRight().

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

Referenced by Context.mkFalse().

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

Referenced by FiniteDomainSort.getSize().

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

Referenced by Fixedpoint.ParseString().

3336  {
3337  long res = INTERNALmkFixedpoint(a0);
3339  if (err != Z3_error_code.Z3_OK)
3340  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3341  return res;
3342  }
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 1955 of file Native.java.

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

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

Referenced by Context.mkFPAbs().

5800  {
5801  long res = INTERNALmkFpaAbs(a0, a1);
5803  if (err != Z3_error_code.Z3_OK)
5804  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5805  return res;
5806  }
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 5817 of file Native.java.

Referenced by Context.mkFPAdd().

5818  {
5819  long res = INTERNALmkFpaAdd(a0, a1, a2, a3);
5821  if (err != Z3_error_code.Z3_OK)
5822  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5823  return res;
5824  }
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 5844 of file Native.java.

Referenced by Context.mkFPDiv().

5845  {
5846  long res = INTERNALmkFpaDiv(a0, a1, a2, a3);
5848  if (err != Z3_error_code.Z3_OK)
5849  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5850  return res;
5851  }
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 5943 of file Native.java.

Referenced by Context.mkFPEq().

5944  {
5945  long res = INTERNALmkFpaEq(a0, a1, a2);
5947  if (err != Z3_error_code.Z3_OK)
5948  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5949  return res;
5950  }
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 5853 of file Native.java.

Referenced by Context.mkFPFMA().

5854  {
5855  long res = INTERNALmkFpaFma(a0, a1, a2, a3, a4);
5857  if (err != Z3_error_code.Z3_OK)
5858  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5859  return res;
5860  }
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 5745 of file Native.java.

Referenced by Context.mkFP().

5746  {
5747  long res = INTERNALmkFpaFp(a0, a1, a2, a3);
5749  if (err != Z3_error_code.Z3_OK)
5750  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5751  return res;
5752  }
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 5925 of file Native.java.

Referenced by Context.mkFPGEq().

5926  {
5927  long res = INTERNALmkFpaGeq(a0, a1, a2);
5929  if (err != Z3_error_code.Z3_OK)
5930  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5931  return res;
5932  }
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 5934 of file Native.java.

Referenced by Context.mkFPGt().

5935  {
5936  long res = INTERNALmkFpaGt(a0, a1, a2);
5938  if (err != Z3_error_code.Z3_OK)
5939  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5940  return res;
5941  }
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 5727 of file Native.java.

Referenced by Context.mkFPInf().

5728  {
5729  long res = INTERNALmkFpaInf(a0, a1, a2);
5731  if (err != Z3_error_code.Z3_OK)
5732  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5733  return res;
5734  }
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 5979 of file Native.java.

Referenced by Context.mkFPIsInfinite().

5980  {
5981  long res = INTERNALmkFpaIsInfinite(a0, a1);
5983  if (err != Z3_error_code.Z3_OK)
5984  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5985  return res;
5986  }
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 5988 of file Native.java.

Referenced by Context.mkFPIsNaN().

5989  {
5990  long res = INTERNALmkFpaIsNan(a0, a1);
5992  if (err != Z3_error_code.Z3_OK)
5993  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5994  return res;
5995  }
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 5997 of file Native.java.

Referenced by Context.mkFPIsNegative().

5998  {
5999  long res = INTERNALmkFpaIsNegative(a0, a1);
6001  if (err != Z3_error_code.Z3_OK)
6002  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6003  return res;
6004  }
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 5952 of file Native.java.

Referenced by Context.mkFPIsNormal().

5953  {
5954  long res = INTERNALmkFpaIsNormal(a0, a1);
5956  if (err != Z3_error_code.Z3_OK)
5957  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5958  return res;
5959  }
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 6006 of file Native.java.

Referenced by Context.mkFPIsPositive().

6007  {
6008  long res = INTERNALmkFpaIsPositive(a0, a1);
6010  if (err != Z3_error_code.Z3_OK)
6011  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6012  return res;
6013  }
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 5961 of file Native.java.

Referenced by Context.mkFPIsSubnormal().

5962  {
5963  long res = INTERNALmkFpaIsSubnormal(a0, a1);
5965  if (err != Z3_error_code.Z3_OK)
5966  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5967  return res;
5968  }
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 5970 of file Native.java.

Referenced by Context.mkFPIsZero().

5971  {
5972  long res = INTERNALmkFpaIsZero(a0, a1);
5974  if (err != Z3_error_code.Z3_OK)
5975  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5976  return res;
5977  }
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 5907 of file Native.java.

Referenced by Context.mkFPLEq().

5908  {
5909  long res = INTERNALmkFpaLeq(a0, a1, a2);
5911  if (err != Z3_error_code.Z3_OK)
5912  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5913  return res;
5914  }
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 5916 of file Native.java.

Referenced by Context.mkFPLt().

5917  {
5918  long res = INTERNALmkFpaLt(a0, a1, a2);
5920  if (err != Z3_error_code.Z3_OK)
5921  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5922  return res;
5923  }
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 5898 of file Native.java.

Referenced by Context.mkFPMax().

5899  {
5900  long res = INTERNALmkFpaMax(a0, a1, a2);
5902  if (err != Z3_error_code.Z3_OK)
5903  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5904  return res;
5905  }
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 5889 of file Native.java.

Referenced by Context.mkFPMin().

5890  {
5891  long res = INTERNALmkFpaMin(a0, a1, a2);
5893  if (err != Z3_error_code.Z3_OK)
5894  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5895  return res;
5896  }
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 5835 of file Native.java.

Referenced by Context.mkFPMul().

5836  {
5837  long res = INTERNALmkFpaMul(a0, a1, a2, a3);
5839  if (err != Z3_error_code.Z3_OK)
5840  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5841  return res;
5842  }
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 5718 of file Native.java.

Referenced by Context.mkFPNaN().

5719  {
5720  long res = INTERNALmkFpaNan(a0, a1);
5722  if (err != Z3_error_code.Z3_OK)
5723  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5724  return res;
5725  }
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 5808 of file Native.java.

Referenced by Context.mkFPNeg().

5809  {
5810  long res = INTERNALmkFpaNeg(a0, a1);
5812  if (err != Z3_error_code.Z3_OK)
5813  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5814  return res;
5815  }
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 5763 of file Native.java.

Referenced by Context.mkFPNumeral().

5764  {
5765  long res = INTERNALmkFpaNumeralDouble(a0, a1, a2);
5767  if (err != Z3_error_code.Z3_OK)
5768  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5769  return res;
5770  }
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 5754 of file Native.java.

Referenced by Context.mkFPNumeral().

5755  {
5756  long res = INTERNALmkFpaNumeralFloat(a0, a1, a2);
5758  if (err != Z3_error_code.Z3_OK)
5759  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5760  return res;
5761  }
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 5772 of file Native.java.

Referenced by Context.mkFPNumeral().

5773  {
5774  long res = INTERNALmkFpaNumeralInt(a0, a1, a2);
5776  if (err != Z3_error_code.Z3_OK)
5777  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5778  return res;
5779  }
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 5790 of file Native.java.

Referenced by Context.mkFPNumeral().

5791  {
5792  long res = INTERNALmkFpaNumeralInt64Uint64(a0, a1, a2, a3, a4);
5794  if (err != Z3_error_code.Z3_OK)
5795  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5796  return res;
5797  }
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 5781 of file Native.java.

Referenced by Context.mkFPNumeral().

5782  {
5783  long res = INTERNALmkFpaNumeralIntUint(a0, a1, a2, a3, a4);
5785  if (err != Z3_error_code.Z3_OK)
5786  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5787  return res;
5788  }
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 5871 of file Native.java.

Referenced by Context.mkFPRem().

5872  {
5873  long res = INTERNALmkFpaRem(a0, a1, a2);
5875  if (err != Z3_error_code.Z3_OK)
5876  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5877  return res;
5878  }
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 5574 of file Native.java.

Referenced by Context.mkFPRNA().

5575  {
5576  long res = INTERNALmkFpaRna(a0);
5578  if (err != Z3_error_code.Z3_OK)
5579  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5580  return res;
5581  }
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 5556 of file Native.java.

Referenced by Context.mkFPRNE().

5557  {
5558  long res = INTERNALmkFpaRne(a0);
5560  if (err != Z3_error_code.Z3_OK)
5561  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5562  return res;
5563  }
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 5538 of file Native.java.

Referenced by FPRMSort.FPRMSort().

5539  {
5540  long res = INTERNALmkFpaRoundingModeSort(a0);
5542  if (err != Z3_error_code.Z3_OK)
5543  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5544  return res;
5545  }
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 5565 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToAway().

5566  {
5567  long res = INTERNALmkFpaRoundNearestTiesToAway(a0);
5569  if (err != Z3_error_code.Z3_OK)
5570  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5571  return res;
5572  }
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 5547 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToEven().

5548  {
5549  long res = INTERNALmkFpaRoundNearestTiesToEven(a0);
5551  if (err != Z3_error_code.Z3_OK)
5552  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5553  return res;
5554  }
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 5880 of file Native.java.

Referenced by Context.mkFPRoundToIntegral().

5881  {
5882  long res = INTERNALmkFpaRoundToIntegral(a0, a1, a2);
5884  if (err != Z3_error_code.Z3_OK)
5885  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5886  return res;
5887  }
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 5601 of file Native.java.

Referenced by Context.mkFPRoundTowardNegative().

5602  {
5603  long res = INTERNALmkFpaRoundTowardNegative(a0);
5605  if (err != Z3_error_code.Z3_OK)
5606  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5607  return res;
5608  }
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 5583 of file Native.java.

Referenced by Context.mkFPRoundTowardPositive().

5584  {
5585  long res = INTERNALmkFpaRoundTowardPositive(a0);
5587  if (err != Z3_error_code.Z3_OK)
5588  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5589  return res;
5590  }
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 5619 of file Native.java.

Referenced by Context.mkFPRoundTowardZero().

5620  {
5621  long res = INTERNALmkFpaRoundTowardZero(a0);
5623  if (err != Z3_error_code.Z3_OK)
5624  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5625  return res;
5626  }
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 5610 of file Native.java.

Referenced by Context.mkFPRTN().

5611  {
5612  long res = INTERNALmkFpaRtn(a0);
5614  if (err != Z3_error_code.Z3_OK)
5615  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5616  return res;
5617  }
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 5592 of file Native.java.

Referenced by Context.mkFPRTP().

5593  {
5594  long res = INTERNALmkFpaRtp(a0);
5596  if (err != Z3_error_code.Z3_OK)
5597  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5598  return res;
5599  }
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 5628 of file Native.java.

Referenced by Context.mkFPRTZ().

5629  {
5630  long res = INTERNALmkFpaRtz(a0);
5632  if (err != Z3_error_code.Z3_OK)
5633  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5634  return res;
5635  }
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 5637 of file Native.java.

Referenced by FPSort.FPSort().

5638  {
5639  long res = INTERNALmkFpaSort(a0, a1, a2);
5641  if (err != Z3_error_code.Z3_OK)
5642  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5643  return res;
5644  }
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 5709 of file Native.java.

Referenced by Context.mkFPSort128().

5710  {
5711  long res = INTERNALmkFpaSort128(a0);
5713  if (err != Z3_error_code.Z3_OK)
5714  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5715  return res;
5716  }
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 5655 of file Native.java.

Referenced by Context.mkFPSort16().

5656  {
5657  long res = INTERNALmkFpaSort16(a0);
5659  if (err != Z3_error_code.Z3_OK)
5660  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5661  return res;
5662  }
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 5673 of file Native.java.

Referenced by Context.mkFPSort32().

5674  {
5675  long res = INTERNALmkFpaSort32(a0);
5677  if (err != Z3_error_code.Z3_OK)
5678  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5679  return res;
5680  }
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 5691 of file Native.java.

Referenced by Context.mkFPSort64().

5692  {
5693  long res = INTERNALmkFpaSort64(a0);
5695  if (err != Z3_error_code.Z3_OK)
5696  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5697  return res;
5698  }
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 5682 of file Native.java.

Referenced by Context.mkFPSortDouble().

5683  {
5684  long res = INTERNALmkFpaSortDouble(a0);
5686  if (err != Z3_error_code.Z3_OK)
5687  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5688  return res;
5689  }
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 5646 of file Native.java.

Referenced by Context.mkFPSortHalf().

5647  {
5648  long res = INTERNALmkFpaSortHalf(a0);
5650  if (err != Z3_error_code.Z3_OK)
5651  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5652  return res;
5653  }
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 5700 of file Native.java.

Referenced by Context.mkFPSortQuadruple().

5701  {
5702  long res = INTERNALmkFpaSortQuadruple(a0);
5704  if (err != Z3_error_code.Z3_OK)
5705  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5706  return res;
5707  }
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 5664 of file Native.java.

Referenced by Context.mkFPSortSingle().

5665  {
5666  long res = INTERNALmkFpaSortSingle(a0);
5668  if (err != Z3_error_code.Z3_OK)
5669  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5670  return res;
5671  }
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 5862 of file Native.java.

Referenced by Context.mkFPSqrt().

5863  {
5864  long res = INTERNALmkFpaSqrt(a0, a1, a2);
5866  if (err != Z3_error_code.Z3_OK)
5867  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5868  return res;
5869  }
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 5826 of file Native.java.

Referenced by Context.mkFPSub().

5827  {
5828  long res = INTERNALmkFpaSub(a0, a1, a2, a3);
5830  if (err != Z3_error_code.Z3_OK)
5831  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5832  return res;
5833  }
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 6015 of file Native.java.

Referenced by Context.mkFPToFP().

6016  {
6017  long res = INTERNALmkFpaToFpBv(a0, a1, a2);
6019  if (err != Z3_error_code.Z3_OK)
6020  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6021  return res;
6022  }
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 6024 of file Native.java.

Referenced by Context.mkFPToFP().

6025  {
6026  long res = INTERNALmkFpaToFpFloat(a0, a1, a2, a3);
6028  if (err != Z3_error_code.Z3_OK)
6029  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6030  return res;
6031  }
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 6159 of file Native.java.

Referenced by Context.mkFPToFP().

6160  {
6161  long res = INTERNALmkFpaToFpIntReal(a0, a1, a2, a3, a4);
6163  if (err != Z3_error_code.Z3_OK)
6164  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6165  return res;
6166  }
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 6033 of file Native.java.

Referenced by Context.mkFPToFP().

6034  {
6035  long res = INTERNALmkFpaToFpReal(a0, a1, a2, a3);
6037  if (err != Z3_error_code.Z3_OK)
6038  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6039  return res;
6040  }
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 6042 of file Native.java.

Referenced by Context.mkFPToFP().

6043  {
6044  long res = INTERNALmkFpaToFpSigned(a0, a1, a2, a3);
6046  if (err != Z3_error_code.Z3_OK)
6047  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6048  return res;
6049  }
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 6051 of file Native.java.

Referenced by Context.mkFPToFP().

6052  {
6053  long res = INTERNALmkFpaToFpUnsigned(a0, a1, a2, a3);
6055  if (err != Z3_error_code.Z3_OK)
6056  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6057  return res;
6058  }
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 6150 of file Native.java.

Referenced by Context.mkFPToIEEEBV().

6151  {
6152  long res = INTERNALmkFpaToIeeeBv(a0, a1);
6154  if (err != Z3_error_code.Z3_OK)
6155  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6156  return res;
6157  }
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 6078 of file Native.java.

Referenced by Context.mkFPToReal().

6079  {
6080  long res = INTERNALmkFpaToReal(a0, a1);
6082  if (err != Z3_error_code.Z3_OK)
6083  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6084  return res;
6085  }
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 6069 of file Native.java.

Referenced by Context.mkFPToBV().

6070  {
6071  long res = INTERNALmkFpaToSbv(a0, a1, a2, a3);
6073  if (err != Z3_error_code.Z3_OK)
6074  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6075  return res;
6076  }
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 6060 of file Native.java.

Referenced by Context.mkFPToBV().

6061  {
6062  long res = INTERNALmkFpaToUbv(a0, a1, a2, a3);
6064  if (err != Z3_error_code.Z3_OK)
6065  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
6066  return res;
6067  }
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 5736 of file Native.java.

Referenced by Context.mkFPZero().

5737  {
5738  long res = INTERNALmkFpaZero(a0, a1, a2);
5740  if (err != Z3_error_code.Z3_OK)
5741  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5742  return res;
5743  }
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 1064 of file Native.java.

Referenced by Context.mkFreshConst().

1065  {
1066  long res = INTERNALmkFreshConst(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 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 1055 of file Native.java.

Referenced by FuncDecl.Parameter.getParameterKind().

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

Referenced by Context.mkFullSet().

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

Referenced by FuncDecl.Parameter.getParameterKind().

1029  {
1030  long res = INTERNALmkFuncDecl(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 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 1271 of file Native.java.

Referenced by Context.mkGe().

1272  {
1273  long res = INTERNALmkGe(a0, a1, a2);
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 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 3910 of file Native.java.

Referenced by Goal.AsBoolExpr().

3911  {
3912  long res = INTERNALmkGoal(a0, a1, a2, a3);
3914  if (err != Z3_error_code.Z3_OK)
3915  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3916  return res;
3917  }
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 1262 of file Native.java.

Referenced by Context.mkGt().

1263  {
1264  long res = INTERNALmkGt(a0, a1, a2);
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 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 1127 of file Native.java.

Referenced by Context.mkIff().

1128  {
1129  long res = INTERNALmkIff(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 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 1136 of file Native.java.

Referenced by Context.mkImplies().

1137  {
1138  long res = INTERNALmkImplies(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 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 4727 of file Native.java.

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

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

1902  {
1903  long res = INTERNALmkInt(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 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 1649 of file Native.java.

Referenced by Context.mkInt2BV().

1650  {
1651  long res = INTERNALmkInt2bv(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 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 1280 of file Native.java.

Referenced by Context.mkInt2Real().

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

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

1920  {
1921  long res = INTERNALmkInt64(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 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 5470 of file Native.java.

Referenced by InterpolationContext.MkInterpolant().

5471  {
5472  long res = INTERNALmkInterpolant(a0, a1);
5474  if (err != Z3_error_code.Z3_OK)
5475  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5476  return res;
5477  }
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 5479 of file Native.java.

Referenced by InterpolationContext.InterpolationContext().

5480  {
5481  long res = INTERNALmkInterpolationContext(a0);
5482  return res;
5483  }
static native long INTERNALmkInterpolationContext(long a0)
static long mkIntSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 897 of file Native.java.

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

Referenced by IntSymbol.getInt().

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

Referenced by Context.mkIsInteger().

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

Referenced by Context.mkITE().

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

4847  {
4848  long res = INTERNALmkLabel(a0, a1, a2, a3);
4850  if (err != Z3_error_code.Z3_OK)
4851  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4852  return res;
4853  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long 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 1253 of file Native.java.

Referenced by Context.mkLe().

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

Referenced by ListSort.getTailDecl().

961  {
962  long res = INTERNALmkListSort(a0, a1, a2, a3, a4, a5, a6, a7, a8);
964  if (err != Z3_error_code.Z3_OK)
965  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
966  return res;
967  }
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 1244 of file Native.java.

Referenced by Context.mkLt().

1245  {
1246  long res = INTERNALmkLt(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 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 1766 of file Native.java.

Referenced by Context.mkMap().

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

Referenced by Context.mkMod().

1218  {
1219  long res = INTERNALmkMod(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 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 1181 of file Native.java.

Referenced by Context.mkMul().

1182  {
1183  long res = INTERNALmkMul(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 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 1109 of file Native.java.

Referenced by Context.mkNot().

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

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

1884  {
1885  long res = INTERNALmkNumeral(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 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 mkOptimize ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3566 of file Native.java.

Referenced by Optimize.getStatistics().

3567  {
3568  long res = INTERNALmkOptimize(a0);
3570  if (err != Z3_error_code.Z3_OK)
3571  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3572  return res;
3573  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkOptimize(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 1163 of file Native.java.

Referenced by Context.mkOr().

1164  {
1165  long res = INTERNALmkOr(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 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 735 of file Native.java.

Referenced by Params.toString().

736  {
737  long res = INTERNALmkParams(a0);
739  if (err != Z3_error_code.Z3_OK)
740  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
741  return res;
742  }
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 1937 of file Native.java.

Referenced by Context.mkPattern().

1938  {
1939  long res = INTERNALmkPattern(a0, a1, a2);
1941  if (err != Z3_error_code.Z3_OK)
1942  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1943  return res;
1944  }
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 mkPble ( long  a0,
int  a1,
long[]  a2,
int[]  a3,
int  a4 
) throws Z3Exception
inlinestatic

Definition at line 2234 of file Native.java.

2235  {
2236  long res = INTERNALmkPble(a0, a1, a2, a3, a4);
2238  if (err != Z3_error_code.Z3_OK)
2239  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2240  return res;
2241  }
static native long INTERNALmkPble(long a0, int 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 long mkPower ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1235 of file Native.java.

Referenced by Context.mkPower().

1236  {
1237  long res = INTERNALmkPower(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 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 4066 of file Native.java.

Referenced by Probe.apply().

4067  {
4068  long res = INTERNALmkProbe(a0, a1);
4070  if (err != Z3_error_code.Z3_OK)
4071  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4072  return res;
4073  }
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 1973 of file Native.java.

Referenced by Quantifier.getBody().

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

Referenced by Quantifier.getBody().

2010  {
2011  long res = INTERNALmkQuantifierConst(a0, a1, a2, a3, a4, a5, a6, a7);
2013  if (err != Z3_error_code.Z3_OK)
2014  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2015  return res;
2016  }
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 2018 of file Native.java.

Referenced by Quantifier.getBody().

2019  {
2020  long res = INTERNALmkQuantifierConstEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
2022  if (err != Z3_error_code.Z3_OK)
2023  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2024  return res;
2025  }
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 1982 of file Native.java.

Referenced by Quantifier.getBody().

1983  {
1984  long res = INTERNALmkQuantifierEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
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 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 1892 of file Native.java.

Referenced by Context.mkReal().

1893  {
1894  long res = INTERNALmkReal(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 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 1289 of file Native.java.

Referenced by Context.mkReal2Int().

1290  {
1291  long res = INTERNALmkReal2int(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 INTERNALmkReal2int(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long mkRealSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 906 of file Native.java.

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

Referenced by Context.mkRem().

1227  {
1228  long res = INTERNALmkRem(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 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 1577 of file Native.java.

Referenced by Context.mkRepeat().

1578  {
1579  long res = INTERNALmkRepeat(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 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 1613 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1614  {
1615  long res = INTERNALmkRotateLeft(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 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 1622 of file Native.java.

Referenced by Context.mkBVRotateRight().

1623  {
1624  long res = INTERNALmkRotateRight(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 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 1739 of file Native.java.

Referenced by Context.mkSelect().

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

Referenced by Context.mkSetAdd().

1812  {
1813  long res = INTERNALmkSetAdd(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 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 1856 of file Native.java.

Referenced by Context.mkSetComplement().

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

Referenced by Context.mkSetDel().

1821  {
1822  long res = INTERNALmkSetDel(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 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 1847 of file Native.java.

Referenced by Context.mkSetDifference().

1848  {
1849  long res = INTERNALmkSetDifference(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 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 1838 of file Native.java.

Referenced by Context.mkSetIntersection().

1839  {
1840  long res = INTERNALmkSetIntersect(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 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 1865 of file Native.java.

Referenced by Context.mkSetMembership().

1866  {
1867  long res = INTERNALmkSetMember(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 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 1784 of file Native.java.

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

Referenced by Context.mkSetSubset().

1875  {
1876  long res = INTERNALmkSetSubset(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 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 1829 of file Native.java.

Referenced by Context.mkSetUnion().

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

Referenced by Context.mkSignExt().

1560  {
1561  long res = INTERNALmkSignExt(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 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 4449 of file Native.java.

Referenced by Context.mkSimpleSolver().

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

Referenced by Context.mkSolver().

4441  {
4442  long res = INTERNALmkSolver(a0);
4444  if (err != Z3_error_code.Z3_OK)
4445  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4446  return res;
4447  }
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 4458 of file Native.java.

Referenced by Context.mkSolver().

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

Referenced by Context.mkSolver().

4468  {
4469  long res = INTERNALmkSolverFromTactic(a0, a1);
4471  if (err != Z3_error_code.Z3_OK)
4472  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4473  return res;
4474  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native 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 1748 of file Native.java.

Referenced by Context.mkStore().

1749  {
1750  long res = INTERNALmkStore(a0, a1, a2, a3);
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 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 870 of file Native.java.

Referenced by StringSymbol.getString().

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

Referenced by Context.mkSub().

1191  {
1192  long res = INTERNALmkSub(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 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 4041 of file Native.java.

Referenced by Tactic.getSolver().

4042  {
4043  long res = INTERNALmkTactic(a0, a1);
4045  if (err != Z3_error_code.Z3_OK)
4046  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4047  return res;
4048  }
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 1073 of file Native.java.

Referenced by Context.mkTrue().

1074  {
1075  long res = INTERNALmkTrue(a0);
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 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 942 of file Native.java.

Referenced by TupleSort.getFieldDecls().

943  {
944  long res = INTERNALmkTupleSort(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 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 1199 of file Native.java.

Referenced by Context.mkUnaryMinus().

1200  {
1201  long res = INTERNALmkUnaryMinus(a0, a1);
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 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 879 of file Native.java.

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

1911  {
1912  long res = INTERNALmkUnsignedInt(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 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 1928 of file Native.java.

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

Referenced by Context.mkXor().

1146  {
1147  long res = INTERNALmkXor(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 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 1568 of file Native.java.

Referenced by Context.mkZeroExt().

1569  {
1570  long res = INTERNALmkZeroExt(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 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 2863 of file Native.java.

2864  {
2865  INTERNALmodelDecRef(a0, a1);
2867  if (err != Z3_error_code.Z3_OK)
2868  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2869  }
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 2871 of file Native.java.

Referenced by Model.eval().

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

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

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

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

2881  {
2882  long res = INTERNALmodelGetConstInterp(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 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 2934 of file Native.java.

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

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

Referenced by Model.getFuncInterp().

2899  {
2900  long res = INTERNALmodelGetFuncInterp(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 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 2907 of file Native.java.

Referenced by Model.getNumConsts().

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

Referenced by Model.getNumFuncs().

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

Referenced by Model.getNumSorts().

2944  {
2945  int res = INTERNALmodelGetNumSorts(a0, a1);
2947  if (err != Z3_error_code.Z3_OK)
2948  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2949  return res;
2950  }
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 2952 of file Native.java.

Referenced by Model.getSorts().

2953  {
2954  long res = INTERNALmodelGetSort(a0, a1, a2);
2956  if (err != Z3_error_code.Z3_OK)
2957  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2958  return res;
2959  }
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 2961 of file Native.java.

Referenced by Model.getSortUniverse().

2962  {
2963  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
2965  if (err != Z3_error_code.Z3_OK)
2966  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2967  return res;
2968  }
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 2889 of file Native.java.

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

2856  {
2857  INTERNALmodelIncRef(a0, a1);
2859  if (err != Z3_error_code.Z3_OK)
2860  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2861  }
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 3148 of file Native.java.

Referenced by Model.toString().

3149  {
3150  String res = INTERNALmodelToString(a0, a1);
3152  if (err != Z3_error_code.Z3_OK)
3153  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3154  return res;
3155  }
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 3083 of file Native.java.

Referenced by Log.open().

3084  {
3085  int res = INTERNALopenLog(a0);
3086  return res;
3087  }
static native int INTERNALopenLog(String a0)
static void optimizeAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3591 of file Native.java.

Referenced by Optimize.Assert().

3592  {
3593  INTERNALoptimizeAssert(a0, a1, a2);
3595  if (err != Z3_error_code.Z3_OK)
3596  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3597  }
static native void INTERNALoptimizeAssert(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 optimizeAssertSoft ( long  a0,
long  a1,
long  a2,
String  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 3599 of file Native.java.

Referenced by Optimize.AssertSoft().

3600  {
3601  int res = INTERNALoptimizeAssertSoft(a0, a1, a2, a3, a4);
3603  if (err != Z3_error_code.Z3_OK)
3604  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3605  return res;
3606  }
static native int INTERNALoptimizeAssertSoft(long a0, long a1, long a2, String 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 int optimizeCheck ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3642 of file Native.java.

Referenced by Optimize.Check().

3643  {
3644  int res = INTERNALoptimizeCheck(a0, a1);
3646  if (err != Z3_error_code.Z3_OK)
3647  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3648  return res;
3649  }
static native int INTERNALoptimizeCheck(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 optimizeDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3583 of file Native.java.

3584  {
3585  INTERNALoptimizeDecRef(a0, a1);
3587  if (err != Z3_error_code.Z3_OK)
3588  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3589  }
static native void INTERNALoptimizeDecRef(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 optimizeGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3713 of file Native.java.

Referenced by Optimize.getHelp().

3714  {
3715  String res = INTERNALoptimizeGetHelp(a0, a1);
3717  if (err != Z3_error_code.Z3_OK)
3718  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3719  return res;
3720  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALoptimizeGetHelp(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long optimizeGetLower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3686 of file Native.java.

Referenced by Optimize.MkMinimize().

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

Definition at line 3660 of file Native.java.

Referenced by Optimize.getModel().

3661  {
3662  long res = INTERNALoptimizeGetModel(a0, a1);
3664  if (err != Z3_error_code.Z3_OK)
3665  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3666  return res;
3667  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetModel(long a0, long a1)
static final Z3_error_code fromInt(int v)
static long optimizeGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3677 of file Native.java.

Referenced by Optimize.getParameterDescriptions().

3678  {
3679  long res = INTERNALoptimizeGetParamDescrs(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 INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetParamDescrs(long a0, long a1)
static final Z3_error_code fromInt(int v)
static String optimizeGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3651 of file Native.java.

Referenced by Optimize.getReasonUnknown().

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

Definition at line 3722 of file Native.java.

Referenced by Optimize.getStatistics().

3723  {
3724  long res = INTERNALoptimizeGetStatistics(a0, a1);
3726  if (err != Z3_error_code.Z3_OK)
3727  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3728  return res;
3729  }
static native long INTERNALoptimizeGetStatistics(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 optimizeGetUpper ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3695 of file Native.java.

Referenced by Optimize.MkMinimize().

3696  {
3697  long res = INTERNALoptimizeGetUpper(a0, a1, a2);
3699  if (err != Z3_error_code.Z3_OK)
3700  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3701  return res;
3702  }
static native long INTERNALoptimizeGetUpper(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 optimizeIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3575 of file Native.java.

3576  {
3577  INTERNALoptimizeIncRef(a0, a1);
3579  if (err != Z3_error_code.Z3_OK)
3580  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3581  }
static native void INTERNALoptimizeIncRef(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 optimizeMaximize ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3608 of file Native.java.

Referenced by Optimize.MkMaximize().

3609  {
3610  int res = INTERNALoptimizeMaximize(a0, a1, a2);
3612  if (err != Z3_error_code.Z3_OK)
3613  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3614  return res;
3615  }
static native int INTERNALoptimizeMaximize(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 optimizeMinimize ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3617 of file Native.java.

Referenced by Optimize.MkMinimize().

3618  {
3619  int res = INTERNALoptimizeMinimize(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 int INTERNALoptimizeMinimize(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 optimizePop ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3634 of file Native.java.

Referenced by Optimize.Pop().

3635  {
3636  INTERNALoptimizePop(a0, a1);
3638  if (err != Z3_error_code.Z3_OK)
3639  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3640  }
static native void INTERNALoptimizePop(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 optimizePush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3626 of file Native.java.

Referenced by Optimize.Push().

3627  {
3628  INTERNALoptimizePush(a0, a1);
3630  if (err != Z3_error_code.Z3_OK)
3631  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3632  }
static native void INTERNALoptimizePush(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 optimizeSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3669 of file Native.java.

Referenced by Optimize.setParameters().

3670  {
3671  INTERNALoptimizeSetParams(a0, a1, a2);
3673  if (err != Z3_error_code.Z3_OK)
3674  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3675  }
static native String INTERNALgetErrorMsgEx(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALoptimizeSetParams(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)
static String optimizeToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3704 of file Native.java.

Referenced by Optimize.toString().

3705  {
3706  String res = INTERNALoptimizeToString(a0, a1);
3708  if (err != Z3_error_code.Z3_OK)
3709  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3710  return res;
3711  }
static native String INTERNALoptimizeToString(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 paramDescrsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 817 of file Native.java.

818  {
821  if (err != Z3_error_code.Z3_OK)
822  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
823  }
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 825 of file Native.java.

Referenced by ParamDescrs.getKind().

826  {
827  int res = INTERNALparamDescrsGetKind(a0, a1, a2);
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 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 843 of file Native.java.

Referenced by ParamDescrs.getNames().

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

810  {
813  if (err != Z3_error_code.Z3_OK)
814  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
815  }
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 834 of file Native.java.

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

835  {
836  int res = INTERNALparamDescrsSize(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 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 852 of file Native.java.

Referenced by ParamDescrs.toString().

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

753  {
754  INTERNALparamsDecRef(a0, a1);
756  if (err != Z3_error_code.Z3_OK)
757  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
758  }
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 744 of file Native.java.

745  {
746  INTERNALparamsIncRef(a0, a1);
748  if (err != Z3_error_code.Z3_OK)
749  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
750  }
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 760 of file Native.java.

Referenced by Params.add().

761  {
762  INTERNALparamsSetBool(a0, a1, a2, a3);
764  if (err != Z3_error_code.Z3_OK)
765  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
766  }
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 776 of file Native.java.

Referenced by Params.add().

777  {
778  INTERNALparamsSetDouble(a0, a1, a2, a3);
780  if (err != Z3_error_code.Z3_OK)
781  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
782  }
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 784 of file Native.java.

Referenced by Params.add().

785  {
786  INTERNALparamsSetSymbol(a0, a1, a2, a3);
788  if (err != Z3_error_code.Z3_OK)
789  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
790  }
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 768 of file Native.java.

Referenced by Params.add().

769  {
770  INTERNALparamsSetUint(a0, a1, a2, a3);
772  if (err != Z3_error_code.Z3_OK)
773  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
774  }
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 792 of file Native.java.

Referenced by Params.toString().

793  {
794  String res = INTERNALparamsToString(a0, a1);
796  if (err != Z3_error_code.Z3_OK)
797  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
798  return res;
799  }
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 801 of file Native.java.

Referenced by ParamDescrs.validate().

802  {
803  INTERNALparamsValidate(a0, a1, a2);
805  if (err != Z3_error_code.Z3_OK)
806  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
807  }
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 3175 of file Native.java.

Referenced by Context.parseSMTLIB2File().

3176  {
3177  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3179  if (err != Z3_error_code.Z3_OK)
3180  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3181  return res;
3182  }
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 3166 of file Native.java.

Referenced by Context.parseSMTLIB2String().

3167  {
3168  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3170  if (err != Z3_error_code.Z3_OK)
3171  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3172  return res;
3173  }
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 3192 of file Native.java.

Referenced by Context.parseSMTLIBFile().

3193  {
3194  INTERNALparseSmtlibFile(a0, a1, a2, a3, a4, a5, a6, a7);
3196  if (err != Z3_error_code.Z3_OK)
3197  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3198  }
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 3184 of file Native.java.

Referenced by Context.parseSMTLIBString().

3185  {
3186  INTERNALparseSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3188  if (err != Z3_error_code.Z3_OK)
3189  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3190  }
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 2657 of file Native.java.

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

Referenced by Pattern.toString().

3122  {
3123  String res = INTERNALpatternToString(a0, a1);
3125  if (err != Z3_error_code.Z3_OK)
3126  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3127  return res;
3128  }
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 4769 of file Native.java.

4770  {
4771  INTERNALpersistAst(a0, a1, a2);
4773  if (err != Z3_error_code.Z3_OK)
4774  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4775  }
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 5256 of file Native.java.

5257  {
5258  long res = INTERNALpolynomialSubresultants(a0, a1, a2, a3);
5260  if (err != Z3_error_code.Z3_OK)
5261  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5262  return res;
5263  }
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 4752 of file Native.java.

4753  {
4754  INTERNALpop(a0, a1);
4756  if (err != Z3_error_code.Z3_OK)
4757  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4758  }
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 4262 of file Native.java.

Referenced by Context.and().

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

Referenced by Probe.apply().

4362  {
4363  double res = INTERNALprobeApply(a0, a1, a2);
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 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 4208 of file Native.java.

Referenced by Context.constProbe().

4209  {
4210  long res = INTERNALprobeConst(a0, a1);
4212  if (err != Z3_error_code.Z3_OK)
4213  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4214  return res;
4215  }
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 4083 of file Native.java.

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

Referenced by Context.eq().

4254  {
4255  long res = INTERNALprobeEq(a0, a1, a2);
4257  if (err != Z3_error_code.Z3_OK)
4258  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4259  return res;
4260  }
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 4244 of file Native.java.

Referenced by Context.ge().

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

Referenced by Context.getProbeDescription().

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

Referenced by Context.gt().

4227  {
4228  long res = INTERNALprobeGt(a0, a1, a2);
4230  if (err != Z3_error_code.Z3_OK)
4231  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4232  return res;
4233  }
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 4075 of file Native.java.

4076  {
4077  INTERNALprobeIncRef(a0, a1);
4079  if (err != Z3_error_code.Z3_OK)
4080  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4081  }
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 4235 of file Native.java.

Referenced by Context.le().

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

Referenced by Context.lt().

4218  {
4219  long res = INTERNALprobeLt(a0, a1, a2);
4221  if (err != Z3_error_code.Z3_OK)
4222  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4223  return res;
4224  }
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 4280 of file Native.java.

Referenced by Context.not().

4281  {
4282  long res = INTERNALprobeNot(a0, a1);
4284  if (err != Z3_error_code.Z3_OK)
4285  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4286  return res;
4287  }
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 4271 of file Native.java.

Referenced by Context.or().

4272  {
4273  long res = INTERNALprobeOr(a0, a1, a2);
4275  if (err != Z3_error_code.Z3_OK)
4276  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4277  return res;
4278  }
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 4744 of file Native.java.

4745  {
4746  INTERNALpush(a0);
4748  if (err != Z3_error_code.Z3_OK)
4749  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4750  }
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 1020 of file Native.java.

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

1021  {
1022  INTERNALqueryConstructor(a0, a1, a2, a3, a4, a5);
1024  if (err != Z3_error_code.Z3_OK)
1025  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
1026  }
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 5327 of file Native.java.

5328  {
5329  long res = INTERNALrcfAdd(a0, a1, a2);
5331  if (err != Z3_error_code.Z3_OK)
5332  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5333  return res;
5334  }
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 5265 of file Native.java.

5266  {
5267  INTERNALrcfDel(a0, a1);
5269  if (err != Z3_error_code.Z3_OK)
5270  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5271  }
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 5354 of file Native.java.

5355  {
5356  long res = INTERNALrcfDiv(a0, a1, a2);
5358  if (err != Z3_error_code.Z3_OK)
5359  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5360  return res;
5361  }
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 5426 of file Native.java.

5427  {
5428  boolean res = INTERNALrcfEq(a0, a1, a2);
5430  if (err != Z3_error_code.Z3_OK)
5431  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5432  return res;
5433  }
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 5417 of file Native.java.

5418  {
5419  boolean res = INTERNALrcfGe(a0, a1, a2);
5421  if (err != Z3_error_code.Z3_OK)
5422  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5423  return res;
5424  }
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 5462 of file Native.java.

5463  {
5464  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5466  if (err != Z3_error_code.Z3_OK)
5467  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5468  }
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 5399 of file Native.java.

5400  {
5401  boolean res = INTERNALrcfGt(a0, a1, a2);
5403  if (err != Z3_error_code.Z3_OK)
5404  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5405  return res;
5406  }
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 5372 of file Native.java.

5373  {
5374  long res = INTERNALrcfInv(a0, a1);
5376  if (err != Z3_error_code.Z3_OK)
5377  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5378  return res;
5379  }
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 5408 of file Native.java.

5409  {
5410  boolean res = INTERNALrcfLe(a0, a1, a2);
5412  if (err != Z3_error_code.Z3_OK)
5413  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5414  return res;
5415  }
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 5390 of file Native.java.

5391  {
5392  boolean res = INTERNALrcfLt(a0, a1, a2);
5394  if (err != Z3_error_code.Z3_OK)
5395  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5396  return res;
5397  }
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 5300 of file Native.java.

5301  {
5302  long res = INTERNALrcfMkE(a0);
5304  if (err != Z3_error_code.Z3_OK)
5305  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5306  return res;
5307  }
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 5309 of file Native.java.

5310  {
5311  long res = INTERNALrcfMkInfinitesimal(a0);
5313  if (err != Z3_error_code.Z3_OK)
5314  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5315  return res;
5316  }
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 5291 of file Native.java.

5292  {
5293  long res = INTERNALrcfMkPi(a0);
5295  if (err != Z3_error_code.Z3_OK)
5296  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5297  return res;
5298  }
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 5273 of file Native.java.

5274  {
5275  long res = INTERNALrcfMkRational(a0, a1);
5277  if (err != Z3_error_code.Z3_OK)
5278  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5279  return res;
5280  }
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 5318 of file Native.java.

5319  {
5320  int res = INTERNALrcfMkRoots(a0, a1, a2, a3);
5322  if (err != Z3_error_code.Z3_OK)
5323  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5324  return res;
5325  }
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 5282 of file Native.java.

5283  {
5284  long res = INTERNALrcfMkSmallInt(a0, a1);
5286  if (err != Z3_error_code.Z3_OK)
5287  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5288  return res;
5289  }
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 5345 of file Native.java.

5346  {
5347  long res = INTERNALrcfMul(a0, a1, a2);
5349  if (err != Z3_error_code.Z3_OK)
5350  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5351  return res;
5352  }
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 5363 of file Native.java.

5364  {
5365  long res = INTERNALrcfNeg(a0, a1);
5367  if (err != Z3_error_code.Z3_OK)
5368  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5369  return res;
5370  }
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 5435 of file Native.java.

5436  {
5437  boolean res = INTERNALrcfNeq(a0, a1, a2);
5439  if (err != Z3_error_code.Z3_OK)
5440  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5441  return res;
5442  }
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 5453 of file Native.java.

5454  {
5455  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5457  if (err != Z3_error_code.Z3_OK)
5458  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5459  return res;
5460  }
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 5444 of file Native.java.

5445  {
5446  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
5448  if (err != Z3_error_code.Z3_OK)
5449  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5450  return res;
5451  }
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 5381 of file Native.java.

5382  {
5383  long res = INTERNALrcfPower(a0, a1, a2);
5385  if (err != Z3_error_code.Z3_OK)
5386  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5387  return res;
5388  }
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 5336 of file Native.java.

5337  {
5338  long res = INTERNALrcfSub(a0, a1, a2);
5340  if (err != Z3_error_code.Z3_OK)
5341  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5342  return res;
5343  }
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 5512 of file Native.java.

Referenced by InterpolationContext.ReadInterpolationProblem().

5513  {
5514  int res = INTERNALreadInterpolationProblem(a0, a1, a2, a3, a4, a5, a6, a7);
5516  if (err != Z3_error_code.Z3_OK)
5517  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5518  return res;
5519  }
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 3325 of file Native.java.

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

Definition at line 3104 of file Native.java.

Referenced by Context.setPrintMode().

3105  {
3106  INTERNALsetAstPrintMode(a0, a1);
3108  if (err != Z3_error_code.Z3_OK)
3109  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3110  }
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 3287 of file Native.java.

3288  {
3289  INTERNALsetError(a0, a1);
3291  if (err != Z3_error_code.Z3_OK)
3292  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3293  }
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 4736 of file Native.java.

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

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

678  {
679  INTERNALsetParamValue(a0, a1, a2);
680  }
static native void INTERNALsetParamValue(long a0, String a1, String a2)
static long simplify ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2783 of file Native.java.

Referenced by Expr.simplify().

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

Referenced by Expr.simplify().

2793  {
2794  long res = INTERNALsimplifyEx(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 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 2801 of file Native.java.

Referenced by Context.SimplifyHelp().

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

Referenced by Context.getSimplifyParameterDescriptions().

2811  {
2812  long res = INTERNALsimplifyGetParamDescrs(a0);
2814  if (err != Z3_error_code.Z3_OK)
2815  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2816  return res;
2817  }
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 4829 of file Native.java.

4830  {
4833  if (err != Z3_error_code.Z3_OK)
4834  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4835  }
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 4551 of file Native.java.

Referenced by Solver.add().

4552  {
4553  INTERNALsolverAssert(a0, a1, a2);
4555  if (err != Z3_error_code.Z3_OK)
4556  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4557  }
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 4559 of file Native.java.

Referenced by Solver.assertAndTrack().

4560  {
4561  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4563  if (err != Z3_error_code.Z3_OK)
4564  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4565  }
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 4576 of file Native.java.

Referenced by Solver.check().

4577  {
4578  int res = INTERNALsolverCheck(a0, a1);
4580  if (err != Z3_error_code.Z3_OK)
4581  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4582  return res;
4583  }
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 4585 of file Native.java.

Referenced by Solver.check().

4586  {
4587  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
4589  if (err != Z3_error_code.Z3_OK)
4590  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4591  return res;
4592  }
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 4510 of file Native.java.

4511  {
4512  INTERNALsolverDecRef(a0, a1);
4514  if (err != Z3_error_code.Z3_OK)
4515  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4516  }
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 4567 of file Native.java.

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

4568  {
4569  long res = INTERNALsolverGetAssertions(a0, a1);
4571  if (err != Z3_error_code.Z3_OK)
4572  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4573  return res;
4574  }
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 4476 of file Native.java.

Referenced by Solver.getHelp().

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

Referenced by Solver.getModel().

4595  {
4596  long res = INTERNALsolverGetModel(a0, a1);
4598  if (err != Z3_error_code.Z3_OK)
4599  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4600  return res;
4601  }
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 4542 of file Native.java.

Referenced by Solver.getNumScopes().

4543  {
4544  int res = INTERNALsolverGetNumScopes(a0, a1);
4546  if (err != Z3_error_code.Z3_OK)
4547  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4548  return res;
4549  }
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 4485 of file Native.java.

Referenced by Solver.getParameterDescriptions().

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

Referenced by Solver.getProof().

4604  {
4605  long res = INTERNALsolverGetProof(a0, a1);
4607  if (err != Z3_error_code.Z3_OK)
4608  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4609  return res;
4610  }
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 4621 of file Native.java.

Referenced by Solver.getReasonUnknown().

4622  {
4623  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4625  if (err != Z3_error_code.Z3_OK)
4626  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4627  return res;
4628  }
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 4630 of file Native.java.

Referenced by Solver.getStatistics().

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

Referenced by Solver.getUnsatCore().

4613  {
4614  long res = INTERNALsolverGetUnsatCore(a0, a1);
4616  if (err != Z3_error_code.Z3_OK)
4617  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4618  return res;
4619  }
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 4502 of file Native.java.

4503  {
4504  INTERNALsolverIncRef(a0, a1);
4506  if (err != Z3_error_code.Z3_OK)
4507  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4508  }
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 4526 of file Native.java.

Referenced by Solver.pop().

4527  {
4528  INTERNALsolverPop(a0, a1, a2);
4530  if (err != Z3_error_code.Z3_OK)
4531  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4532  }
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 4518 of file Native.java.

Referenced by Solver.push().

4519  {
4520  INTERNALsolverPush(a0, a1);
4522  if (err != Z3_error_code.Z3_OK)
4523  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4524  }
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 4534 of file Native.java.

Referenced by Solver.reset().

4535  {
4536  INTERNALsolverReset(a0, a1);
4538  if (err != Z3_error_code.Z3_OK)
4539  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4540  }
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 4494 of file Native.java.

Referenced by Solver.setParameters().

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

Referenced by Solver.toString().

4640  {
4641  String res = INTERNALsolverToString(a0, a1);
4643  if (err != Z3_error_code.Z3_OK)
4644  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4645  return res;
4646  }
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 2072 of file Native.java.

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

Referenced by Sort.toString().

3131  {
3132  String res = INTERNALsortToString(a0, a1);
3134  if (err != Z3_error_code.Z3_OK)
3135  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
3136  return res;
3137  }
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 5067 of file Native.java.

5068  {
5069  String res = INTERNALstatisticsToString(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 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 4665 of file Native.java.

4666  {
4667  INTERNALstatsDecRef(a0, a1);
4669  if (err != Z3_error_code.Z3_OK)
4670  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4671  }
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 4718 of file Native.java.

Referenced by Statistics.getEntries().

4719  {
4720  double res = INTERNALstatsGetDoubleValue(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 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 4682 of file Native.java.

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

4683  {
4684  String res = INTERNALstatsGetKey(a0, a1, a2);
4686  if (err != Z3_error_code.Z3_OK)
4687  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4688  return res;
4689  }
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 4709 of file Native.java.

Referenced by Statistics.getEntries().

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

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

Referenced by Statistics.getEntries().

4701  {
4702  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4704  if (err != Z3_error_code.Z3_OK)
4705  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4706  return res;
4707  }
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 4691 of file Native.java.

Referenced by Statistics.getEntries().

4692  {
4693  boolean res = INTERNALstatsIsUint(a0, a1, a2);
4695  if (err != Z3_error_code.Z3_OK)
4696  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4697  return res;
4698  }
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 4673 of file Native.java.

Referenced by Statistics.size().

4674  {
4675  int res = INTERNALstatsSize(a0, a1);
4677  if (err != Z3_error_code.Z3_OK)
4678  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4679  return res;
4680  }
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 4648 of file Native.java.

Referenced by Statistics.toString().

4649  {
4650  String res = INTERNALstatsToString(a0, a1);
4652  if (err != Z3_error_code.Z3_OK)
4653  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4654  return res;
4655  }
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 2828 of file Native.java.

Referenced by Expr.substitute().

2829  {
2830  long res = INTERNALsubstitute(a0, a1, a2, a3, a4);
2832  if (err != Z3_error_code.Z3_OK)
2833  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2834  return res;
2835  }
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 2837 of file Native.java.

Referenced by Expr.substituteVars().

2838  {
2839  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
2841  if (err != Z3_error_code.Z3_OK)
2842  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2843  return res;
2844  }
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 4091 of file Native.java.

Referenced by Context.andThen().

4092  {
4093  long res = INTERNALtacticAndThen(a0, a1, a2);
4095  if (err != Z3_error_code.Z3_OK)
4096  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4097  return res;
4098  }
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 4370 of file Native.java.

Referenced by Tactic.apply().

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

Referenced by Tactic.apply().

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

Referenced by Context.cond().

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

4059  {
4060  INTERNALtacticDecRef(a0, a1);
4062  if (err != Z3_error_code.Z3_OK)
4063  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4064  }
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 4172 of file Native.java.

Referenced by Context.fail().

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

Referenced by Context.failIf().

4182  {
4183  long res = INTERNALtacticFailIf(a0, a1);
4185  if (err != Z3_error_code.Z3_OK)
4186  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4187  return res;
4188  }
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 4190 of file Native.java.

Referenced by Context.failIfNotDecided().

4191  {
4192  long res = INTERNALtacticFailIfNotDecided(a0);
4194  if (err != Z3_error_code.Z3_OK)
4195  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4196  return res;
4197  }
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 4343 of file Native.java.

Referenced by Context.getTacticDescription().

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

Referenced by Tactic.getHelp().

4326  {
4327  String res = INTERNALtacticGetHelp(a0, a1);
4329  if (err != Z3_error_code.Z3_OK)
4330  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4331  return res;
4332  }
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 4334 of file Native.java.

Referenced by Tactic.getParameterDescriptions().

4335  {
4336  long res = INTERNALtacticGetParamDescrs(a0, a1);
4338  if (err != Z3_error_code.Z3_OK)
4339  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4340  return res;
4341  }
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 4050 of file Native.java.

4051  {
4052  INTERNALtacticIncRef(a0, a1);
4054  if (err != Z3_error_code.Z3_OK)
4055  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4056  }
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 4100 of file Native.java.

Referenced by Context.orElse().

4101  {
4102  long res = INTERNALtacticOrElse(a0, a1, a2);
4104  if (err != Z3_error_code.Z3_OK)
4105  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4106  return res;
4107  }
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 4118 of file Native.java.

Referenced by Context.parAndThen().

4119  {
4120  long res = INTERNALtacticParAndThen(a0, a1, a2);
4122  if (err != Z3_error_code.Z3_OK)
4123  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4124  return res;
4125  }
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 4109 of file Native.java.

Referenced by Context.parOr().

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

Referenced by Context.repeat().

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

Referenced by Context.skip().

4164  {
4165  long res = INTERNALtacticSkip(a0);
4167  if (err != Z3_error_code.Z3_OK)
4168  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4169  return res;
4170  }
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 4127 of file Native.java.

Referenced by Context.tryFor().

4128  {
4129  long res = INTERNALtacticTryFor(a0, a1, a2);
4131  if (err != Z3_error_code.Z3_OK)
4132  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4133  return res;
4134  }
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 4199 of file Native.java.

Referenced by Context.usingParams().

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

Referenced by Context.when().

4137  {
4138  long res = INTERNALtacticWhen(a0, a1, a2);
4140  if (err != Z3_error_code.Z3_OK)
4141  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
4142  return res;
4143  }
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 2531 of file Native.java.

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

2541  {
2542  long res = INTERNALtoFuncDecl(a0, a1);
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 long INTERNALtoFuncDecl(long a0, long a1)
static final Z3_error_code fromInt(int v)
static void toggleWarningMessages ( boolean  a0)
inlinestatic

Definition at line 3099 of file Native.java.

Referenced by Global.ToggleWarningMessages().

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

Definition at line 2846 of file Native.java.

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

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

Referenced by Context.updateParamValue().

720  {
721  INTERNALupdateParamValue(a0, a1, a2);
723  if (err != Z3_error_code.Z3_OK)
724  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
725  }
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 2819 of file Native.java.

Referenced by Expr.update().

2820  {
2821  long res = INTERNALupdateTerm(a0, a1, a2, a3);
2823  if (err != Z3_error_code.Z3_OK)
2824  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
2825  return res;
2826  }
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 5530 of file Native.java.

Referenced by InterpolationContext.WriteInterpolationProblem().

5531  {
5532  INTERNALwriteInterpolationProblem(a0, a1, a2, a3, a4, a5, a6);
5534  if (err != Z3_error_code.Z3_OK)
5535  throw new Z3Exception(INTERNALgetErrorMsgEx(a0, err.toInt()));
5536  }
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)