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 paramDescrsGetDocumentation (long a0, long a1, long 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 mkArrayExt (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 mkSeqSort (long a0, long a1) throws Z3Exception
 
static boolean isSeqSort (long a0, long a1) throws Z3Exception
 
static long mkReSort (long a0, long a1) throws Z3Exception
 
static boolean isReSort (long a0, long a1) throws Z3Exception
 
static long mkStringSort (long a0) throws Z3Exception
 
static boolean isStringSort (long a0, long a1) throws Z3Exception
 
static long mkString (long a0, String a1) throws Z3Exception
 
static boolean isString (long a0, long a1) throws Z3Exception
 
static String getString (long a0, long a1) throws Z3Exception
 
static long mkSeqEmpty (long a0, long a1) throws Z3Exception
 
static long mkSeqUnit (long a0, long a1) throws Z3Exception
 
static long mkSeqConcat (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSeqPrefix (long a0, long a1, long a2) throws Z3Exception
 
static long mkSeqSuffix (long a0, long a1, long a2) throws Z3Exception
 
static long mkSeqContains (long a0, long a1, long a2) throws Z3Exception
 
static long mkSeqExtract (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkSeqReplace (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkSeqAt (long a0, long a1, long a2) throws Z3Exception
 
static long mkSeqLength (long a0, long a1) throws Z3Exception
 
static long mkSeqIndex (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkSeqToRe (long a0, long a1) throws Z3Exception
 
static long mkSeqInRe (long a0, long a1, long a2) throws Z3Exception
 
static long mkRePlus (long a0, long a1) throws Z3Exception
 
static long mkReStar (long a0, long a1) throws Z3Exception
 
static long mkReOption (long a0, long a1) throws Z3Exception
 
static long mkReUnion (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkReConcat (long a0, int 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 mkPbeq (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 (long a0, int a1) throws Z3Exception
 
static void getVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
 
static String getFullVersion ()
 
static void enableTrace (String a0)
 
static void disableTrace (String a0)
 
static void resetMemory ()
 
static void finalizeMemory ()
 
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 long solverTranslate (long a0, long a1, long a2) 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 int getImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4) throws Z3Exception
 
static int solverGetConsequences (long a0, long a1, long a2, long a3, long a4) 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 getEstimatedAllocSize ()
 
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 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 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 void optimizeFromString (long a0, long a1, String a2) throws Z3Exception
 
static void optimizeFromFile (long a0, long a1, String a2) throws Z3Exception
 
static String optimizeGetHelp (long a0, long a1) throws Z3Exception
 
static long optimizeGetStatistics (long a0, long a1) throws Z3Exception
 
static long optimizeGetAssertions (long a0, long a1) throws Z3Exception
 
static long optimizeGetObjectives (long a0, long a1) throws Z3Exception
 
static long mkInterpolant (long a0, long a1) throws Z3Exception
 
static long mkInterpolationContext (long a0) throws Z3Exception
 
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 INTERNALparamDescrsGetDocumentation (long a0, long a1, long 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 INTERNALmkArrayExt (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 INTERNALmkSeqSort (long a0, long a1)
 
static native boolean INTERNALisSeqSort (long a0, long a1)
 
static native long INTERNALmkReSort (long a0, long a1)
 
static native boolean INTERNALisReSort (long a0, long a1)
 
static native long INTERNALmkStringSort (long a0)
 
static native boolean INTERNALisStringSort (long a0, long a1)
 
static native long INTERNALmkString (long a0, String a1)
 
static native boolean INTERNALisString (long a0, long a1)
 
static native String INTERNALgetString (long a0, long a1)
 
static native long INTERNALmkSeqEmpty (long a0, long a1)
 
static native long INTERNALmkSeqUnit (long a0, long a1)
 
static native long INTERNALmkSeqConcat (long a0, int a1, long[] a2)
 
static native long INTERNALmkSeqPrefix (long a0, long a1, long a2)
 
static native long INTERNALmkSeqSuffix (long a0, long a1, long a2)
 
static native long INTERNALmkSeqContains (long a0, long a1, long a2)
 
static native long INTERNALmkSeqExtract (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkSeqReplace (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkSeqAt (long a0, long a1, long a2)
 
static native long INTERNALmkSeqLength (long a0, long a1)
 
static native long INTERNALmkSeqIndex (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkSeqToRe (long a0, long a1)
 
static native long INTERNALmkSeqInRe (long a0, long a1, long a2)
 
static native long INTERNALmkRePlus (long a0, long a1)
 
static native long INTERNALmkReStar (long a0, long a1)
 
static native long INTERNALmkReOption (long a0, long a1)
 
static native long INTERNALmkReUnion (long a0, int a1, long[] a2)
 
static native long INTERNALmkReConcat (long a0, int 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 INTERNALmkPbeq (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 (long a0, int a1)
 
static native void INTERNALgetVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
 
static native String INTERNALgetFullVersion ()
 
static native void INTERNALenableTrace (String a0)
 
static native void INTERNALdisableTrace (String a0)
 
static native void INTERNALresetMemory ()
 
static native void INTERNALfinalizeMemory ()
 
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 long INTERNALsolverTranslate (long a0, long a1, long a2)
 
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 int INTERNALgetImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4)
 
static native int INTERNALsolverGetConsequences (long a0, long a1, long a2, long a3, long a4)
 
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 INTERNALgetEstimatedAllocSize ()
 
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 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 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 void INTERNALoptimizeFromString (long a0, long a1, String a2)
 
static native void INTERNALoptimizeFromFile (long a0, long a1, String a2)
 
static native String INTERNALoptimizeGetHelp (long a0, long a1)
 
static native long INTERNALoptimizeGetStatistics (long a0, long a1)
 
static native long INTERNALoptimizeGetAssertions (long a0, long a1)
 
static native long INTERNALoptimizeGetObjectives (long a0, long a1)
 
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

§ algebraicAdd()

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

Definition at line 4676 of file Native.java.

4677  {
4678  long res = INTERNALalgebraicAdd(a0, a1, a2);
4680  if (err != Z3_error_code.Z3_OK)
4681  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4682  return res;
4683  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicAdd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicDiv()

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

Definition at line 4703 of file Native.java.

4704  {
4705  long res = INTERNALalgebraicDiv(a0, a1, a2);
4707  if (err != Z3_error_code.Z3_OK)
4708  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4709  return res;
4710  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicDiv(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicEq()

static boolean algebraicEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4766 of file Native.java.

4767  {
4768  boolean res = INTERNALalgebraicEq(a0, a1, a2);
4770  if (err != Z3_error_code.Z3_OK)
4771  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4772  return res;
4773  }
static native boolean INTERNALalgebraicEq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicEval()

static int algebraicEval ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 4793 of file Native.java.

4794  {
4795  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
4797  if (err != Z3_error_code.Z3_OK)
4798  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4799  return res;
4800  }
static native int INTERNALalgebraicEval(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicGe()

static boolean algebraicGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4757 of file Native.java.

4758  {
4759  boolean res = INTERNALalgebraicGe(a0, a1, a2);
4761  if (err != Z3_error_code.Z3_OK)
4762  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4763  return res;
4764  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicGe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicGt()

static boolean algebraicGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4739 of file Native.java.

4740  {
4741  boolean res = INTERNALalgebraicGt(a0, a1, a2);
4743  if (err != Z3_error_code.Z3_OK)
4744  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4745  return res;
4746  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicGt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicIsNeg()

static boolean algebraicIsNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4649 of file Native.java.

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

§ algebraicIsPos()

static boolean algebraicIsPos ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4640 of file Native.java.

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

§ algebraicIsValue()

static boolean algebraicIsValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4631 of file Native.java.

4632  {
4633  boolean res = INTERNALalgebraicIsValue(a0, a1);
4635  if (err != Z3_error_code.Z3_OK)
4636  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4637  return res;
4638  }
static native boolean INTERNALalgebraicIsValue(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicIsZero()

static boolean algebraicIsZero ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4658 of file Native.java.

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

§ algebraicLe()

static boolean algebraicLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4748 of file Native.java.

4749  {
4750  boolean res = INTERNALalgebraicLe(a0, a1, a2);
4752  if (err != Z3_error_code.Z3_OK)
4753  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4754  return res;
4755  }
static native boolean INTERNALalgebraicLe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicLt()

static boolean algebraicLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4730 of file Native.java.

4731  {
4732  boolean res = INTERNALalgebraicLt(a0, a1, a2);
4734  if (err != Z3_error_code.Z3_OK)
4735  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4736  return res;
4737  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicMul()

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

Definition at line 4694 of file Native.java.

4695  {
4696  long res = INTERNALalgebraicMul(a0, a1, a2);
4698  if (err != Z3_error_code.Z3_OK)
4699  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4700  return res;
4701  }
static native long INTERNALalgebraicMul(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicNeq()

static boolean algebraicNeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4775 of file Native.java.

4776  {
4777  boolean res = INTERNALalgebraicNeq(a0, a1, a2);
4779  if (err != Z3_error_code.Z3_OK)
4780  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4781  return res;
4782  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicNeq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicPower()

static long algebraicPower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4721 of file Native.java.

4722  {
4723  long res = INTERNALalgebraicPower(a0, a1, a2);
4725  if (err != Z3_error_code.Z3_OK)
4726  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4727  return res;
4728  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicPower(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicRoot()

static long algebraicRoot ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4712 of file Native.java.

4713  {
4714  long res = INTERNALalgebraicRoot(a0, a1, a2);
4716  if (err != Z3_error_code.Z3_OK)
4717  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4718  return res;
4719  }
static native long INTERNALalgebraicRoot(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicRoots()

static long algebraicRoots ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 4784 of file Native.java.

4785  {
4786  long res = INTERNALalgebraicRoots(a0, a1, a2, a3);
4788  if (err != Z3_error_code.Z3_OK)
4789  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4790  return res;
4791  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicRoots(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ algebraicSign()

static int algebraicSign ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4667 of file Native.java.

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

§ algebraicSub()

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

Definition at line 4685 of file Native.java.

4686  {
4687  long res = INTERNALalgebraicSub(a0, a1, a2);
4689  if (err != Z3_error_code.Z3_OK)
4690  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4691  return res;
4692  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicSub(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ appendLog()

static void appendLog ( String  a0)
inlinestatic

Definition at line 3356 of file Native.java.

Referenced by Log.append().

3357  {
3358  INTERNALappendLog(a0);
3359  }
static native void INTERNALappendLog(String a0)

§ applyResultConvertModel()

static long applyResultConvertModel ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4123 of file Native.java.

Referenced by ApplyResult.convertModel().

4124  {
4125  long res = INTERNALapplyResultConvertModel(a0, a1, a2, a3);
4127  if (err != Z3_error_code.Z3_OK)
4128  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4129  return res;
4130  }
static native long INTERNALapplyResultConvertModel(long a0, long a1, int a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ applyResultDecRef()

static void applyResultDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4088 of file Native.java.

4089  {
4090  INTERNALapplyResultDecRef(a0, a1);
4092  if (err != Z3_error_code.Z3_OK)
4093  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4094  }
static native void INTERNALapplyResultDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ applyResultGetNumSubgoals()

static int applyResultGetNumSubgoals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4105 of file Native.java.

Referenced by ApplyResult.getNumSubgoals().

4106  {
4107  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4109  if (err != Z3_error_code.Z3_OK)
4110  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4111  return res;
4112  }
static native int INTERNALapplyResultGetNumSubgoals(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ applyResultGetSubgoal()

static long applyResultGetSubgoal ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4114 of file Native.java.

Referenced by ApplyResult.getSubgoals().

4115  {
4116  long res = INTERNALapplyResultGetSubgoal(a0, a1, a2);
4118  if (err != Z3_error_code.Z3_OK)
4119  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4120  return res;
4121  }
static native long INTERNALapplyResultGetSubgoal(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ applyResultIncRef()

static void applyResultIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4080 of file Native.java.

Referenced by ApplyResult.toString().

4081  {
4082  INTERNALapplyResultIncRef(a0, a1);
4084  if (err != Z3_error_code.Z3_OK)
4085  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4086  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALapplyResultIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ applyResultToString()

static String applyResultToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4096 of file Native.java.

Referenced by ApplyResult.toString().

4097  {
4098  String res = INTERNALapplyResultToString(a0, a1);
4100  if (err != Z3_error_code.Z3_OK)
4101  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4102  return res;
4103  }
static native String INTERNALapplyResultToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ appToAst()

static long appToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2672 of file Native.java.

2673  {
2674  long res = INTERNALappToAst(a0, a1);
2676  if (err != Z3_error_code.Z3_OK)
2677  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2678  return res;
2679  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALappToAst(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astMapContains()

static boolean astMapContains ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4562 of file Native.java.

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

§ astMapDecRef()

static void astMapDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4554 of file Native.java.

4555  {
4556  INTERNALastMapDecRef(a0, a1);
4558  if (err != Z3_error_code.Z3_OK)
4559  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4560  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native void INTERNALastMapDecRef(long a0, long a1)

§ astMapErase()

static void astMapErase ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4588 of file Native.java.

4589  {
4590  INTERNALastMapErase(a0, a1, a2);
4592  if (err != Z3_error_code.Z3_OK)
4593  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4594  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapErase(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astMapFind()

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

Definition at line 4571 of file Native.java.

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

§ astMapIncRef()

static void astMapIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4546 of file Native.java.

4547  {
4548  INTERNALastMapIncRef(a0, a1);
4550  if (err != Z3_error_code.Z3_OK)
4551  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4552  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astMapInsert()

static void astMapInsert ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4580 of file Native.java.

4581  {
4582  INTERNALastMapInsert(a0, a1, a2, a3);
4584  if (err != Z3_error_code.Z3_OK)
4585  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4586  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapInsert(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astMapKeys()

static long astMapKeys ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4613 of file Native.java.

4614  {
4615  long res = INTERNALastMapKeys(a0, a1);
4617  if (err != Z3_error_code.Z3_OK)
4618  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4619  return res;
4620  }
static native long INTERNALastMapKeys(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astMapReset()

static void astMapReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4596 of file Native.java.

4597  {
4598  INTERNALastMapReset(a0, a1);
4600  if (err != Z3_error_code.Z3_OK)
4601  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4602  }
static native void INTERNALastMapReset(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astMapSize()

static int astMapSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4604 of file Native.java.

4605  {
4606  int res = INTERNALastMapSize(a0, a1);
4608  if (err != Z3_error_code.Z3_OK)
4609  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4610  return res;
4611  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALastMapSize(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astMapToString()

static String astMapToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4622 of file Native.java.

4623  {
4624  String res = INTERNALastMapToString(a0, a1);
4626  if (err != Z3_error_code.Z3_OK)
4627  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4628  return res;
4629  }
static native String INTERNALastMapToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ astToString()

static String astToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3379 of file Native.java.

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

3380  {
3381  String res = INTERNALastToString(a0, a1);
3383  if (err != Z3_error_code.Z3_OK)
3384  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3385  return res;
3386  }
static native String INTERNALastToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ astVectorDecRef()

static void astVectorDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4469 of file Native.java.

4470  {
4471  INTERNALastVectorDecRef(a0, a1);
4473  if (err != Z3_error_code.Z3_OK)
4474  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4475  }
static native void INTERNALastVectorDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astVectorGet()

static long astVectorGet ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4486 of file Native.java.

Referenced by ASTVector.get().

4487  {
4488  long res = INTERNALastVectorGet(a0, a1, a2);
4490  if (err != Z3_error_code.Z3_OK)
4491  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4492  return res;
4493  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastVectorGet(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astVectorIncRef()

static void astVectorIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4461 of file Native.java.

Referenced by ASTVector.toString().

4462  {
4463  INTERNALastVectorIncRef(a0, a1);
4465  if (err != Z3_error_code.Z3_OK)
4466  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4467  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastVectorIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astVectorPush()

static void astVectorPush ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4511 of file Native.java.

Referenced by ASTVector.push().

4512  {
4513  INTERNALastVectorPush(a0, a1, a2);
4515  if (err != Z3_error_code.Z3_OK)
4516  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4517  }
static native void INTERNALastVectorPush(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astVectorResize()

static void astVectorResize ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4503 of file Native.java.

Referenced by ASTVector.resize().

4504  {
4505  INTERNALastVectorResize(a0, a1, a2);
4507  if (err != Z3_error_code.Z3_OK)
4508  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4509  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALastVectorResize(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)

§ astVectorSet()

static void astVectorSet ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4495 of file Native.java.

Referenced by ASTVector.set().

4496  {
4497  INTERNALastVectorSet(a0, a1, a2, a3);
4499  if (err != Z3_error_code.Z3_OK)
4500  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4501  }
static native void INTERNALastVectorSet(long a0, long a1, int a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astVectorSize()

static int astVectorSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4477 of file Native.java.

Referenced by ASTVector.size().

4478  {
4479  int res = INTERNALastVectorSize(a0, a1);
4481  if (err != Z3_error_code.Z3_OK)
4482  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4483  return res;
4484  }
static native int INTERNALastVectorSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ astVectorToString()

static String astVectorToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4528 of file Native.java.

Referenced by ASTVector.toString().

4529  {
4530  String res = INTERNALastVectorToString(a0, a1);
4532  if (err != Z3_error_code.Z3_OK)
4533  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4534  return res;
4535  }
static native String INTERNALastVectorToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ astVectorTranslate()

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

Definition at line 4519 of file Native.java.

Referenced by ASTVector.translate().

4520  {
4521  long res = INTERNALastVectorTranslate(a0, a1, a2);
4523  if (err != Z3_error_code.Z3_OK)
4524  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4525  return res;
4526  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastVectorTranslate(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ benchmarkToSmtlibString()

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

Referenced by Context.benchmarkToSMTString().

3425  {
3426  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3428  if (err != Z3_error_code.Z3_OK)
3429  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3430  return res;
3431  }
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 native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ checkInterpolant()

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

Referenced by InterpolationContext.CheckInterpolant().

5500  {
5501  int res = INTERNALcheckInterpolant(a0, a1, a2, a3, a4, a5, a6, a7);
5503  if (err != Z3_error_code.Z3_OK)
5504  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5505  return res;
5506  }
static native int INTERNALcheckInterpolant(long a0, int a1, long[] a2, int[] a3, long[] a4, StringPtr a5, int a6, long[] a7)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ closeLog()

static void closeLog ( )
inlinestatic

Definition at line 3361 of file Native.java.

Referenced by Log.close().

3362  {
3363  INTERNALcloseLog();
3364  }
static native void INTERNALcloseLog()

§ computeInterpolant()

static int computeInterpolant ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4 
) throws Z3Exception
inlinestatic

Definition at line 5472 of file Native.java.

Referenced by InterpolationContext.ComputeInterpolant().

5473  {
5474  int res = INTERNALcomputeInterpolant(a0, a1, a2, a3, a4);
5476  if (err != Z3_error_code.Z3_OK)
5477  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5478  return res;
5479  }
static native int INTERNALcomputeInterpolant(long a0, long a1, long a2, LongPtr a3, LongPtr a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ datatypeUpdateField()

static long datatypeUpdateField ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2456 of file Native.java.

Referenced by Context.MkUpdateField().

2457  {
2458  long res = INTERNALdatatypeUpdateField(a0, a1, a2, a3);
2460  if (err != Z3_error_code.Z3_OK)
2461  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2462  return res;
2463  }
static native long INTERNALdatatypeUpdateField(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ decRef()

static void decRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 708 of file Native.java.

709  {
710  INTERNALdecRef(a0, a1);
712  if (err != Z3_error_code.Z3_OK)
713  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
714  }
static native void INTERNALdecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ delConfig()

static void delConfig ( long  a0)
inlinestatic

Definition at line 669 of file Native.java.

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

670  {
671  INTERNALdelConfig(a0);
672  }
static native void INTERNALdelConfig(long a0)

§ delConstructor()

static void delConstructor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 984 of file Native.java.

Referenced by ConstructorDecRefQueue.decRef().

985  {
986  INTERNALdelConstructor(a0, a1);
988  if (err != Z3_error_code.Z3_OK)
989  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
990  }
static native void INTERNALdelConstructor(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ delConstructorList()

static void delConstructorList ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1010 of file Native.java.

Referenced by ConstructorListDecRefQueue.decRef().

1011  {
1014  if (err != Z3_error_code.Z3_OK)
1015  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1016  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALdelConstructorList(long a0, long a1)
static final Z3_error_code fromInt(int v)

§ delContext()

static void delContext ( long  a0) throws Z3Exception
inlinestatic

Definition at line 695 of file Native.java.

Referenced by Context.close().

696  {
697  INTERNALdelContext(a0);
698  }
static native void INTERNALdelContext(long a0)

§ disableTrace()

static void disableTrace ( String  a0)
inlinestatic

Definition at line 3587 of file Native.java.

Referenced by Global.disableTrace().

3588  {
3590  }
static native void INTERNALdisableTrace(String a0)

§ enableTrace()

static void enableTrace ( String  a0)
inlinestatic

Definition at line 3582 of file Native.java.

Referenced by Global.enableTrace().

3583  {
3584  INTERNALenableTrace(a0);
3585  }
static native void INTERNALenableTrace(String a0)

§ finalizeMemory()

static void finalizeMemory ( )
inlinestatic

Definition at line 3597 of file Native.java.

3598  {
3600  }
static native void INTERNALfinalizeMemory()

§ fixedpointAddCover()

static void fixedpointAddCover ( long  a0,
long  a1,
int  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5127 of file Native.java.

Referenced by Fixedpoint.addCover().

5128  {
5129  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
5131  if (err != Z3_error_code.Z3_OK)
5132  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5133  }
static native void INTERNALfixedpointAddCover(long a0, long a1, int a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointAddFact()

static void fixedpointAddFact ( long  a0,
long  a1,
long  a2,
int  a3,
int []  a4 
) throws Z3Exception
inlinestatic

Definition at line 5049 of file Native.java.

Referenced by Fixedpoint.addFact().

5050  {
5051  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
5053  if (err != Z3_error_code.Z3_OK)
5054  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5055  }
static native void INTERNALfixedpointAddFact(long a0, long a1, long a2, int a3, int[] a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointAddRule()

static void fixedpointAddRule ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5041 of file Native.java.

Referenced by Fixedpoint.addRule().

5042  {
5043  INTERNALfixedpointAddRule(a0, a1, a2, a3);
5045  if (err != Z3_error_code.Z3_OK)
5046  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5047  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native void INTERNALfixedpointAddRule(long a0, long a1, long a2, long a3)

§ fixedpointAssert()

static void fixedpointAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5057 of file Native.java.

Referenced by Fixedpoint.add().

5058  {
5059  INTERNALfixedpointAssert(a0, a1, a2);
5061  if (err != Z3_error_code.Z3_OK)
5062  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5063  }
static native void INTERNALfixedpointAssert(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointDecRef()

static void fixedpointDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5033 of file Native.java.

5034  {
5035  INTERNALfixedpointDecRef(a0, a1);
5037  if (err != Z3_error_code.Z3_OK)
5038  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5039  }
static native void INTERNALfixedpointDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointFromFile()

static long fixedpointFromFile ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 5222 of file Native.java.

Referenced by Fixedpoint.ParseFile().

5223  {
5224  long res = INTERNALfixedpointFromFile(a0, a1, a2);
5226  if (err != Z3_error_code.Z3_OK)
5227  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5228  return res;
5229  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointFromFile(long a0, long a1, String a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointFromString()

static long fixedpointFromString ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 5213 of file Native.java.

Referenced by Fixedpoint.ParseString().

5214  {
5215  long res = INTERNALfixedpointFromString(a0, a1, a2);
5217  if (err != Z3_error_code.Z3_OK)
5218  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5219  return res;
5220  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointFromString(long a0, long a1, String a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointGetAnswer()

static long fixedpointGetAnswer ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5083 of file Native.java.

Referenced by Fixedpoint.getAnswer().

5084  {
5085  long res = INTERNALfixedpointGetAnswer(a0, a1);
5087  if (err != Z3_error_code.Z3_OK)
5088  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5089  return res;
5090  }
static native long INTERNALfixedpointGetAnswer(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointGetAssertions()

static long fixedpointGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5169 of file Native.java.

Referenced by Fixedpoint.getAssertions().

5170  {
5171  long res = INTERNALfixedpointGetAssertions(a0, a1);
5173  if (err != Z3_error_code.Z3_OK)
5174  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5175  return res;
5176  }
static native long INTERNALfixedpointGetAssertions(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointGetCoverDelta()

static long fixedpointGetCoverDelta ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5118 of file Native.java.

Referenced by Fixedpoint.getCoverDelta().

5119  {
5120  long res = INTERNALfixedpointGetCoverDelta(a0, a1, a2, a3);
5122  if (err != Z3_error_code.Z3_OK)
5123  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5124  return res;
5125  }
static native long INTERNALfixedpointGetCoverDelta(long a0, long a1, int a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointGetHelp()

static String fixedpointGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5186 of file Native.java.

Referenced by Fixedpoint.getHelp().

5187  {
5188  String res = INTERNALfixedpointGetHelp(a0, a1);
5190  if (err != Z3_error_code.Z3_OK)
5191  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5192  return res;
5193  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)
static native String INTERNALfixedpointGetHelp(long a0, long a1)

§ fixedpointGetNumLevels()

static int fixedpointGetNumLevels ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5109 of file Native.java.

Referenced by Fixedpoint.getNumLevels().

5110  {
5111  int res = INTERNALfixedpointGetNumLevels(a0, a1, a2);
5113  if (err != Z3_error_code.Z3_OK)
5114  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5115  return res;
5116  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfixedpointGetNumLevels(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointGetParamDescrs()

static long fixedpointGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5195 of file Native.java.

Referenced by Fixedpoint.getParameterDescriptions().

5196  {
5197  long res = INTERNALfixedpointGetParamDescrs(a0, a1);
5199  if (err != Z3_error_code.Z3_OK)
5200  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5201  return res;
5202  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointGetParamDescrs(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointGetReasonUnknown()

static String fixedpointGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5092 of file Native.java.

Referenced by Fixedpoint.getReasonUnknown().

5093  {
5096  if (err != Z3_error_code.Z3_OK)
5097  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5098  return res;
5099  }
static native String INTERNALfixedpointGetReasonUnknown(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ fixedpointGetRules()

static long fixedpointGetRules ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5160 of file Native.java.

Referenced by Fixedpoint.getRules().

5161  {
5162  long res = INTERNALfixedpointGetRules(a0, a1);
5164  if (err != Z3_error_code.Z3_OK)
5165  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5166  return res;
5167  }
static native long INTERNALfixedpointGetRules(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointGetStatistics()

static long fixedpointGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5135 of file Native.java.

Referenced by Fixedpoint.getStatistics().

5136  {
5137  long res = INTERNALfixedpointGetStatistics(a0, a1);
5139  if (err != Z3_error_code.Z3_OK)
5140  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5141  return res;
5142  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALfixedpointGetStatistics(long a0, long a1)

§ fixedpointIncRef()

static void fixedpointIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5025 of file Native.java.

Referenced by Fixedpoint.ParseString().

5026  {
5027  INTERNALfixedpointIncRef(a0, a1);
5029  if (err != Z3_error_code.Z3_OK)
5030  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5031  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointPop()

static void fixedpointPop ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5239 of file Native.java.

Referenced by Fixedpoint.pop().

5240  {
5241  INTERNALfixedpointPop(a0, a1);
5243  if (err != Z3_error_code.Z3_OK)
5244  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5245  }
static native void INTERNALfixedpointPop(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointPush()

static void fixedpointPush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5231 of file Native.java.

Referenced by Fixedpoint.push().

5232  {
5233  INTERNALfixedpointPush(a0, a1);
5235  if (err != Z3_error_code.Z3_OK)
5236  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5237  }
static native void INTERNALfixedpointPush(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointQuery()

static int fixedpointQuery ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5065 of file Native.java.

Referenced by Fixedpoint.query().

5066  {
5067  int res = INTERNALfixedpointQuery(a0, a1, a2);
5069  if (err != Z3_error_code.Z3_OK)
5070  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5071  return res;
5072  }
static native int INTERNALfixedpointQuery(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointQueryRelations()

static int fixedpointQueryRelations ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 5074 of file Native.java.

Referenced by Fixedpoint.query().

5075  {
5076  int res = INTERNALfixedpointQueryRelations(a0, a1, a2, a3);
5078  if (err != Z3_error_code.Z3_OK)
5079  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5080  return res;
5081  }
static native int INTERNALfixedpointQueryRelations(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointRegisterRelation()

static void fixedpointRegisterRelation ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5144 of file Native.java.

Referenced by Fixedpoint.registerRelation().

5145  {
5148  if (err != Z3_error_code.Z3_OK)
5149  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5150  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointRegisterRelation(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointSetParams()

static void fixedpointSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5178 of file Native.java.

Referenced by Fixedpoint.setParameters().

5179  {
5180  INTERNALfixedpointSetParams(a0, a1, a2);
5182  if (err != Z3_error_code.Z3_OK)
5183  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5184  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointSetParams(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointSetPredicateRepresentation()

static void fixedpointSetPredicateRepresentation ( long  a0,
long  a1,
long  a2,
int  a3,
long []  a4 
) throws Z3Exception
inlinestatic

Definition at line 5152 of file Native.java.

Referenced by Fixedpoint.setPredicateRepresentation().

5153  {
5156  if (err != Z3_error_code.Z3_OK)
5157  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5158  }
static native void INTERNALfixedpointSetPredicateRepresentation(long a0, long a1, long a2, int a3, long[] a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointToString()

static String fixedpointToString ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 5204 of file Native.java.

Referenced by Fixedpoint.toString().

5205  {
5206  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
5208  if (err != Z3_error_code.Z3_OK)
5209  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5210  return res;
5211  }
static native String INTERNALfixedpointToString(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ fixedpointUpdateRule()

static void fixedpointUpdateRule ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5101 of file Native.java.

Referenced by Fixedpoint.updateRule().

5102  {
5103  INTERNALfixedpointUpdateRule(a0, a1, a2, a3);
5105  if (err != Z3_error_code.Z3_OK)
5106  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5107  }
static native void INTERNALfixedpointUpdateRule(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fpaGetEbits()

static int fpaGetEbits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6065 of file Native.java.

Referenced by FPSort.getEBits().

6066  {
6067  int res = INTERNALfpaGetEbits(a0, a1);
6069  if (err != Z3_error_code.Z3_OK)
6070  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6071  return res;
6072  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfpaGetEbits(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fpaGetNumeralExponentInt64()

static boolean fpaGetNumeralExponentInt64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 6119 of file Native.java.

Referenced by FPNum.getExponentInt64().

6120  {
6121  boolean res = INTERNALfpaGetNumeralExponentInt64(a0, a1, a2);
6123  if (err != Z3_error_code.Z3_OK)
6124  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6125  return res;
6126  }
static native boolean INTERNALfpaGetNumeralExponentInt64(long a0, long a1, LongPtr a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fpaGetNumeralExponentString()

static String fpaGetNumeralExponentString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6110 of file Native.java.

Referenced by FPNum.getExponent().

6111  {
6114  if (err != Z3_error_code.Z3_OK)
6115  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6116  return res;
6117  }
static native String INTERNALfpaGetNumeralExponentString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ fpaGetNumeralSign()

static boolean fpaGetNumeralSign ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 6083 of file Native.java.

Referenced by FPNum.getSign().

6084  {
6085  boolean res = INTERNALfpaGetNumeralSign(a0, a1, a2);
6087  if (err != Z3_error_code.Z3_OK)
6088  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6089  return res;
6090  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaGetNumeralSign(long a0, long a1, IntPtr a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fpaGetNumeralSignificandString()

static String fpaGetNumeralSignificandString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6092 of file Native.java.

Referenced by FPNum.getSignificand().

6093  {
6096  if (err != Z3_error_code.Z3_OK)
6097  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6098  return res;
6099  }
static native String INTERNALfpaGetNumeralSignificandString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ fpaGetNumeralSignificandUint64()

static boolean fpaGetNumeralSignificandUint64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 6101 of file Native.java.

Referenced by FPNum.getSignificandUInt64().

6102  {
6103  boolean res = INTERNALfpaGetNumeralSignificandUint64(a0, a1, a2);
6105  if (err != Z3_error_code.Z3_OK)
6106  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6107  return res;
6108  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaGetNumeralSignificandUint64(long a0, long a1, LongPtr a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fpaGetSbits()

static int fpaGetSbits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6074 of file Native.java.

Referenced by FPSort.getSBits().

6075  {
6076  int res = INTERNALfpaGetSbits(a0, a1);
6078  if (err != Z3_error_code.Z3_OK)
6079  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6080  return res;
6081  }
static native int INTERNALfpaGetSbits(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcDeclToAst()

static long funcDeclToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2510 of file Native.java.

2511  {
2512  long res = INTERNALfuncDeclToAst(a0, a1);
2514  if (err != Z3_error_code.Z3_OK)
2515  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2516  return res;
2517  }
static native long INTERNALfuncDeclToAst(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcDeclToString()

static String funcDeclToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3406 of file Native.java.

Referenced by FuncDecl.toString().

3407  {
3408  String res = INTERNALfuncDeclToString(a0, a1);
3410  if (err != Z3_error_code.Z3_OK)
3411  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3412  return res;
3413  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALfuncDeclToString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ funcEntryDecRef()

static void funcEntryDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3315 of file Native.java.

3316  {
3317  INTERNALfuncEntryDecRef(a0, a1);
3319  if (err != Z3_error_code.Z3_OK)
3320  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3321  }
static native void INTERNALfuncEntryDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcEntryGetArg()

static long funcEntryGetArg ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3341 of file Native.java.

3342  {
3343  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
3345  if (err != Z3_error_code.Z3_OK)
3346  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3347  return res;
3348  }
static native long INTERNALfuncEntryGetArg(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcEntryGetNumArgs()

static int funcEntryGetNumArgs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3332 of file Native.java.

3333  {
3334  int res = INTERNALfuncEntryGetNumArgs(a0, a1);
3336  if (err != Z3_error_code.Z3_OK)
3337  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3338  return res;
3339  }
static native int INTERNALfuncEntryGetNumArgs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcEntryGetValue()

static long funcEntryGetValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3323 of file Native.java.

3324  {
3325  long res = INTERNALfuncEntryGetValue(a0, a1);
3327  if (err != Z3_error_code.Z3_OK)
3328  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3329  return res;
3330  }
static native long INTERNALfuncEntryGetValue(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcEntryIncRef()

static void funcEntryIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3307 of file Native.java.

3308  {
3309  INTERNALfuncEntryIncRef(a0, a1);
3311  if (err != Z3_error_code.Z3_OK)
3312  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3313  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALfuncEntryIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)

§ funcInterpDecRef()

static void funcInterpDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3263 of file Native.java.

3264  {
3265  INTERNALfuncInterpDecRef(a0, a1);
3267  if (err != Z3_error_code.Z3_OK)
3268  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3269  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncInterpDecRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcInterpGetArity()

static int funcInterpGetArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3298 of file Native.java.

Referenced by FuncInterp.getArity().

3299  {
3300  int res = INTERNALfuncInterpGetArity(a0, a1);
3302  if (err != Z3_error_code.Z3_OK)
3303  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3304  return res;
3305  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfuncInterpGetArity(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcInterpGetElse()

static long funcInterpGetElse ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3289 of file Native.java.

Referenced by FuncInterp.getElse().

3290  {
3291  long res = INTERNALfuncInterpGetElse(a0, a1);
3293  if (err != Z3_error_code.Z3_OK)
3294  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3295  return res;
3296  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfuncInterpGetElse(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcInterpGetEntry()

static long funcInterpGetEntry ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3280 of file Native.java.

Referenced by FuncInterp.getEntries().

3281  {
3282  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
3284  if (err != Z3_error_code.Z3_OK)
3285  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3286  return res;
3287  }
static native long INTERNALfuncInterpGetEntry(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcInterpGetNumEntries()

static int funcInterpGetNumEntries ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3271 of file Native.java.

Referenced by FuncInterp.getNumEntries().

3272  {
3273  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
3275  if (err != Z3_error_code.Z3_OK)
3276  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3277  return res;
3278  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfuncInterpGetNumEntries(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ funcInterpIncRef()

static void funcInterpIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3255 of file Native.java.

Referenced by FuncInterp.toString().

3256  {
3257  INTERNALfuncInterpIncRef(a0, a1);
3259  if (err != Z3_error_code.Z3_OK)
3260  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3261  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncInterpIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getAlgebraicNumberLower()

static long getAlgebraicNumberLower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2906 of file Native.java.

Referenced by AlgebraicNum.toLower().

2907  {
2908  long res = INTERNALgetAlgebraicNumberLower(a0, a1, a2);
2910  if (err != Z3_error_code.Z3_OK)
2911  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2912  return res;
2913  }
static native long INTERNALgetAlgebraicNumberLower(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getAlgebraicNumberUpper()

static long getAlgebraicNumberUpper ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2915 of file Native.java.

Referenced by AlgebraicNum.toUpper().

2916  {
2917  long res = INTERNALgetAlgebraicNumberUpper(a0, a1, a2);
2919  if (err != Z3_error_code.Z3_OK)
2920  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2921  return res;
2922  }
static native long INTERNALgetAlgebraicNumberUpper(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getAppArg()

static long getAppArg ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2699 of file Native.java.

Referenced by Expr.getArgs().

2700  {
2701  long res = INTERNALgetAppArg(a0, a1, a2);
2703  if (err != Z3_error_code.Z3_OK)
2704  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2705  return res;
2706  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetAppArg(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getAppDecl()

static long getAppDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2681 of file Native.java.

Referenced by Expr.getFuncDecl().

2682  {
2683  long res = INTERNALgetAppDecl(a0, a1);
2685  if (err != Z3_error_code.Z3_OK)
2686  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2687  return res;
2688  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALgetAppDecl(long a0, long a1)

§ getAppNumArgs()

static int getAppNumArgs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2690 of file Native.java.

Referenced by Expr.getNumArgs().

2691  {
2692  int res = INTERNALgetAppNumArgs(a0, a1);
2694  if (err != Z3_error_code.Z3_OK)
2695  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2696  return res;
2697  }
static native int INTERNALgetAppNumArgs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getArity()

static int getArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2564 of file Native.java.

Referenced by FuncDecl.getArity().

2565  {
2566  int res = INTERNALgetArity(a0, a1);
2568  if (err != Z3_error_code.Z3_OK)
2569  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2570  return res;
2571  }
static native int INTERNALgetArity(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getArraySortDomain()

static long getArraySortDomain ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2375 of file Native.java.

Referenced by ArraySort.getDomain().

2376  {
2377  long res = INTERNALgetArraySortDomain(a0, a1);
2379  if (err != Z3_error_code.Z3_OK)
2380  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2381  return res;
2382  }
static native long INTERNALgetArraySortDomain(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getArraySortRange()

static long getArraySortRange ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2384 of file Native.java.

Referenced by ArraySort.getRange().

2385  {
2386  long res = INTERNALgetArraySortRange(a0, a1);
2388  if (err != Z3_error_code.Z3_OK)
2389  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2390  return res;
2391  }
static native long INTERNALgetArraySortRange(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getAsArrayFuncDecl()

static long getAsArrayFuncDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3246 of file Native.java.

Referenced by Model.getFuncInterp().

3247  {
3248  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
3250  if (err != Z3_error_code.Z3_OK)
3251  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3252  return res;
3253  }
static native long INTERNALgetAsArrayFuncDecl(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getAstHash()

static int getAstHash ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2726 of file Native.java.

Referenced by AST.hashCode().

2727  {
2728  int res = INTERNALgetAstHash(a0, a1);
2730  if (err != Z3_error_code.Z3_OK)
2731  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2732  return res;
2733  }
static native int INTERNALgetAstHash(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getAstId()

static int getAstId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2717 of file Native.java.

Referenced by AST.getId().

2718  {
2719  int res = INTERNALgetAstId(a0, a1);
2721  if (err != Z3_error_code.Z3_OK)
2722  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2723  return res;
2724  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetAstId(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getAstKind()

static int getAstKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2762 of file Native.java.

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

2763  {
2764  int res = INTERNALgetAstKind(a0, a1);
2766  if (err != Z3_error_code.Z3_OK)
2767  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2768  return res;
2769  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetAstKind(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getBoolValue()

static int getBoolValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2753 of file Native.java.

Referenced by Expr.getBoolValue().

2754  {
2755  int res = INTERNALgetBoolValue(a0, a1);
2757  if (err != Z3_error_code.Z3_OK)
2758  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2759  return res;
2760  }
static native int INTERNALgetBoolValue(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getBvSortSize()

static int getBvSortSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2357 of file Native.java.

Referenced by BitVecSort.getSize().

2358  {
2359  int res = INTERNALgetBvSortSize(a0, a1);
2361  if (err != Z3_error_code.Z3_OK)
2362  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2363  return res;
2364  }
static native int INTERNALgetBvSortSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDatatypeSortConstructor()

static long getDatatypeSortConstructor ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2429 of file Native.java.

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

2430  {
2431  long res = INTERNALgetDatatypeSortConstructor(a0, a1, a2);
2433  if (err != Z3_error_code.Z3_OK)
2434  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2435  return res;
2436  }
static native long INTERNALgetDatatypeSortConstructor(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDatatypeSortConstructorAccessor()

static long getDatatypeSortConstructorAccessor ( long  a0,
long  a1,
int  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 2447 of file Native.java.

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

2448  {
2449  long res = INTERNALgetDatatypeSortConstructorAccessor(a0, a1, a2, a3);
2451  if (err != Z3_error_code.Z3_OK)
2452  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2453  return res;
2454  }
static native long INTERNALgetDatatypeSortConstructorAccessor(long a0, long a1, int a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDatatypeSortNumConstructors()

static int getDatatypeSortNumConstructors ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2420 of file Native.java.

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

2421  {
2422  int res = INTERNALgetDatatypeSortNumConstructors(a0, a1);
2424  if (err != Z3_error_code.Z3_OK)
2425  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2426  return res;
2427  }
static native int INTERNALgetDatatypeSortNumConstructors(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDatatypeSortRecognizer()

static long getDatatypeSortRecognizer ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2438 of file Native.java.

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

2439  {
2440  long res = INTERNALgetDatatypeSortRecognizer(a0, a1, a2);
2442  if (err != Z3_error_code.Z3_OK)
2443  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2444  return res;
2445  }
static native long INTERNALgetDatatypeSortRecognizer(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDeclAstParameter()

static long getDeclAstParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2645 of file Native.java.

Referenced by FuncDecl.getParameters().

2646  {
2647  long res = INTERNALgetDeclAstParameter(a0, a1, a2);
2649  if (err != Z3_error_code.Z3_OK)
2650  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2651  return res;
2652  }
static native long INTERNALgetDeclAstParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDeclDoubleParameter()

static double getDeclDoubleParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2618 of file Native.java.

Referenced by FuncDecl.getParameters().

2619  {
2620  double res = INTERNALgetDeclDoubleParameter(a0, a1, a2);
2622  if (err != Z3_error_code.Z3_OK)
2623  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2624  return res;
2625  }
static native double INTERNALgetDeclDoubleParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDeclFuncDeclParameter()

static long getDeclFuncDeclParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2654 of file Native.java.

Referenced by FuncDecl.getParameters().

2655  {
2656  long res = INTERNALgetDeclFuncDeclParameter(a0, a1, a2);
2658  if (err != Z3_error_code.Z3_OK)
2659  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2660  return res;
2661  }
static native long INTERNALgetDeclFuncDeclParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDeclIntParameter()

static int getDeclIntParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2609 of file Native.java.

Referenced by FuncDecl.getParameters().

2610  {
2611  int res = INTERNALgetDeclIntParameter(a0, a1, a2);
2613  if (err != Z3_error_code.Z3_OK)
2614  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2615  return res;
2616  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetDeclIntParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDeclKind()

static int getDeclKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2546 of file Native.java.

Referenced by FuncDecl.getDeclKind().

2547  {
2548  int res = INTERNALgetDeclKind(a0, a1);
2550  if (err != Z3_error_code.Z3_OK)
2551  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2552  return res;
2553  }
static native int INTERNALgetDeclKind(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDeclName()

static long getDeclName ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2537 of file Native.java.

Referenced by FuncDecl.getName().

2538  {
2539  long res = INTERNALgetDeclName(a0, a1);
2541  if (err != Z3_error_code.Z3_OK)
2542  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2543  return res;
2544  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetDeclName(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDeclNumParameters()

static int getDeclNumParameters ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2591 of file Native.java.

Referenced by FuncDecl.getNumParameters().

2592  {
2593  int res = INTERNALgetDeclNumParameters(a0, a1);
2595  if (err != Z3_error_code.Z3_OK)
2596  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2597  return res;
2598  }
static native int INTERNALgetDeclNumParameters(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDeclParameterKind()

static int getDeclParameterKind ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2600 of file Native.java.

2601  {
2602  int res = INTERNALgetDeclParameterKind(a0, a1, a2);
2604  if (err != Z3_error_code.Z3_OK)
2605  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2606  return res;
2607  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native int INTERNALgetDeclParameterKind(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)

§ getDeclRationalParameter()

static String getDeclRationalParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2663 of file Native.java.

Referenced by FuncDecl.getParameters().

2664  {
2665  String res = INTERNALgetDeclRationalParameter(a0, a1, a2);
2667  if (err != Z3_error_code.Z3_OK)
2668  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2669  return res;
2670  }
static native String INTERNALgetDeclRationalParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ getDeclSortParameter()

static long getDeclSortParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2636 of file Native.java.

2637  {
2638  long res = INTERNALgetDeclSortParameter(a0, a1, a2);
2640  if (err != Z3_error_code.Z3_OK)
2641  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2642  return res;
2643  }
static native long INTERNALgetDeclSortParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDeclSymbolParameter()

static long getDeclSymbolParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2627 of file Native.java.

2628  {
2629  long res = INTERNALgetDeclSymbolParameter(a0, a1, a2);
2631  if (err != Z3_error_code.Z3_OK)
2632  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2633  return res;
2634  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetDeclSymbolParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDenominator()

static long getDenominator ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2843 of file Native.java.

Referenced by RatNum.getDenominator().

2844  {
2845  long res = INTERNALgetDenominator(a0, a1);
2847  if (err != Z3_error_code.Z3_OK)
2848  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2849  return res;
2850  }
static native long INTERNALgetDenominator(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDomain()

static long getDomain ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2573 of file Native.java.

Referenced by FuncDecl.getDomain().

2574  {
2575  long res = INTERNALgetDomain(a0, a1, a2);
2577  if (err != Z3_error_code.Z3_OK)
2578  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2579  return res;
2580  }
static native long INTERNALgetDomain(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getDomainSize()

static int getDomainSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2555 of file Native.java.

Referenced by FuncDecl.getDomainSize().

2556  {
2557  int res = INTERNALgetDomainSize(a0, a1);
2559  if (err != Z3_error_code.Z3_OK)
2560  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2561  return res;
2562  }
static native int INTERNALgetDomainSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getErrorCode()

static int getErrorCode ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3548 of file Native.java.

3549  {
3550  int res = INTERNALgetErrorCode(a0);
3551  return res;
3552  }
static native int INTERNALgetErrorCode(long a0)

§ getErrorMsg()

static String getErrorMsg ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3562 of file Native.java.

3563  {
3564  String res = INTERNALgetErrorMsg(a0, a1);
3566  if (err != Z3_error_code.Z3_OK)
3567  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3568  return res;
3569  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ getEstimatedAllocSize()

static long getEstimatedAllocSize ( )
inlinestatic

Definition at line 4446 of file Native.java.

4447  {
4448  long res = INTERNALgetEstimatedAllocSize();
4449  return res;
4450  }
static native long INTERNALgetEstimatedAllocSize()

§ getFiniteDomainSortSize()

static boolean getFiniteDomainSortSize ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2366 of file Native.java.

Referenced by FiniteDomainSort.getSize().

2367  {
2368  boolean res = INTERNALgetFiniteDomainSortSize(a0, a1, a2);
2370  if (err != Z3_error_code.Z3_OK)
2371  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2372  return res;
2373  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetFiniteDomainSortSize(long a0, long a1, LongPtr a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getFullVersion()

static String getFullVersion ( )
inlinestatic

Definition at line 3576 of file Native.java.

Referenced by Version.getFullVersion().

3577  {
3579  return res;
3580  }
static native String INTERNALgetFullVersion()
def String(name, ctx=None)
Definition: z3py.py:9443

§ getFuncDeclId()

static int getFuncDeclId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2528 of file Native.java.

Referenced by FuncDecl.getId().

2529  {
2530  int res = INTERNALgetFuncDeclId(a0, a1);
2532  if (err != Z3_error_code.Z3_OK)
2533  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2534  return res;
2535  }
static native int INTERNALgetFuncDeclId(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getImpliedEqualities()

static int getImpliedEqualities ( long  a0,
long  a1,
int  a2,
long []  a3,
int []  a4 
) throws Z3Exception
inlinestatic

Definition at line 4295 of file Native.java.

4296  {
4297  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4299  if (err != Z3_error_code.Z3_OK)
4300  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4301  return res;
4302  }
static native int INTERNALgetImpliedEqualities(long a0, long a1, int a2, long[] a3, int[] a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getIndexValue()

static int getIndexValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2951 of file Native.java.

Referenced by Expr.getIndex().

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

§ getInterpolant()

static long getInterpolant ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5463 of file Native.java.

Referenced by InterpolationContext.GetInterpolant().

5464  {
5465  long res = INTERNALgetInterpolant(a0, a1, a2, a3);
5467  if (err != Z3_error_code.Z3_OK)
5468  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5469  return res;
5470  }
static native long INTERNALgetInterpolant(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getNumeralDecimalString()

static String getNumeralDecimalString ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2825 of file Native.java.

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

2826  {
2827  String res = INTERNALgetNumeralDecimalString(a0, a1, a2);
2829  if (err != Z3_error_code.Z3_OK)
2830  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2831  return res;
2832  }
static native String INTERNALgetNumeralDecimalString(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ getNumeralInt()

static boolean getNumeralInt ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2861 of file Native.java.

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

2862  {
2863  boolean res = INTERNALgetNumeralInt(a0, a1, a2);
2865  if (err != Z3_error_code.Z3_OK)
2866  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2867  return res;
2868  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetNumeralInt(long a0, long a1, IntPtr a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getNumeralInt64()

static boolean getNumeralInt64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2888 of file Native.java.

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

2889  {
2890  boolean res = INTERNALgetNumeralInt64(a0, a1, a2);
2892  if (err != Z3_error_code.Z3_OK)
2893  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2894  return res;
2895  }
static native boolean INTERNALgetNumeralInt64(long a0, long a1, LongPtr a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getNumeralRationalInt64()

static boolean getNumeralRationalInt64 ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 2897 of file Native.java.

2898  {
2899  boolean res = INTERNALgetNumeralRationalInt64(a0, a1, a2, a3);
2901  if (err != Z3_error_code.Z3_OK)
2902  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2903  return res;
2904  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetNumeralRationalInt64(long a0, long a1, LongPtr a2, LongPtr a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getNumeralSmall()

static boolean getNumeralSmall ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 2852 of file Native.java.

2853  {
2854  boolean res = INTERNALgetNumeralSmall(a0, a1, a2, a3);
2856  if (err != Z3_error_code.Z3_OK)
2857  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2858  return res;
2859  }
static native boolean INTERNALgetNumeralSmall(long a0, long a1, LongPtr a2, LongPtr a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getNumeralString()

static String getNumeralString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2816 of file Native.java.

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

2817  {
2818  String res = INTERNALgetNumeralString(a0, a1);
2820  if (err != Z3_error_code.Z3_OK)
2821  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2822  return res;
2823  }
static native String INTERNALgetNumeralString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ getNumeralUint()

static boolean getNumeralUint ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2870 of file Native.java.

2871  {
2872  boolean res = INTERNALgetNumeralUint(a0, a1, a2);
2874  if (err != Z3_error_code.Z3_OK)
2875  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2876  return res;
2877  }
static native boolean INTERNALgetNumeralUint(long a0, long a1, IntPtr a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getNumeralUint64()

static boolean getNumeralUint64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2879 of file Native.java.

2880  {
2881  boolean res = INTERNALgetNumeralUint64(a0, a1, a2);
2883  if (err != Z3_error_code.Z3_OK)
2884  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2885  return res;
2886  }
static native boolean INTERNALgetNumeralUint64(long a0, long a1, LongPtr a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getNumerator()

static long getNumerator ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2834 of file Native.java.

Referenced by RatNum.getNumerator().

2835  {
2836  long res = INTERNALgetNumerator(a0, a1);
2838  if (err != Z3_error_code.Z3_OK)
2839  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2840  return res;
2841  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetNumerator(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getNumProbes()

static int getNumProbes ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3999 of file Native.java.

Referenced by Context.getNumProbes().

4000  {
4001  int res = INTERNALgetNumProbes(a0);
4003  if (err != Z3_error_code.Z3_OK)
4004  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4005  return res;
4006  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetNumProbes(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getNumTactics()

static int getNumTactics ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3981 of file Native.java.

Referenced by Context.getNumTactics().

3982  {
3983  int res = INTERNALgetNumTactics(a0);
3985  if (err != Z3_error_code.Z3_OK)
3986  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3987  return res;
3988  }
static native int INTERNALgetNumTactics(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getPattern()

static long getPattern ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2942 of file Native.java.

Referenced by Pattern.getTerms().

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

§ getPatternNumTerms()

static int getPatternNumTerms ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2933 of file Native.java.

Referenced by Pattern.getNumTerms().

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

§ getProbeName()

static String getProbeName ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4008 of file Native.java.

Referenced by Context.getProbeNames().

4009  {
4010  String res = INTERNALgetProbeName(a0, a1);
4012  if (err != Z3_error_code.Z3_OK)
4013  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4014  return res;
4015  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetProbeName(long a0, int a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ getQuantifierBody()

static long getQuantifierBody ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3041 of file Native.java.

Referenced by Quantifier.getBody().

3042  {
3043  long res = INTERNALgetQuantifierBody(a0, a1);
3045  if (err != Z3_error_code.Z3_OK)
3046  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3047  return res;
3048  }
static native long INTERNALgetQuantifierBody(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getQuantifierBoundName()

static long getQuantifierBoundName ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3023 of file Native.java.

Referenced by Quantifier.getBoundVariableNames().

3024  {
3025  long res = INTERNALgetQuantifierBoundName(a0, a1, a2);
3027  if (err != Z3_error_code.Z3_OK)
3028  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3029  return res;
3030  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierBoundName(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getQuantifierBoundSort()

static long getQuantifierBoundSort ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3032 of file Native.java.

Referenced by Quantifier.getBoundVariableSorts().

3033  {
3034  long res = INTERNALgetQuantifierBoundSort(a0, a1, a2);
3036  if (err != Z3_error_code.Z3_OK)
3037  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3038  return res;
3039  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierBoundSort(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getQuantifierNoPatternAst()

static long getQuantifierNoPatternAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3005 of file Native.java.

Referenced by Quantifier.getNoPatterns().

3006  {
3007  long res = INTERNALgetQuantifierNoPatternAst(a0, a1, a2);
3009  if (err != Z3_error_code.Z3_OK)
3010  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3011  return res;
3012  }
static native long INTERNALgetQuantifierNoPatternAst(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getQuantifierNumBound()

static int getQuantifierNumBound ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3014 of file Native.java.

Referenced by Quantifier.getNumBound().

3015  {
3016  int res = INTERNALgetQuantifierNumBound(a0, a1);
3018  if (err != Z3_error_code.Z3_OK)
3019  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3020  return res;
3021  }
static native int INTERNALgetQuantifierNumBound(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getQuantifierNumNoPatterns()

static int getQuantifierNumNoPatterns ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2996 of file Native.java.

Referenced by Quantifier.getNumNoPatterns().

2997  {
2998  int res = INTERNALgetQuantifierNumNoPatterns(a0, a1);
3000  if (err != Z3_error_code.Z3_OK)
3001  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3002  return res;
3003  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetQuantifierNumNoPatterns(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getQuantifierNumPatterns()

static int getQuantifierNumPatterns ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2978 of file Native.java.

Referenced by Quantifier.getNumPatterns().

2979  {
2980  int res = INTERNALgetQuantifierNumPatterns(a0, a1);
2982  if (err != Z3_error_code.Z3_OK)
2983  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2984  return res;
2985  }
static native int INTERNALgetQuantifierNumPatterns(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getQuantifierPatternAst()

static long getQuantifierPatternAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2987 of file Native.java.

Referenced by Quantifier.getPatterns().

2988  {
2989  long res = INTERNALgetQuantifierPatternAst(a0, a1, a2);
2991  if (err != Z3_error_code.Z3_OK)
2992  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2993  return res;
2994  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierPatternAst(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getQuantifierWeight()

static int getQuantifierWeight ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2969 of file Native.java.

Referenced by Quantifier.getWeight().

2970  {
2971  int res = INTERNALgetQuantifierWeight(a0, a1);
2973  if (err != Z3_error_code.Z3_OK)
2974  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2975  return res;
2976  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetQuantifierWeight(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getRange()

static long getRange ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2582 of file Native.java.

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

2583  {
2584  long res = INTERNALgetRange(a0, a1);
2586  if (err != Z3_error_code.Z3_OK)
2587  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2588  return res;
2589  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetRange(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getRelationArity()

static int getRelationArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2465 of file Native.java.

Referenced by RelationSort.getArity().

2466  {
2467  int res = INTERNALgetRelationArity(a0, a1);
2469  if (err != Z3_error_code.Z3_OK)
2470  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2471  return res;
2472  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetRelationArity(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getRelationColumn()

static long getRelationColumn ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2474 of file Native.java.

Referenced by RelationSort.getColumnSorts().

2475  {
2476  long res = INTERNALgetRelationColumn(a0, a1, a2);
2478  if (err != Z3_error_code.Z3_OK)
2479  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2480  return res;
2481  }
static native long INTERNALgetRelationColumn(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSmtlibAssumption()

static long getSmtlibAssumption ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3494 of file Native.java.

Referenced by Context.getSMTLIBAssumptions().

3495  {
3496  long res = INTERNALgetSmtlibAssumption(a0, a1);
3498  if (err != Z3_error_code.Z3_OK)
3499  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3500  return res;
3501  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetSmtlibAssumption(long a0, int a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSmtlibDecl()

static long getSmtlibDecl ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3512 of file Native.java.

Referenced by Context.getSMTLIBDecls().

3513  {
3514  long res = INTERNALgetSmtlibDecl(a0, a1);
3516  if (err != Z3_error_code.Z3_OK)
3517  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3518  return res;
3519  }
static native long INTERNALgetSmtlibDecl(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSmtlibError()

static String getSmtlibError ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3539 of file Native.java.

3540  {
3541  String res = INTERNALgetSmtlibError(a0);
3543  if (err != Z3_error_code.Z3_OK)
3544  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3545  return res;
3546  }
static native String INTERNALgetSmtlibError(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ getSmtlibFormula()

static long getSmtlibFormula ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3476 of file Native.java.

Referenced by Context.getSMTLIBFormulas().

3477  {
3478  long res = INTERNALgetSmtlibFormula(a0, a1);
3480  if (err != Z3_error_code.Z3_OK)
3481  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3482  return res;
3483  }
static native long INTERNALgetSmtlibFormula(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSmtlibNumAssumptions()

static int getSmtlibNumAssumptions ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3485 of file Native.java.

Referenced by Context.getNumSMTLIBAssumptions().

3486  {
3487  int res = INTERNALgetSmtlibNumAssumptions(a0);
3489  if (err != Z3_error_code.Z3_OK)
3490  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3491  return res;
3492  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSmtlibNumAssumptions(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSmtlibNumDecls()

static int getSmtlibNumDecls ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3503 of file Native.java.

Referenced by Context.getNumSMTLIBDecls().

3504  {
3505  int res = INTERNALgetSmtlibNumDecls(a0);
3507  if (err != Z3_error_code.Z3_OK)
3508  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3509  return res;
3510  }
static native int INTERNALgetSmtlibNumDecls(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSmtlibNumFormulas()

static int getSmtlibNumFormulas ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3467 of file Native.java.

Referenced by Context.getNumSMTLIBFormulas().

3468  {
3469  int res = INTERNALgetSmtlibNumFormulas(a0);
3471  if (err != Z3_error_code.Z3_OK)
3472  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3473  return res;
3474  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native int INTERNALgetSmtlibNumFormulas(long a0)
static final Z3_error_code fromInt(int v)

§ getSmtlibNumSorts()

static int getSmtlibNumSorts ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3521 of file Native.java.

Referenced by Context.getNumSMTLIBSorts().

3522  {
3523  int res = INTERNALgetSmtlibNumSorts(a0);
3525  if (err != Z3_error_code.Z3_OK)
3526  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3527  return res;
3528  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSmtlibNumSorts(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSmtlibSort()

static long getSmtlibSort ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3530 of file Native.java.

Referenced by Context.getSMTLIBSorts().

3531  {
3532  long res = INTERNALgetSmtlibSort(a0, a1);
3534  if (err != Z3_error_code.Z3_OK)
3535  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3536  return res;
3537  }
static native long INTERNALgetSmtlibSort(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSort()

static long getSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2735 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().

2736  {
2737  long res = INTERNALgetSort(a0, a1);
2739  if (err != Z3_error_code.Z3_OK)
2740  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2741  return res;
2742  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetSort(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSortId()

static int getSortId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2321 of file Native.java.

Referenced by Sort.getId().

2322  {
2323  int res = INTERNALgetSortId(a0, a1);
2325  if (err != Z3_error_code.Z3_OK)
2326  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2327  return res;
2328  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSortId(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSortKind()

static int getSortKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2348 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().

2349  {
2350  int res = INTERNALgetSortKind(a0, a1);
2352  if (err != Z3_error_code.Z3_OK)
2353  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2354  return res;
2355  }
static native int INTERNALgetSortKind(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSortName()

static long getSortName ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2312 of file Native.java.

Referenced by Sort.getName().

2313  {
2314  long res = INTERNALgetSortName(a0, a1);
2316  if (err != Z3_error_code.Z3_OK)
2317  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2318  return res;
2319  }
static native long INTERNALgetSortName(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getString()

static String getString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2024 of file Native.java.

2025  {
2026  String res = INTERNALgetString(a0, a1);
2028  if (err != Z3_error_code.Z3_OK)
2029  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2030  return res;
2031  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ getSymbolInt()

static int getSymbolInt ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2294 of file Native.java.

Referenced by IntSymbol.getInt().

2295  {
2296  int res = INTERNALgetSymbolInt(a0, a1);
2298  if (err != Z3_error_code.Z3_OK)
2299  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2300  return res;
2301  }
static native int INTERNALgetSymbolInt(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSymbolKind()

static int getSymbolKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2285 of file Native.java.

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

2286  {
2287  int res = INTERNALgetSymbolKind(a0, a1);
2289  if (err != Z3_error_code.Z3_OK)
2290  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2291  return res;
2292  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSymbolKind(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getSymbolString()

static String getSymbolString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2303 of file Native.java.

Referenced by StringSymbol.getString().

2304  {
2305  String res = INTERNALgetSymbolString(a0, a1);
2307  if (err != Z3_error_code.Z3_OK)
2308  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2309  return res;
2310  }
static native String INTERNALgetSymbolString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ getTacticName()

static String getTacticName ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3990 of file Native.java.

Referenced by Context.getTacticNames().

3991  {
3992  String res = INTERNALgetTacticName(a0, a1);
3994  if (err != Z3_error_code.Z3_OK)
3995  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3996  return res;
3997  }
static native String INTERNALgetTacticName(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ getTupleSortFieldDecl()

static long getTupleSortFieldDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2411 of file Native.java.

Referenced by TupleSort.getFieldDecls().

2412  {
2413  long res = INTERNALgetTupleSortFieldDecl(a0, a1, a2);
2415  if (err != Z3_error_code.Z3_OK)
2416  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2417  return res;
2418  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALgetTupleSortFieldDecl(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)

§ getTupleSortMkDecl()

static long getTupleSortMkDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2393 of file Native.java.

Referenced by TupleSort.mkDecl().

2394  {
2395  long res = INTERNALgetTupleSortMkDecl(a0, a1);
2397  if (err != Z3_error_code.Z3_OK)
2398  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2399  return res;
2400  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetTupleSortMkDecl(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getTupleSortNumFields()

static int getTupleSortNumFields ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2402 of file Native.java.

Referenced by TupleSort.getNumFields().

2403  {
2404  int res = INTERNALgetTupleSortNumFields(a0, a1);
2406  if (err != Z3_error_code.Z3_OK)
2407  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2408  return res;
2409  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetTupleSortNumFields(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ getVersion()

static void getVersion ( IntPtr  a0,
IntPtr  a1,
IntPtr  a2,
IntPtr  a3 
)
inlinestatic

Definition at line 3571 of file Native.java.

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

3572  {
3573  INTERNALgetVersion(a0, a1, a2, a3);
3574  }
static native void INTERNALgetVersion(IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)

§ globalParamGet()

static boolean globalParamGet ( String  a0,
StringPtr  a1 
)
inlinestatic

Definition at line 657 of file Native.java.

Referenced by Global.getParameter().

658  {
659  boolean res = INTERNALglobalParamGet(a0, a1);
660  return res;
661  }
static native boolean INTERNALglobalParamGet(String a0, StringPtr a1)

§ globalParamResetAll()

static void globalParamResetAll ( )
inlinestatic

Definition at line 652 of file Native.java.

Referenced by Global.resetParameters().

653  {
655  }
static native void INTERNALglobalParamResetAll()

§ globalParamSet()

static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 647 of file Native.java.

Referenced by Global.setParameter().

648  {
649  INTERNALglobalParamSet(a0, a1);
650  }
static native void INTERNALglobalParamSet(String a0, String a1)

§ goalAssert()

static void goalAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3636 of file Native.java.

Referenced by Goal.add().

3637  {
3638  INTERNALgoalAssert(a0, a1, a2);
3640  if (err != Z3_error_code.Z3_OK)
3641  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3642  }
static native void INTERNALgoalAssert(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalDecRef()

static void goalDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3619 of file Native.java.

3620  {
3621  INTERNALgoalDecRef(a0, a1);
3623  if (err != Z3_error_code.Z3_OK)
3624  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3625  }
static native void INTERNALgoalDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalDepth()

static int goalDepth ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3653 of file Native.java.

Referenced by Goal.getDepth().

3654  {
3655  int res = INTERNALgoalDepth(a0, a1);
3657  if (err != Z3_error_code.Z3_OK)
3658  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3659  return res;
3660  }
static native int INTERNALgoalDepth(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalFormula()

static long goalFormula ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3679 of file Native.java.

Referenced by Goal.getFormulas().

3680  {
3681  long res = INTERNALgoalFormula(a0, a1, a2);
3683  if (err != Z3_error_code.Z3_OK)
3684  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3685  return res;
3686  }
static native long INTERNALgoalFormula(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalInconsistent()

static boolean goalInconsistent ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3644 of file Native.java.

Referenced by Goal.inconsistent().

3645  {
3646  boolean res = INTERNALgoalInconsistent(a0, a1);
3648  if (err != Z3_error_code.Z3_OK)
3649  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3650  return res;
3651  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgoalInconsistent(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalIncRef()

static void goalIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3611 of file Native.java.

Referenced by Goal.AsBoolExpr().

3612  {
3613  INTERNALgoalIncRef(a0, a1);
3615  if (err != Z3_error_code.Z3_OK)
3616  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3617  }
static native void INTERNALgoalIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalIsDecidedSat()

static boolean goalIsDecidedSat ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3697 of file Native.java.

Referenced by Goal.isDecidedSat().

3698  {
3699  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
3701  if (err != Z3_error_code.Z3_OK)
3702  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3703  return res;
3704  }
static native boolean INTERNALgoalIsDecidedSat(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalIsDecidedUnsat()

static boolean goalIsDecidedUnsat ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3706 of file Native.java.

Referenced by Goal.isDecidedUnsat().

3707  {
3708  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
3710  if (err != Z3_error_code.Z3_OK)
3711  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3712  return res;
3713  }
static native boolean INTERNALgoalIsDecidedUnsat(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalNumExprs()

static int goalNumExprs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3688 of file Native.java.

Referenced by Goal.getNumExprs().

3689  {
3690  int res = INTERNALgoalNumExprs(a0, a1);
3692  if (err != Z3_error_code.Z3_OK)
3693  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3694  return res;
3695  }
static native int INTERNALgoalNumExprs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalPrecision()

static int goalPrecision ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3627 of file Native.java.

Referenced by Goal.getPrecision().

3628  {
3629  int res = INTERNALgoalPrecision(a0, a1);
3631  if (err != Z3_error_code.Z3_OK)
3632  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3633  return res;
3634  }
static native int INTERNALgoalPrecision(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalReset()

static void goalReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3662 of file Native.java.

Referenced by Goal.reset().

3663  {
3664  INTERNALgoalReset(a0, a1);
3666  if (err != Z3_error_code.Z3_OK)
3667  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3668  }
static native void INTERNALgoalReset(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalSize()

static int goalSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3670 of file Native.java.

Referenced by Goal.size().

3671  {
3672  int res = INTERNALgoalSize(a0, a1);
3674  if (err != Z3_error_code.Z3_OK)
3675  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3676  return res;
3677  }
static native int INTERNALgoalSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ goalToString()

static String goalToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3724 of file Native.java.

Referenced by Goal.toString().

3725  {
3726  String res = INTERNALgoalToString(a0, a1);
3728  if (err != Z3_error_code.Z3_OK)
3729  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3730  return res;
3731  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgoalToString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ goalTranslate()

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

Definition at line 3715 of file Native.java.

Referenced by Goal.translate().

3716  {
3717  long res = INTERNALgoalTranslate(a0, a1, a2);
3719  if (err != Z3_error_code.Z3_OK)
3720  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3721  return res;
3722  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgoalTranslate(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ incRef()

static void incRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 700 of file Native.java.

Referenced by AST.getSExpr().

701  {
702  INTERNALincRef(a0, a1);
704  if (err != Z3_error_code.Z3_OK)
705  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
706  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALincRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ INTERNALalgebraicAdd()

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

Referenced by Native.algebraicAdd().

§ INTERNALalgebraicDiv()

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

Referenced by Native.algebraicDiv().

§ INTERNALalgebraicEq()

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

Referenced by Native.algebraicEq().

§ INTERNALalgebraicEval()

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

Referenced by Native.algebraicEval().

§ INTERNALalgebraicGe()

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

Referenced by Native.algebraicGe().

§ INTERNALalgebraicGt()

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

Referenced by Native.algebraicGt().

§ INTERNALalgebraicIsNeg()

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

Referenced by Native.algebraicIsNeg().

§ INTERNALalgebraicIsPos()

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

Referenced by Native.algebraicIsPos().

§ INTERNALalgebraicIsValue()

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

Referenced by Native.algebraicIsValue().

§ INTERNALalgebraicIsZero()

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

Referenced by Native.algebraicIsZero().

§ INTERNALalgebraicLe()

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

Referenced by Native.algebraicLe().

§ INTERNALalgebraicLt()

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

Referenced by Native.algebraicLt().

§ INTERNALalgebraicMul()

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

Referenced by Native.algebraicMul().

§ INTERNALalgebraicNeq()

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

Referenced by Native.algebraicNeq().

§ INTERNALalgebraicPower()

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

Referenced by Native.algebraicPower().

§ INTERNALalgebraicRoot()

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

Referenced by Native.algebraicRoot().

§ INTERNALalgebraicRoots()

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

Referenced by Native.algebraicRoots().

§ INTERNALalgebraicSign()

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

Referenced by Native.algebraicSign().

§ INTERNALalgebraicSub()

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

Referenced by Native.algebraicSub().

§ INTERNALappendLog()

static native void INTERNALappendLog ( String  a0)
staticprotected

Referenced by Native.appendLog().

§ INTERNALapplyResultConvertModel()

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

§ INTERNALapplyResultDecRef()

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

§ INTERNALapplyResultGetNumSubgoals()

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

§ INTERNALapplyResultGetSubgoal()

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

§ INTERNALapplyResultIncRef()

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

§ INTERNALapplyResultToString()

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

§ INTERNALappToAst()

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

Referenced by Native.appToAst().

§ INTERNALastMapContains()

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

Referenced by Native.astMapContains().

§ INTERNALastMapDecRef()

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

Referenced by Native.astMapDecRef().

§ INTERNALastMapErase()

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

Referenced by Native.astMapErase().

§ INTERNALastMapFind()

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

Referenced by Native.astMapFind().

§ INTERNALastMapIncRef()

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

Referenced by Native.astMapIncRef().

§ INTERNALastMapInsert()

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

Referenced by Native.astMapInsert().

§ INTERNALastMapKeys()

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

Referenced by Native.astMapKeys().

§ INTERNALastMapReset()

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

Referenced by Native.astMapReset().

§ INTERNALastMapSize()

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

Referenced by Native.astMapSize().

§ INTERNALastMapToString()

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

Referenced by Native.astMapToString().

§ INTERNALastToString()

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

Referenced by Native.astToString().

§ INTERNALastVectorDecRef()

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

Referenced by Native.astVectorDecRef().

§ INTERNALastVectorGet()

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

Referenced by Native.astVectorGet().

§ INTERNALastVectorIncRef()

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

Referenced by Native.astVectorIncRef().

§ INTERNALastVectorPush()

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

Referenced by Native.astVectorPush().

§ INTERNALastVectorResize()

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

Referenced by Native.astVectorResize().

§ INTERNALastVectorSet()

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

Referenced by Native.astVectorSet().

§ INTERNALastVectorSize()

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

Referenced by Native.astVectorSize().

§ INTERNALastVectorToString()

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

§ INTERNALastVectorTranslate()

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

§ INTERNALbenchmarkToSmtlibString()

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

§ INTERNALcheckInterpolant()

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().

§ INTERNALcloseLog()

static native void INTERNALcloseLog ( )
staticprotected

Referenced by Native.closeLog().

§ INTERNALcomputeInterpolant()

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

§ INTERNALdatatypeUpdateField()

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

§ INTERNALdecRef()

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

Referenced by Native.decRef().

§ INTERNALdelConfig()

static native void INTERNALdelConfig ( long  a0)
staticprotected

Referenced by Native.delConfig().

§ INTERNALdelConstructor()

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

Referenced by Native.delConstructor().

§ INTERNALdelConstructorList()

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

§ INTERNALdelContext()

static native void INTERNALdelContext ( long  a0)
staticprotected

Referenced by Native.delContext().

§ INTERNALdisableTrace()

static native void INTERNALdisableTrace ( String  a0)
staticprotected

Referenced by Native.disableTrace().

§ INTERNALenableTrace()

static native void INTERNALenableTrace ( String  a0)
staticprotected

Referenced by Native.enableTrace().

§ INTERNALfinalizeMemory()

static native void INTERNALfinalizeMemory ( )
staticprotected

Referenced by Native.finalizeMemory().

§ INTERNALfixedpointAddCover()

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

§ INTERNALfixedpointAddFact()

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

§ INTERNALfixedpointAddRule()

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

§ INTERNALfixedpointAssert()

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

Referenced by Native.fixedpointAssert().

§ INTERNALfixedpointDecRef()

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

Referenced by Native.fixedpointDecRef().

§ INTERNALfixedpointFromFile()

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

§ INTERNALfixedpointFromString()

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

§ INTERNALfixedpointGetAnswer()

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

§ INTERNALfixedpointGetAssertions()

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

§ INTERNALfixedpointGetCoverDelta()

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

§ INTERNALfixedpointGetHelp()

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

§ INTERNALfixedpointGetNumLevels()

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

§ INTERNALfixedpointGetParamDescrs()

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

§ INTERNALfixedpointGetReasonUnknown()

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

§ INTERNALfixedpointGetRules()

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

§ INTERNALfixedpointGetStatistics()

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

§ INTERNALfixedpointIncRef()

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

Referenced by Native.fixedpointIncRef().

§ INTERNALfixedpointPop()

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

Referenced by Native.fixedpointPop().

§ INTERNALfixedpointPush()

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

Referenced by Native.fixedpointPush().

§ INTERNALfixedpointQuery()

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

Referenced by Native.fixedpointQuery().

§ INTERNALfixedpointQueryRelations()

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

§ INTERNALfixedpointRegisterRelation()

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

§ INTERNALfixedpointSetParams()

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

§ INTERNALfixedpointSetPredicateRepresentation()

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

§ INTERNALfixedpointToString()

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

§ INTERNALfixedpointUpdateRule()

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

§ INTERNALfpaGetEbits()

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

Referenced by Native.fpaGetEbits().

§ INTERNALfpaGetNumeralExponentInt64()

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

§ INTERNALfpaGetNumeralExponentString()

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

§ INTERNALfpaGetNumeralSign()

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

§ INTERNALfpaGetNumeralSignificandString()

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

§ INTERNALfpaGetNumeralSignificandUint64()

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

§ INTERNALfpaGetSbits()

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

Referenced by Native.fpaGetSbits().

§ INTERNALfuncDeclToAst()

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

Referenced by Native.funcDeclToAst().

§ INTERNALfuncDeclToString()

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

Referenced by Native.funcDeclToString().

§ INTERNALfuncEntryDecRef()

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

Referenced by Native.funcEntryDecRef().

§ INTERNALfuncEntryGetArg()

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

Referenced by Native.funcEntryGetArg().

§ INTERNALfuncEntryGetNumArgs()

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

§ INTERNALfuncEntryGetValue()

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

§ INTERNALfuncEntryIncRef()

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

Referenced by Native.funcEntryIncRef().

§ INTERNALfuncInterpDecRef()

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

Referenced by Native.funcInterpDecRef().

§ INTERNALfuncInterpGetArity()

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

§ INTERNALfuncInterpGetElse()

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

§ INTERNALfuncInterpGetEntry()

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

§ INTERNALfuncInterpGetNumEntries()

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

§ INTERNALfuncInterpIncRef()

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

Referenced by Native.funcInterpIncRef().

§ INTERNALgetAlgebraicNumberLower()

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

§ INTERNALgetAlgebraicNumberUpper()

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

§ INTERNALgetAppArg()

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

Referenced by Native.getAppArg().

§ INTERNALgetAppDecl()

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

Referenced by Native.getAppDecl().

§ INTERNALgetAppNumArgs()

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

Referenced by Native.getAppNumArgs().

§ INTERNALgetArity()

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

Referenced by Native.getArity().

§ INTERNALgetArraySortDomain()

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

§ INTERNALgetArraySortRange()

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

§ INTERNALgetAsArrayFuncDecl()

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

§ INTERNALgetAstHash()

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

Referenced by Native.getAstHash().

§ INTERNALgetAstId()

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

Referenced by Native.getAstId().

§ INTERNALgetAstKind()

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

Referenced by Native.getAstKind().

§ INTERNALgetBoolValue()

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

Referenced by Native.getBoolValue().

§ INTERNALgetBvSortSize()

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

Referenced by Native.getBvSortSize().

§ INTERNALgetDatatypeSortConstructor()

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

§ INTERNALgetDatatypeSortConstructorAccessor()

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

§ INTERNALgetDatatypeSortNumConstructors()

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

§ INTERNALgetDatatypeSortRecognizer()

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

§ INTERNALgetDeclAstParameter()

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

§ INTERNALgetDeclDoubleParameter()

static native double INTERNALgetDeclDoubleParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected

§ INTERNALgetDeclFuncDeclParameter()

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

§ INTERNALgetDeclIntParameter()

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

§ INTERNALgetDeclKind()

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

Referenced by Native.getDeclKind().

§ INTERNALgetDeclName()

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

Referenced by Native.getDeclName().

§ INTERNALgetDeclNumParameters()

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

§ INTERNALgetDeclParameterKind()

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

§ INTERNALgetDeclRationalParameter()

static native String INTERNALgetDeclRationalParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected

§ INTERNALgetDeclSortParameter()

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

§ INTERNALgetDeclSymbolParameter()

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

§ INTERNALgetDenominator()

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

Referenced by Native.getDenominator().

§ INTERNALgetDomain()

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

Referenced by Native.getDomain().

§ INTERNALgetDomainSize()

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

Referenced by Native.getDomainSize().

§ INTERNALgetErrorCode()

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.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.checkInterpolant(), Native.computeInterpolant(), Native.datatypeUpdateField(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), 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.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), 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.getErrorMsg(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getInterpolant(), Native.getNumeralDecimalString(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumProbes(), 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.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.getString(), 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.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isNumeralAst(), Native.isQuantifierForall(), Native.isReSort(), Native.isSeqSort(), Native.isString(), Native.isStringSort(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArrayExt(), 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.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkInterpolant(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIsInt(), Native.mkIte(), 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.mkPbeq(), Native.mkPble(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkReConcat(), Native.mkRem(), Native.mkReOption(), Native.mkRepeat(), Native.mkRePlus(), Native.mkReSort(), Native.mkReStar(), Native.mkReUnion(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSeqAt(), Native.mkSeqConcat(), Native.mkSeqContains(), Native.mkSeqEmpty(), Native.mkSeqExtract(), Native.mkSeqIndex(), Native.mkSeqInRe(), Native.mkSeqLength(), Native.mkSeqPrefix(), Native.mkSeqReplace(), Native.mkSeqSort(), Native.mkSeqSuffix(), Native.mkSeqToRe(), Native.mkSeqUnit(), 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.mkString(), Native.mkStringSort(), 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.optimizeFromFile(), Native.optimizeFromString(), Native.optimizeGetAssertions(), Native.optimizeGetHelp(), Native.optimizeGetLower(), Native.optimizeGetModel(), Native.optimizeGetObjectives(), 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.paramDescrsGetDocumentation(), 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.polynomialSubresultants(), 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.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.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverDecRef(), Native.solverGetAssertions(), Native.solverGetConsequences(), 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.solverTranslate(), Native.sortToAst(), Native.sortToString(), 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().

§ INTERNALgetErrorMsg()

static native String INTERNALgetErrorMsg ( 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.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.checkInterpolant(), Native.computeInterpolant(), Native.datatypeUpdateField(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), 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.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), 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.getErrorMsg(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getInterpolant(), Native.getNumeralDecimalString(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumProbes(), 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.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.getString(), 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.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isNumeralAst(), Native.isQuantifierForall(), Native.isReSort(), Native.isSeqSort(), Native.isString(), Native.isStringSort(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArrayExt(), 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.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkInterpolant(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIsInt(), Native.mkIte(), 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.mkPbeq(), Native.mkPble(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkReConcat(), Native.mkRem(), Native.mkReOption(), Native.mkRepeat(), Native.mkRePlus(), Native.mkReSort(), Native.mkReStar(), Native.mkReUnion(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSeqAt(), Native.mkSeqConcat(), Native.mkSeqContains(), Native.mkSeqEmpty(), Native.mkSeqExtract(), Native.mkSeqIndex(), Native.mkSeqInRe(), Native.mkSeqLength(), Native.mkSeqPrefix(), Native.mkSeqReplace(), Native.mkSeqSort(), Native.mkSeqSuffix(), Native.mkSeqToRe(), Native.mkSeqUnit(), 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.mkString(), Native.mkStringSort(), 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.optimizeFromFile(), Native.optimizeFromString(), Native.optimizeGetAssertions(), Native.optimizeGetHelp(), Native.optimizeGetLower(), Native.optimizeGetModel(), Native.optimizeGetObjectives(), 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.paramDescrsGetDocumentation(), 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.polynomialSubresultants(), 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.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.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverDecRef(), Native.solverGetAssertions(), Native.solverGetConsequences(), 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.solverTranslate(), Native.sortToAst(), Native.sortToString(), 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().

§ INTERNALgetEstimatedAllocSize()

static native long INTERNALgetEstimatedAllocSize ( )
staticprotected

§ INTERNALgetFiniteDomainSortSize()

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

§ INTERNALgetFullVersion()

static native String INTERNALgetFullVersion ( )
staticprotected

Referenced by Native.getFullVersion().

§ INTERNALgetFuncDeclId()

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

Referenced by Native.getFuncDeclId().

§ INTERNALgetImpliedEqualities()

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

§ INTERNALgetIndexValue()

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

Referenced by Native.getIndexValue().

§ INTERNALgetInterpolant()

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

Referenced by Native.getInterpolant().

§ INTERNALgetNumeralDecimalString()

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

§ INTERNALgetNumeralInt()

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

Referenced by Native.getNumeralInt().

§ INTERNALgetNumeralInt64()

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

Referenced by Native.getNumeralInt64().

§ INTERNALgetNumeralRationalInt64()

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

§ INTERNALgetNumeralSmall()

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

Referenced by Native.getNumeralSmall().

§ INTERNALgetNumeralString()

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

Referenced by Native.getNumeralString().

§ INTERNALgetNumeralUint()

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

Referenced by Native.getNumeralUint().

§ INTERNALgetNumeralUint64()

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

Referenced by Native.getNumeralUint64().

§ INTERNALgetNumerator()

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

Referenced by Native.getNumerator().

§ INTERNALgetNumProbes()

static native int INTERNALgetNumProbes ( long  a0)
staticprotected

Referenced by Native.getNumProbes().

§ INTERNALgetNumTactics()

static native int INTERNALgetNumTactics ( long  a0)
staticprotected

Referenced by Native.getNumTactics().

§ INTERNALgetPattern()

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

Referenced by Native.getPattern().

§ INTERNALgetPatternNumTerms()

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

§ INTERNALgetProbeName()

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

Referenced by Native.getProbeName().

§ INTERNALgetQuantifierBody()

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

§ INTERNALgetQuantifierBoundName()

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

§ INTERNALgetQuantifierBoundSort()

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

§ INTERNALgetQuantifierNoPatternAst()

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

§ INTERNALgetQuantifierNumBound()

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

§ INTERNALgetQuantifierNumNoPatterns()

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

§ INTERNALgetQuantifierNumPatterns()

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

§ INTERNALgetQuantifierPatternAst()

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

§ INTERNALgetQuantifierWeight()

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

§ INTERNALgetRange()

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

Referenced by Native.getRange().

§ INTERNALgetRelationArity()

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

Referenced by Native.getRelationArity().

§ INTERNALgetRelationColumn()

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

§ INTERNALgetSmtlibAssumption()

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

§ INTERNALgetSmtlibDecl()

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

Referenced by Native.getSmtlibDecl().

§ INTERNALgetSmtlibError()

static native String INTERNALgetSmtlibError ( long  a0)
staticprotected

Referenced by Native.getSmtlibError().

§ INTERNALgetSmtlibFormula()

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

Referenced by Native.getSmtlibFormula().

§ INTERNALgetSmtlibNumAssumptions()

static native int INTERNALgetSmtlibNumAssumptions ( long  a0)
staticprotected

§ INTERNALgetSmtlibNumDecls()

static native int INTERNALgetSmtlibNumDecls ( long  a0)
staticprotected

§ INTERNALgetSmtlibNumFormulas()

static native int INTERNALgetSmtlibNumFormulas ( long  a0)
staticprotected

§ INTERNALgetSmtlibNumSorts()

static native int INTERNALgetSmtlibNumSorts ( long  a0)
staticprotected

§ INTERNALgetSmtlibSort()

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

Referenced by Native.getSmtlibSort().

§ INTERNALgetSort()

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

Referenced by Native.getSort().

§ INTERNALgetSortId()

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

Referenced by Native.getSortId().

§ INTERNALgetSortKind()

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

Referenced by Native.getSortKind().

§ INTERNALgetSortName()

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

Referenced by Native.getSortName().

§ INTERNALgetString()

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

Referenced by Native.getString().

§ INTERNALgetSymbolInt()

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

Referenced by Native.getSymbolInt().

§ INTERNALgetSymbolKind()

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

Referenced by Native.getSymbolKind().

§ INTERNALgetSymbolString()

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

Referenced by Native.getSymbolString().

§ INTERNALgetTacticName()

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

Referenced by Native.getTacticName().

§ INTERNALgetTupleSortFieldDecl()

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

§ INTERNALgetTupleSortMkDecl()

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

§ INTERNALgetTupleSortNumFields()

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

§ INTERNALgetVersion()

static native void INTERNALgetVersion ( IntPtr  a0,
IntPtr  a1,
IntPtr  a2,
IntPtr  a3 
)
staticprotected

Referenced by Native.getVersion().

§ INTERNALglobalParamGet()

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

Referenced by Native.globalParamGet().

§ INTERNALglobalParamResetAll()

static native void INTERNALglobalParamResetAll ( )
staticprotected

§ INTERNALglobalParamSet()

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

Referenced by Native.globalParamSet().

§ INTERNALgoalAssert()

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

Referenced by Native.goalAssert().

§ INTERNALgoalDecRef()

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

Referenced by Native.goalDecRef().

§ INTERNALgoalDepth()

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

Referenced by Native.goalDepth().

§ INTERNALgoalFormula()

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

Referenced by Native.goalFormula().

§ INTERNALgoalInconsistent()

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

Referenced by Native.goalInconsistent().

§ INTERNALgoalIncRef()

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

Referenced by Native.goalIncRef().

§ INTERNALgoalIsDecidedSat()

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

Referenced by Native.goalIsDecidedSat().

§ INTERNALgoalIsDecidedUnsat()

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

§ INTERNALgoalNumExprs()

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

Referenced by Native.goalNumExprs().

§ INTERNALgoalPrecision()

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

Referenced by Native.goalPrecision().

§ INTERNALgoalReset()

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

Referenced by Native.goalReset().

§ INTERNALgoalSize()

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

Referenced by Native.goalSize().

§ INTERNALgoalToString()

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

Referenced by Native.goalToString().

§ INTERNALgoalTranslate()

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

Referenced by Native.goalTranslate().

§ INTERNALincRef()

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

Referenced by Native.incRef().

§ INTERNALinterpolationProfile()

static native String INTERNALinterpolationProfile ( long  a0)
staticprotected

§ INTERNALinterrupt()

static native void INTERNALinterrupt ( long  a0)
staticprotected

Referenced by Native.interrupt().

§ INTERNALisAlgebraicNumber()

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

§ INTERNALisApp()

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

Referenced by Native.isApp().

§ INTERNALisAsArray()

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

Referenced by Native.isAsArray().

§ INTERNALisEqAst()

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

Referenced by Native.isEqAst().

§ INTERNALisEqFuncDecl()

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

Referenced by Native.isEqFuncDecl().

§ INTERNALisEqSort()

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

Referenced by Native.isEqSort().

§ INTERNALisNumeralAst()

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

Referenced by Native.isNumeralAst().

§ INTERNALisQuantifierForall()

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

§ INTERNALisReSort()

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

Referenced by Native.isReSort().

§ INTERNALisSeqSort()

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

Referenced by Native.isSeqSort().

§ INTERNALisString()

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

Referenced by Native.isString().

§ INTERNALisStringSort()

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

Referenced by Native.isStringSort().

§ INTERNALisWellSorted()

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

Referenced by Native.isWellSorted().

§ INTERNALmkAdd()

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

Referenced by Native.mkAdd().

§ INTERNALmkAnd()

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

Referenced by Native.mkAnd().

§ INTERNALmkApp()

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

Referenced by Native.mkApp().

§ INTERNALmkArrayDefault()

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

Referenced by Native.mkArrayDefault().

§ INTERNALmkArrayExt()

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

Referenced by Native.mkArrayExt().

§ INTERNALmkArraySort()

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

Referenced by Native.mkArraySort().

§ INTERNALmkAstMap()

static native long INTERNALmkAstMap ( long  a0)
staticprotected

Referenced by Native.mkAstMap().

§ INTERNALmkAstVector()

static native long INTERNALmkAstVector ( long  a0)
staticprotected

Referenced by Native.mkAstVector().

§ INTERNALmkAtmost()

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

Referenced by Native.mkAtmost().

§ INTERNALmkBoolSort()

static native long INTERNALmkBoolSort ( long  a0)
staticprotected

Referenced by Native.mkBoolSort().

§ INTERNALmkBound()

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

Referenced by Native.mkBound().

§ INTERNALmkBv2int()

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

Referenced by Native.mkBv2int().

§ INTERNALmkBvadd()

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

Referenced by Native.mkBvadd().

§ INTERNALmkBvaddNoOverflow()

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

§ INTERNALmkBvaddNoUnderflow()

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

§ INTERNALmkBvand()

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

Referenced by Native.mkBvand().

§ INTERNALmkBvashr()

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

Referenced by Native.mkBvashr().

§ INTERNALmkBvlshr()

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

Referenced by Native.mkBvlshr().

§ INTERNALmkBvmul()

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

Referenced by Native.mkBvmul().

§ INTERNALmkBvmulNoOverflow()

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

§ INTERNALmkBvmulNoUnderflow()

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

§ INTERNALmkBvnand()

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

Referenced by Native.mkBvnand().

§ INTERNALmkBvneg()

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

Referenced by Native.mkBvneg().

§ INTERNALmkBvnegNoOverflow()

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

§ INTERNALmkBvnor()

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

Referenced by Native.mkBvnor().

§ INTERNALmkBvnot()

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

Referenced by Native.mkBvnot().

§ INTERNALmkBvor()

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

Referenced by Native.mkBvor().

§ INTERNALmkBvredand()

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

Referenced by Native.mkBvredand().

§ INTERNALmkBvredor()

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

Referenced by Native.mkBvredor().

§ INTERNALmkBvsdiv()

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

Referenced by Native.mkBvsdiv().

§ INTERNALmkBvsdivNoOverflow()

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

§ INTERNALmkBvsge()

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

Referenced by Native.mkBvsge().

§ INTERNALmkBvsgt()

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

Referenced by Native.mkBvsgt().

§ INTERNALmkBvshl()

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

Referenced by Native.mkBvshl().

§ INTERNALmkBvsle()

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

Referenced by Native.mkBvsle().

§ INTERNALmkBvslt()

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

Referenced by Native.mkBvslt().

§ INTERNALmkBvsmod()

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

Referenced by Native.mkBvsmod().

§ INTERNALmkBvSort()

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

Referenced by Native.mkBvSort().

§ INTERNALmkBvsrem()

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

Referenced by Native.mkBvsrem().

§ INTERNALmkBvsub()

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

Referenced by Native.mkBvsub().

§ INTERNALmkBvsubNoOverflow()

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

§ INTERNALmkBvsubNoUnderflow()

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

§ INTERNALmkBvudiv()

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

Referenced by Native.mkBvudiv().

§ INTERNALmkBvuge()

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

Referenced by Native.mkBvuge().

§ INTERNALmkBvugt()

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

Referenced by Native.mkBvugt().

§ INTERNALmkBvule()

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

Referenced by Native.mkBvule().

§ INTERNALmkBvult()

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

Referenced by Native.mkBvult().

§ INTERNALmkBvurem()

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

Referenced by Native.mkBvurem().

§ INTERNALmkBvxnor()

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

Referenced by Native.mkBvxnor().

§ INTERNALmkBvxor()

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

Referenced by Native.mkBvxor().

§ INTERNALmkConcat()

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

Referenced by Native.mkConcat().

§ INTERNALmkConfig()

static native long INTERNALmkConfig ( )
staticprotected

Referenced by Native.mkConfig().

§ INTERNALmkConst()

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

Referenced by Native.mkConst().

§ INTERNALmkConstArray()

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

Referenced by Native.mkConstArray().

§ INTERNALmkConstructor()

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

Referenced by Native.mkConstructor().

§ INTERNALmkConstructorList()

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

§ INTERNALmkContext()

static native long INTERNALmkContext ( long  a0)
staticprotected

Referenced by Native.mkContext().

§ INTERNALmkContextRc()

static native long INTERNALmkContextRc ( long  a0)
staticprotected

Referenced by Native.mkContextRc().

§ INTERNALmkDatatype()

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

Referenced by Native.mkDatatype().

§ INTERNALmkDatatypes()

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

Referenced by Native.mkDatatypes().

§ INTERNALmkDistinct()

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

Referenced by Native.mkDistinct().

§ INTERNALmkDiv()

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

Referenced by Native.mkDiv().

§ INTERNALmkEmptySet()

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

Referenced by Native.mkEmptySet().

§ INTERNALmkEnumerationSort()

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

§ INTERNALmkEq()

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

Referenced by Native.mkEq().

§ INTERNALmkExists()

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().

§ INTERNALmkExistsConst()

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

Referenced by Native.mkExistsConst().

§ INTERNALmkExtract()

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

Referenced by Native.mkExtract().

§ INTERNALmkExtRotateLeft()

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

Referenced by Native.mkExtRotateLeft().

§ INTERNALmkExtRotateRight()

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

Referenced by Native.mkExtRotateRight().

§ INTERNALmkFalse()

static native long INTERNALmkFalse ( long  a0)
staticprotected

Referenced by Native.mkFalse().

§ INTERNALmkFiniteDomainSort()

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

§ INTERNALmkFixedpoint()

static native long INTERNALmkFixedpoint ( long  a0)
staticprotected

Referenced by Native.mkFixedpoint().

§ INTERNALmkForall()

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().

§ INTERNALmkForallConst()

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

Referenced by Native.mkForallConst().

§ INTERNALmkFpaAbs()

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

Referenced by Native.mkFpaAbs().

§ INTERNALmkFpaAdd()

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

Referenced by Native.mkFpaAdd().

§ INTERNALmkFpaDiv()

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

Referenced by Native.mkFpaDiv().

§ INTERNALmkFpaEq()

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

Referenced by Native.mkFpaEq().

§ INTERNALmkFpaFma()

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

Referenced by Native.mkFpaFma().

§ INTERNALmkFpaFp()

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

Referenced by Native.mkFpaFp().

§ INTERNALmkFpaGeq()

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

Referenced by Native.mkFpaGeq().

§ INTERNALmkFpaGt()

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

Referenced by Native.mkFpaGt().

§ INTERNALmkFpaInf()

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

Referenced by Native.mkFpaInf().

§ INTERNALmkFpaIsInfinite()

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

Referenced by Native.mkFpaIsInfinite().

§ INTERNALmkFpaIsNan()

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

Referenced by Native.mkFpaIsNan().

§ INTERNALmkFpaIsNegative()

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

Referenced by Native.mkFpaIsNegative().

§ INTERNALmkFpaIsNormal()

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

Referenced by Native.mkFpaIsNormal().

§ INTERNALmkFpaIsPositive()

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

Referenced by Native.mkFpaIsPositive().

§ INTERNALmkFpaIsSubnormal()

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

Referenced by Native.mkFpaIsSubnormal().

§ INTERNALmkFpaIsZero()

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

Referenced by Native.mkFpaIsZero().

§ INTERNALmkFpaLeq()

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

Referenced by Native.mkFpaLeq().

§ INTERNALmkFpaLt()

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

Referenced by Native.mkFpaLt().

§ INTERNALmkFpaMax()

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

Referenced by Native.mkFpaMax().

§ INTERNALmkFpaMin()

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

Referenced by Native.mkFpaMin().

§ INTERNALmkFpaMul()

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

Referenced by Native.mkFpaMul().

§ INTERNALmkFpaNan()

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

Referenced by Native.mkFpaNan().

§ INTERNALmkFpaNeg()

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

Referenced by Native.mkFpaNeg().

§ INTERNALmkFpaNumeralDouble()

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

§ INTERNALmkFpaNumeralFloat()

static native long INTERNALmkFpaNumeralFloat ( long  a0,
float  a1,
long  a2 
)
staticprotected

§ INTERNALmkFpaNumeralInt()

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

Referenced by Native.mkFpaNumeralInt().

§ INTERNALmkFpaNumeralInt64Uint64()

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

§ INTERNALmkFpaNumeralIntUint()

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

§ INTERNALmkFpaRem()

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

Referenced by Native.mkFpaRem().

§ INTERNALmkFpaRna()

static native long INTERNALmkFpaRna ( long  a0)
staticprotected

Referenced by Native.mkFpaRna().

§ INTERNALmkFpaRne()

static native long INTERNALmkFpaRne ( long  a0)
staticprotected

Referenced by Native.mkFpaRne().

§ INTERNALmkFpaRoundingModeSort()

static native long INTERNALmkFpaRoundingModeSort ( long  a0)
staticprotected

§ INTERNALmkFpaRoundNearestTiesToAway()

static native long INTERNALmkFpaRoundNearestTiesToAway ( long  a0)
staticprotected

§ INTERNALmkFpaRoundNearestTiesToEven()

static native long INTERNALmkFpaRoundNearestTiesToEven ( long  a0)
staticprotected

§ INTERNALmkFpaRoundToIntegral()

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

§ INTERNALmkFpaRoundTowardNegative()

static native long INTERNALmkFpaRoundTowardNegative ( long  a0)
staticprotected

§ INTERNALmkFpaRoundTowardPositive()

static native long INTERNALmkFpaRoundTowardPositive ( long  a0)
staticprotected

§ INTERNALmkFpaRoundTowardZero()

static native long INTERNALmkFpaRoundTowardZero ( long  a0)
staticprotected

§ INTERNALmkFpaRtn()

static native long INTERNALmkFpaRtn ( long  a0)
staticprotected

Referenced by Native.mkFpaRtn().

§ INTERNALmkFpaRtp()

static native long INTERNALmkFpaRtp ( long  a0)
staticprotected

Referenced by Native.mkFpaRtp().

§ INTERNALmkFpaRtz()

static native long INTERNALmkFpaRtz ( long  a0)
staticprotected

Referenced by Native.mkFpaRtz().

§ INTERNALmkFpaSort()

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

Referenced by Native.mkFpaSort().

§ INTERNALmkFpaSort128()

static native long INTERNALmkFpaSort128 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort128().

§ INTERNALmkFpaSort16()

static native long INTERNALmkFpaSort16 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort16().

§ INTERNALmkFpaSort32()

static native long INTERNALmkFpaSort32 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort32().

§ INTERNALmkFpaSort64()

static native long INTERNALmkFpaSort64 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort64().

§ INTERNALmkFpaSortDouble()

static native long INTERNALmkFpaSortDouble ( long  a0)
staticprotected

Referenced by Native.mkFpaSortDouble().

§ INTERNALmkFpaSortHalf()

static native long INTERNALmkFpaSortHalf ( long  a0)
staticprotected

Referenced by Native.mkFpaSortHalf().

§ INTERNALmkFpaSortQuadruple()

static native long INTERNALmkFpaSortQuadruple ( long  a0)
staticprotected

§ INTERNALmkFpaSortSingle()

static native long INTERNALmkFpaSortSingle ( long  a0)
staticprotected

Referenced by Native.mkFpaSortSingle().

§ INTERNALmkFpaSqrt()

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

Referenced by Native.mkFpaSqrt().

§ INTERNALmkFpaSub()

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

Referenced by Native.mkFpaSub().

§ INTERNALmkFpaToFpBv()

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

Referenced by Native.mkFpaToFpBv().

§ INTERNALmkFpaToFpFloat()

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

Referenced by Native.mkFpaToFpFloat().

§ INTERNALmkFpaToFpIntReal()

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

Referenced by Native.mkFpaToFpIntReal().

§ INTERNALmkFpaToFpReal()

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

Referenced by Native.mkFpaToFpReal().

§ INTERNALmkFpaToFpSigned()

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

Referenced by Native.mkFpaToFpSigned().

§ INTERNALmkFpaToFpUnsigned()

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

§ INTERNALmkFpaToIeeeBv()

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

Referenced by Native.mkFpaToIeeeBv().

§ INTERNALmkFpaToReal()

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

Referenced by Native.mkFpaToReal().

§ INTERNALmkFpaToSbv()

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

Referenced by Native.mkFpaToSbv().

§ INTERNALmkFpaToUbv()

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

Referenced by Native.mkFpaToUbv().

§ INTERNALmkFpaZero()

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

Referenced by Native.mkFpaZero().

§ INTERNALmkFreshConst()

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

Referenced by Native.mkFreshConst().

§ INTERNALmkFreshFuncDecl()

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

Referenced by Native.mkFreshFuncDecl().

§ INTERNALmkFullSet()

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

Referenced by Native.mkFullSet().

§ INTERNALmkFuncDecl()

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

Referenced by Native.mkFuncDecl().

§ INTERNALmkGe()

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

Referenced by Native.mkGe().

§ INTERNALmkGoal()

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

Referenced by Native.mkGoal().

§ INTERNALmkGt()

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

Referenced by Native.mkGt().

§ INTERNALmkIff()

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

Referenced by Native.mkIff().

§ INTERNALmkImplies()

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

Referenced by Native.mkImplies().

§ INTERNALmkInt()

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

Referenced by Native.mkInt().

§ INTERNALmkInt2bv()

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

Referenced by Native.mkInt2bv().

§ INTERNALmkInt2real()

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

Referenced by Native.mkInt2real().

§ INTERNALmkInt64()

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

Referenced by Native.mkInt64().

§ INTERNALmkInterpolant()

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

Referenced by Native.mkInterpolant().

§ INTERNALmkInterpolationContext()

static native long INTERNALmkInterpolationContext ( long  a0)
staticprotected

§ INTERNALmkIntSort()

static native long INTERNALmkIntSort ( long  a0)
staticprotected

Referenced by Native.mkIntSort().

§ INTERNALmkIntSymbol()

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

Referenced by Native.mkIntSymbol().

§ INTERNALmkIsInt()

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

Referenced by Native.mkIsInt().

§ INTERNALmkIte()

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

Referenced by Native.mkIte().

§ INTERNALmkLe()

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

Referenced by Native.mkLe().

§ INTERNALmkListSort()

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().

§ INTERNALmkLt()

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

Referenced by Native.mkLt().

§ INTERNALmkMap()

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

Referenced by Native.mkMap().

§ INTERNALmkMod()

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

Referenced by Native.mkMod().

§ INTERNALmkMul()

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

Referenced by Native.mkMul().

§ INTERNALmkNot()

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

Referenced by Native.mkNot().

§ INTERNALmkNumeral()

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

Referenced by Native.mkNumeral().

§ INTERNALmkOptimize()

static native long INTERNALmkOptimize ( long  a0)
staticprotected

Referenced by Native.mkOptimize().

§ INTERNALmkOr()

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

Referenced by Native.mkOr().

§ INTERNALmkParams()

static native long INTERNALmkParams ( long  a0)
staticprotected

Referenced by Native.mkParams().

§ INTERNALmkPattern()

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

Referenced by Native.mkPattern().

§ INTERNALmkPbeq()

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

Referenced by Native.mkPbeq().

§ INTERNALmkPble()

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

Referenced by Native.mkPble().

§ INTERNALmkPower()

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

Referenced by Native.mkPower().

§ INTERNALmkProbe()

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

Referenced by Native.mkProbe().

§ INTERNALmkQuantifier()

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().

§ INTERNALmkQuantifierConst()

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

§ INTERNALmkQuantifierConstEx()

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

§ INTERNALmkQuantifierEx()

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().

§ INTERNALmkReal()

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

Referenced by Native.mkReal().

§ INTERNALmkReal2int()

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

Referenced by Native.mkReal2int().

§ INTERNALmkRealSort()

static native long INTERNALmkRealSort ( long  a0)
staticprotected

Referenced by Native.mkRealSort().

§ INTERNALmkReConcat()

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

Referenced by Native.mkReConcat().

§ INTERNALmkRem()

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

Referenced by Native.mkRem().

§ INTERNALmkReOption()

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

Referenced by Native.mkReOption().

§ INTERNALmkRepeat()

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

Referenced by Native.mkRepeat().

§ INTERNALmkRePlus()

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

Referenced by Native.mkRePlus().

§ INTERNALmkReSort()

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

Referenced by Native.mkReSort().

§ INTERNALmkReStar()

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

Referenced by Native.mkReStar().

§ INTERNALmkReUnion()

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

Referenced by Native.mkReUnion().

§ INTERNALmkRotateLeft()

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

Referenced by Native.mkRotateLeft().

§ INTERNALmkRotateRight()

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

Referenced by Native.mkRotateRight().

§ INTERNALmkSelect()

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

Referenced by Native.mkSelect().

§ INTERNALmkSeqAt()

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

Referenced by Native.mkSeqAt().

§ INTERNALmkSeqConcat()

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

Referenced by Native.mkSeqConcat().

§ INTERNALmkSeqContains()

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

Referenced by Native.mkSeqContains().

§ INTERNALmkSeqEmpty()

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

Referenced by Native.mkSeqEmpty().

§ INTERNALmkSeqExtract()

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

Referenced by Native.mkSeqExtract().

§ INTERNALmkSeqIndex()

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

Referenced by Native.mkSeqIndex().

§ INTERNALmkSeqInRe()

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

Referenced by Native.mkSeqInRe().

§ INTERNALmkSeqLength()

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

Referenced by Native.mkSeqLength().

§ INTERNALmkSeqPrefix()

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

Referenced by Native.mkSeqPrefix().

§ INTERNALmkSeqReplace()

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

Referenced by Native.mkSeqReplace().

§ INTERNALmkSeqSort()

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

Referenced by Native.mkSeqSort().

§ INTERNALmkSeqSuffix()

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

Referenced by Native.mkSeqSuffix().

§ INTERNALmkSeqToRe()

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

Referenced by Native.mkSeqToRe().

§ INTERNALmkSeqUnit()

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

Referenced by Native.mkSeqUnit().

§ INTERNALmkSetAdd()

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

Referenced by Native.mkSetAdd().

§ INTERNALmkSetComplement()

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

Referenced by Native.mkSetComplement().

§ INTERNALmkSetDel()

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

Referenced by Native.mkSetDel().

§ INTERNALmkSetDifference()

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

Referenced by Native.mkSetDifference().

§ INTERNALmkSetIntersect()

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

Referenced by Native.mkSetIntersect().

§ INTERNALmkSetMember()

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

Referenced by Native.mkSetMember().

§ INTERNALmkSetSort()

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

Referenced by Native.mkSetSort().

§ INTERNALmkSetSubset()

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

Referenced by Native.mkSetSubset().

§ INTERNALmkSetUnion()

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

Referenced by Native.mkSetUnion().

§ INTERNALmkSignExt()

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

Referenced by Native.mkSignExt().

§ INTERNALmkSimpleSolver()

static native long INTERNALmkSimpleSolver ( long  a0)
staticprotected

Referenced by Native.mkSimpleSolver().

§ INTERNALmkSolver()

static native long INTERNALmkSolver ( long  a0)
staticprotected

Referenced by Native.mkSolver().

§ INTERNALmkSolverForLogic()

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

Referenced by Native.mkSolverForLogic().

§ INTERNALmkSolverFromTactic()

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

§ INTERNALmkStore()

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

Referenced by Native.mkStore().

§ INTERNALmkString()

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

Referenced by Native.mkString().

§ INTERNALmkStringSort()

static native long INTERNALmkStringSort ( long  a0)
staticprotected

Referenced by Native.mkStringSort().

§ INTERNALmkStringSymbol()

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

Referenced by Native.mkStringSymbol().

§ INTERNALmkSub()

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

Referenced by Native.mkSub().

§ INTERNALmkTactic()

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

Referenced by Native.mkTactic().

§ INTERNALmkTrue()

static native long INTERNALmkTrue ( long  a0)
staticprotected

Referenced by Native.mkTrue().

§ INTERNALmkTupleSort()

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

Referenced by Native.mkTupleSort().

§ INTERNALmkUnaryMinus()

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

Referenced by Native.mkUnaryMinus().

§ INTERNALmkUninterpretedSort()

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

§ INTERNALmkUnsignedInt()

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

Referenced by Native.mkUnsignedInt().

§ INTERNALmkUnsignedInt64()

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

Referenced by Native.mkUnsignedInt64().

§ INTERNALmkXor()

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

Referenced by Native.mkXor().

§ INTERNALmkZeroExt()

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

Referenced by Native.mkZeroExt().

§ INTERNALmodelDecRef()

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

Referenced by Native.modelDecRef().

§ INTERNALmodelEval()

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

Referenced by Native.modelEval().

§ INTERNALmodelGetConstDecl()

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

§ INTERNALmodelGetConstInterp()

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

§ INTERNALmodelGetFuncDecl()

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

Referenced by Native.modelGetFuncDecl().

§ INTERNALmodelGetFuncInterp()

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

§ INTERNALmodelGetNumConsts()

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

§ INTERNALmodelGetNumFuncs()

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

Referenced by Native.modelGetNumFuncs().

§ INTERNALmodelGetNumSorts()

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

Referenced by Native.modelGetNumSorts().

§ INTERNALmodelGetSort()

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

Referenced by Native.modelGetSort().

§ INTERNALmodelGetSortUniverse()

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

§ INTERNALmodelHasInterp()

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

Referenced by Native.modelHasInterp().

§ INTERNALmodelIncRef()

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

Referenced by Native.modelIncRef().

§ INTERNALmodelToString()

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

Referenced by Native.modelToString().

§ INTERNALopenLog()

static native int INTERNALopenLog ( String  a0)
staticprotected

Referenced by Native.openLog().

§ INTERNALoptimizeAssert()

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

Referenced by Native.optimizeAssert().

§ INTERNALoptimizeAssertSoft()

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

§ INTERNALoptimizeCheck()

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

Referenced by Native.optimizeCheck().

§ INTERNALoptimizeDecRef()

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

Referenced by Native.optimizeDecRef().

§ INTERNALoptimizeFromFile()

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

Referenced by Native.optimizeFromFile().

§ INTERNALoptimizeFromString()

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

§ INTERNALoptimizeGetAssertions()

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

§ INTERNALoptimizeGetHelp()

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

Referenced by Native.optimizeGetHelp().

§ INTERNALoptimizeGetLower()

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

Referenced by Native.optimizeGetLower().

§ INTERNALoptimizeGetModel()

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

Referenced by Native.optimizeGetModel().

§ INTERNALoptimizeGetObjectives()

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

§ INTERNALoptimizeGetParamDescrs()

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

§ INTERNALoptimizeGetReasonUnknown()

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

§ INTERNALoptimizeGetStatistics()

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

§ INTERNALoptimizeGetUpper()

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

Referenced by Native.optimizeGetUpper().

§ INTERNALoptimizeIncRef()

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

Referenced by Native.optimizeIncRef().

§ INTERNALoptimizeMaximize()

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

Referenced by Native.optimizeMaximize().

§ INTERNALoptimizeMinimize()

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

Referenced by Native.optimizeMinimize().

§ INTERNALoptimizePop()

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

Referenced by Native.optimizePop().

§ INTERNALoptimizePush()

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

Referenced by Native.optimizePush().

§ INTERNALoptimizeSetParams()

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

§ INTERNALoptimizeToString()

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

Referenced by Native.optimizeToString().

§ INTERNALparamDescrsDecRef()

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

§ INTERNALparamDescrsGetDocumentation()

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

§ INTERNALparamDescrsGetKind()

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

§ INTERNALparamDescrsGetName()

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

§ INTERNALparamDescrsIncRef()

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

§ INTERNALparamDescrsSize()

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

Referenced by Native.paramDescrsSize().

§ INTERNALparamDescrsToString()

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

§ INTERNALparamsDecRef()

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

Referenced by Native.paramsDecRef().

§ INTERNALparamsIncRef()

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

Referenced by Native.paramsIncRef().

§ INTERNALparamsSetBool()

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

Referenced by Native.paramsSetBool().

§ INTERNALparamsSetDouble()

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

Referenced by Native.paramsSetDouble().

§ INTERNALparamsSetSymbol()

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

Referenced by Native.paramsSetSymbol().

§ INTERNALparamsSetUint()

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

Referenced by Native.paramsSetUint().

§ INTERNALparamsToString()

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

Referenced by Native.paramsToString().

§ INTERNALparamsValidate()

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

Referenced by Native.paramsValidate().

§ INTERNALparseSmtlib2File()

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().

§ INTERNALparseSmtlib2String()

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

§ INTERNALparseSmtlibFile()

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().

§ INTERNALparseSmtlibString()

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

§ INTERNALpatternToAst()

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

Referenced by Native.patternToAst().

§ INTERNALpatternToString()

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

Referenced by Native.patternToString().

§ INTERNALpolynomialSubresultants()

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

§ INTERNALprobeAnd()

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

Referenced by Native.probeAnd().

§ INTERNALprobeApply()

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

Referenced by Native.probeApply().

§ INTERNALprobeConst()

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

Referenced by Native.probeConst().

§ INTERNALprobeDecRef()

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

Referenced by Native.probeDecRef().

§ INTERNALprobeEq()

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

Referenced by Native.probeEq().

§ INTERNALprobeGe()

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

Referenced by Native.probeGe().

§ INTERNALprobeGetDescr()

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

Referenced by Native.probeGetDescr().

§ INTERNALprobeGt()

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

Referenced by Native.probeGt().

§ INTERNALprobeIncRef()

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

Referenced by Native.probeIncRef().

§ INTERNALprobeLe()

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

Referenced by Native.probeLe().

§ INTERNALprobeLt()

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

Referenced by Native.probeLt().

§ INTERNALprobeNot()

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

Referenced by Native.probeNot().

§ INTERNALprobeOr()

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

Referenced by Native.probeOr().

§ INTERNALqueryConstructor()

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

Referenced by Native.queryConstructor().

§ INTERNALrcfAdd()

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

Referenced by Native.rcfAdd().

§ INTERNALrcfDel()

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

Referenced by Native.rcfDel().

§ INTERNALrcfDiv()

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

Referenced by Native.rcfDiv().

§ INTERNALrcfEq()

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

Referenced by Native.rcfEq().

§ INTERNALrcfGe()

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

Referenced by Native.rcfGe().

§ INTERNALrcfGetNumeratorDenominator()

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

§ INTERNALrcfGt()

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

Referenced by Native.rcfGt().

§ INTERNALrcfInv()

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

Referenced by Native.rcfInv().

§ INTERNALrcfLe()

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

Referenced by Native.rcfLe().

§ INTERNALrcfLt()

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

Referenced by Native.rcfLt().

§ INTERNALrcfMkE()

static native long INTERNALrcfMkE ( long  a0)
staticprotected

Referenced by Native.rcfMkE().

§ INTERNALrcfMkInfinitesimal()

static native long INTERNALrcfMkInfinitesimal ( long  a0)
staticprotected

§ INTERNALrcfMkPi()

static native long INTERNALrcfMkPi ( long  a0)
staticprotected

Referenced by Native.rcfMkPi().

§ INTERNALrcfMkRational()

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

Referenced by Native.rcfMkRational().

§ INTERNALrcfMkRoots()

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

Referenced by Native.rcfMkRoots().

§ INTERNALrcfMkSmallInt()

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

Referenced by Native.rcfMkSmallInt().

§ INTERNALrcfMul()

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

Referenced by Native.rcfMul().

§ INTERNALrcfNeg()

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

Referenced by Native.rcfNeg().

§ INTERNALrcfNeq()

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

Referenced by Native.rcfNeq().

§ INTERNALrcfNumToDecimalString()

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

§ INTERNALrcfNumToString()

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

Referenced by Native.rcfNumToString().

§ INTERNALrcfPower()

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

Referenced by Native.rcfPower().

§ INTERNALrcfSub()

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

Referenced by Native.rcfSub().

§ INTERNALreadInterpolationProblem()

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

§ INTERNALresetMemory()

static native void INTERNALresetMemory ( )
staticprotected

Referenced by Native.resetMemory().

§ INTERNALsetAstPrintMode()

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

Referenced by Native.setAstPrintMode().

§ INTERNALsetError()

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

Referenced by Native.setError().

§ INTERNALsetParamValue()

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

Referenced by Native.setParamValue().

§ INTERNALsimplify()

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

Referenced by Native.simplify().

§ INTERNALsimplifyEx()

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

Referenced by Native.simplifyEx().

§ INTERNALsimplifyGetHelp()

static native String INTERNALsimplifyGetHelp ( long  a0)
staticprotected

Referenced by Native.simplifyGetHelp().

§ INTERNALsimplifyGetParamDescrs()

static native long INTERNALsimplifyGetParamDescrs ( long  a0)
staticprotected

§ INTERNALsolverAssert()

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

Referenced by Native.solverAssert().

§ INTERNALsolverAssertAndTrack()

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

§ INTERNALsolverCheck()

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

Referenced by Native.solverCheck().

§ INTERNALsolverCheckAssumptions()

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

§ INTERNALsolverDecRef()

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

Referenced by Native.solverDecRef().

§ INTERNALsolverGetAssertions()

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

§ INTERNALsolverGetConsequences()

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

§ INTERNALsolverGetHelp()

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

Referenced by Native.solverGetHelp().

§ INTERNALsolverGetModel()

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

Referenced by Native.solverGetModel().

§ INTERNALsolverGetNumScopes()

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

§ INTERNALsolverGetParamDescrs()

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

§ INTERNALsolverGetProof()

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

Referenced by Native.solverGetProof().

§ INTERNALsolverGetReasonUnknown()

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

§ INTERNALsolverGetStatistics()

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

§ INTERNALsolverGetUnsatCore()

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

§ INTERNALsolverIncRef()

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

Referenced by Native.solverIncRef().

§ INTERNALsolverPop()

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

Referenced by Native.solverPop().

§ INTERNALsolverPush()

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

Referenced by Native.solverPush().

§ INTERNALsolverReset()

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

Referenced by Native.solverReset().

§ INTERNALsolverSetParams()

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

Referenced by Native.solverSetParams().

§ INTERNALsolverToString()

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

Referenced by Native.solverToString().

§ INTERNALsolverTranslate()

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

Referenced by Native.solverTranslate().

§ INTERNALsortToAst()

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

Referenced by Native.sortToAst().

§ INTERNALsortToString()

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

Referenced by Native.sortToString().

§ INTERNALstatsDecRef()

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

Referenced by Native.statsDecRef().

§ INTERNALstatsGetDoubleValue()

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

§ INTERNALstatsGetKey()

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

Referenced by Native.statsGetKey().

§ INTERNALstatsGetUintValue()

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

§ INTERNALstatsIncRef()

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

Referenced by Native.statsIncRef().

§ INTERNALstatsIsDouble()

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

Referenced by Native.statsIsDouble().

§ INTERNALstatsIsUint()

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

Referenced by Native.statsIsUint().

§ INTERNALstatsSize()

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

Referenced by Native.statsSize().

§ INTERNALstatsToString()

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

Referenced by Native.statsToString().

§ INTERNALsubstitute()

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

Referenced by Native.substitute().

§ INTERNALsubstituteVars()

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

Referenced by Native.substituteVars().

§ INTERNALtacticAndThen()

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

Referenced by Native.tacticAndThen().

§ INTERNALtacticApply()

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

Referenced by Native.tacticApply().

§ INTERNALtacticApplyEx()

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

Referenced by Native.tacticApplyEx().

§ INTERNALtacticCond()

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

Referenced by Native.tacticCond().

§ INTERNALtacticDecRef()

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

Referenced by Native.tacticDecRef().

§ INTERNALtacticFail()

static native long INTERNALtacticFail ( long  a0)
staticprotected

Referenced by Native.tacticFail().

§ INTERNALtacticFailIf()

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

Referenced by Native.tacticFailIf().

§ INTERNALtacticFailIfNotDecided()

static native long INTERNALtacticFailIfNotDecided ( long  a0)
staticprotected

§ INTERNALtacticGetDescr()

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

Referenced by Native.tacticGetDescr().

§ INTERNALtacticGetHelp()

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

Referenced by Native.tacticGetHelp().

§ INTERNALtacticGetParamDescrs()

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

§ INTERNALtacticIncRef()

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

Referenced by Native.tacticIncRef().

§ INTERNALtacticOrElse()

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

Referenced by Native.tacticOrElse().

§ INTERNALtacticParAndThen()

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

Referenced by Native.tacticParAndThen().

§ INTERNALtacticParOr()

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

Referenced by Native.tacticParOr().

§ INTERNALtacticRepeat()

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

Referenced by Native.tacticRepeat().

§ INTERNALtacticSkip()

static native long INTERNALtacticSkip ( long  a0)
staticprotected

Referenced by Native.tacticSkip().

§ INTERNALtacticTryFor()

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

Referenced by Native.tacticTryFor().

§ INTERNALtacticUsingParams()

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

§ INTERNALtacticWhen()

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

Referenced by Native.tacticWhen().

§ INTERNALtoApp()

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

Referenced by Native.toApp().

§ INTERNALtoFuncDecl()

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

Referenced by Native.toFuncDecl().

§ INTERNALtoggleWarningMessages()

static native void INTERNALtoggleWarningMessages ( boolean  a0)
staticprotected

§ INTERNALtranslate()

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

Referenced by Native.translate().

§ INTERNALupdateParamValue()

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

Referenced by Native.updateParamValue().

§ INTERNALupdateTerm()

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

Referenced by Native.updateTerm().

§ INTERNALwriteInterpolationProblem()

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

§ interpolationProfile()

static String interpolationProfile ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5481 of file Native.java.

Referenced by InterpolationContext.InterpolationProfile().

5482  {
5485  if (err != Z3_error_code.Z3_OK)
5486  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5487  return res;
5488  }
static native String INTERNALinterpolationProfile(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ interrupt()

static void interrupt ( long  a0) throws Z3Exception
inlinestatic

Definition at line 724 of file Native.java.

Referenced by Context.interrupt().

725  {
726  INTERNALinterrupt(a0);
728  if (err != Z3_error_code.Z3_OK)
729  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
730  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALinterrupt(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isAlgebraicNumber()

static boolean isAlgebraicNumber ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2789 of file Native.java.

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

2790  {
2791  boolean res = INTERNALisAlgebraicNumber(a0, a1);
2793  if (err != Z3_error_code.Z3_OK)
2794  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2795  return res;
2796  }
static native boolean INTERNALisAlgebraicNumber(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isApp()

static boolean isApp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2771 of file Native.java.

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

2772  {
2773  boolean res = INTERNALisApp(a0, a1);
2775  if (err != Z3_error_code.Z3_OK)
2776  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2777  return res;
2778  }
static native boolean INTERNALisApp(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isAsArray()

static boolean isAsArray ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3237 of file Native.java.

Referenced by Model.getFuncInterp().

3238  {
3239  boolean res = INTERNALisAsArray(a0, a1);
3241  if (err != Z3_error_code.Z3_OK)
3242  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3243  return res;
3244  }
static native boolean INTERNALisAsArray(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isEqAst()

static boolean isEqAst ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2708 of file Native.java.

Referenced by AST.equals().

2709  {
2710  boolean res = INTERNALisEqAst(a0, a1, a2);
2712  if (err != Z3_error_code.Z3_OK)
2713  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2714  return res;
2715  }
static native boolean INTERNALisEqAst(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isEqFuncDecl()

static boolean isEqFuncDecl ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2519 of file Native.java.

Referenced by FuncDecl.equals().

2520  {
2521  boolean res = INTERNALisEqFuncDecl(a0, a1, a2);
2523  if (err != Z3_error_code.Z3_OK)
2524  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2525  return res;
2526  }
static native boolean INTERNALisEqFuncDecl(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isEqSort()

static boolean isEqSort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2339 of file Native.java.

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

2340  {
2341  boolean res = INTERNALisEqSort(a0, a1, a2);
2343  if (err != Z3_error_code.Z3_OK)
2344  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2345  return res;
2346  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisEqSort(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isNumeralAst()

static boolean isNumeralAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2780 of file Native.java.

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

2781  {
2782  boolean res = INTERNALisNumeralAst(a0, a1);
2784  if (err != Z3_error_code.Z3_OK)
2785  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2786  return res;
2787  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisNumeralAst(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isQuantifierForall()

static boolean isQuantifierForall ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2960 of file Native.java.

Referenced by Quantifier.isUniversal().

2961  {
2962  boolean res = INTERNALisQuantifierForall(a0, a1);
2964  if (err != Z3_error_code.Z3_OK)
2965  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2966  return res;
2967  }
static native boolean INTERNALisQuantifierForall(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isReSort()

static boolean isReSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1979 of file Native.java.

1980  {
1981  boolean res = INTERNALisReSort(a0, a1);
1983  if (err != Z3_error_code.Z3_OK)
1984  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1985  return res;
1986  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisReSort(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isSeqSort()

static boolean isSeqSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1961 of file Native.java.

1962  {
1963  boolean res = INTERNALisSeqSort(a0, a1);
1965  if (err != Z3_error_code.Z3_OK)
1966  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1967  return res;
1968  }
static native boolean INTERNALisSeqSort(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isString()

static boolean isString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2015 of file Native.java.

2016  {
2017  boolean res = INTERNALisString(a0, a1);
2019  if (err != Z3_error_code.Z3_OK)
2020  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2021  return res;
2022  }
static native boolean INTERNALisString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ isStringSort()

static boolean isStringSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1997 of file Native.java.

1998  {
1999  boolean res = INTERNALisStringSort(a0, a1);
2001  if (err != Z3_error_code.Z3_OK)
2002  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2003  return res;
2004  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native boolean INTERNALisStringSort(long a0, long a1)
static final Z3_error_code fromInt(int v)

§ isWellSorted()

static boolean isWellSorted ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2744 of file Native.java.

Referenced by Expr.isWellSorted().

2745  {
2746  boolean res = INTERNALisWellSorted(a0, a1);
2748  if (err != Z3_error_code.Z3_OK)
2749  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2750  return res;
2751  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisWellSorted(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkAdd()

static long mkAdd ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1178 of file Native.java.

Referenced by Context.mkAdd().

1179  {
1180  long res = INTERNALmkAdd(a0, a1, a2);
1182  if (err != Z3_error_code.Z3_OK)
1183  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1184  return res;
1185  }
static native long INTERNALmkAdd(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkAnd()

static long mkAnd ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1160 of file Native.java.

Referenced by Context.mkAnd().

1161  {
1162  long res = INTERNALmkAnd(a0, a1, a2);
1164  if (err != Z3_error_code.Z3_OK)
1165  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1166  return res;
1167  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAnd(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkApp()

static long mkApp ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 1043 of file Native.java.

Referenced by Expr.Expr().

1044  {
1045  long res = INTERNALmkApp(a0, a1, a2, a3);
1047  if (err != Z3_error_code.Z3_OK)
1048  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1049  return res;
1050  }
static native long INTERNALmkApp(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkArrayDefault()

static long mkArrayDefault ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1781 of file Native.java.

Referenced by Context.mkTermArray().

1782  {
1783  long res = INTERNALmkArrayDefault(a0, a1);
1785  if (err != Z3_error_code.Z3_OK)
1786  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1787  return res;
1788  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkArrayDefault(long a0, long a1)

§ mkArrayExt()

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

Definition at line 1889 of file Native.java.

Referenced by Context.mkArrayExt().

1890  {
1891  long res = INTERNALmkArrayExt(a0, a1, a2);
1893  if (err != Z3_error_code.Z3_OK)
1894  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1895  return res;
1896  }
static native long INTERNALmkArrayExt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkArraySort()

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

Definition at line 939 of file Native.java.

Referenced by ArraySort.getRange().

940  {
941  long res = INTERNALmkArraySort(a0, a1, a2);
943  if (err != Z3_error_code.Z3_OK)
944  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
945  return res;
946  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkArraySort(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkAstMap()

static long mkAstMap ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4537 of file Native.java.

4538  {
4539  long res = INTERNALmkAstMap(a0);
4541  if (err != Z3_error_code.Z3_OK)
4542  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4543  return res;
4544  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAstMap(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkAstVector()

static long mkAstVector ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4452 of file Native.java.

Referenced by ASTVector.toString().

4453  {
4454  long res = INTERNALmkAstVector(a0);
4456  if (err != Z3_error_code.Z3_OK)
4457  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4458  return res;
4459  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAstVector(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkAtmost()

static long mkAtmost ( long  a0,
int  a1,
long []  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 2483 of file Native.java.

2484  {
2485  long res = INTERNALmkAtmost(a0, a1, a2, a3);
2487  if (err != Z3_error_code.Z3_OK)
2488  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2489  return res;
2490  }
static native long INTERNALmkAtmost(long a0, int a1, long[] a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBoolSort()

static long mkBoolSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 894 of file Native.java.

Referenced by Expr.isBool().

895  {
896  long res = INTERNALmkBoolSort(a0);
898  if (err != Z3_error_code.Z3_OK)
899  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
900  return res;
901  }
static native long INTERNALmkBoolSort(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBound()

static long mkBound ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2204 of file Native.java.

Referenced by Context.mkBound().

2205  {
2206  long res = INTERNALmkBound(a0, a1, a2);
2208  if (err != Z3_error_code.Z3_OK)
2209  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2210  return res;
2211  }
static native long INTERNALmkBound(long a0, int a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBv2int()

static long mkBv2int ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 1664 of file Native.java.

Referenced by Context.mkBV2Int().

1665  {
1666  long res = INTERNALmkBv2int(a0, a1, a2);
1668  if (err != Z3_error_code.Z3_OK)
1669  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1670  return res;
1671  }
static native long INTERNALmkBv2int(long a0, long a1, boolean a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvadd()

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

Definition at line 1403 of file Native.java.

Referenced by Context.mkBVAdd().

1404  {
1405  long res = INTERNALmkBvadd(a0, a1, a2);
1407  if (err != Z3_error_code.Z3_OK)
1408  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1409  return res;
1410  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvadd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvaddNoOverflow()

static long mkBvaddNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1673 of file Native.java.

Referenced by Context.mkBVAddNoOverflow().

1674  {
1675  long res = INTERNALmkBvaddNoOverflow(a0, a1, a2, a3);
1677  if (err != Z3_error_code.Z3_OK)
1678  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1679  return res;
1680  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvaddNoOverflow(long a0, long a1, long a2, boolean a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvaddNoUnderflow()

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

Definition at line 1682 of file Native.java.

Referenced by Context.mkBVAddNoUnderflow().

1683  {
1684  long res = INTERNALmkBvaddNoUnderflow(a0, a1, a2);
1686  if (err != Z3_error_code.Z3_OK)
1687  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1688  return res;
1689  }
static native long INTERNALmkBvaddNoUnderflow(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvand()

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

Definition at line 1340 of file Native.java.

Referenced by Context.mkBVAND().

1341  {
1342  long res = INTERNALmkBvand(a0, a1, a2);
1344  if (err != Z3_error_code.Z3_OK)
1345  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1346  return res;
1347  }
static native long INTERNALmkBvand(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvashr()

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

Definition at line 1610 of file Native.java.

Referenced by Context.mkBVASHR().

1611  {
1612  long res = INTERNALmkBvashr(a0, a1, a2);
1614  if (err != Z3_error_code.Z3_OK)
1615  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1616  return res;
1617  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkBvashr(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

§ mkBvlshr()

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

Definition at line 1601 of file Native.java.

Referenced by Context.mkBVLSHR().

1602  {
1603  long res = INTERNALmkBvlshr(a0, a1, a2);
1605  if (err != Z3_error_code.Z3_OK)
1606  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1607  return res;
1608  }
static native long INTERNALmkBvlshr(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvmul()

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

Definition at line 1421 of file Native.java.

Referenced by Context.mkBVMul().

1422  {
1423  long res = INTERNALmkBvmul(a0, a1, a2);
1425  if (err != Z3_error_code.Z3_OK)
1426  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1427  return res;
1428  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvmul(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvmulNoOverflow()

static long mkBvmulNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1727 of file Native.java.

Referenced by Context.mkBVMulNoOverflow().

1728  {
1729  long res = INTERNALmkBvmulNoOverflow(a0, a1, a2, a3);
1731  if (err != Z3_error_code.Z3_OK)
1732  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1733  return res;
1734  }
static native long INTERNALmkBvmulNoOverflow(long a0, long a1, long a2, boolean a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvmulNoUnderflow()

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

Definition at line 1736 of file Native.java.

Referenced by Context.mkBVMulNoUnderflow().

1737  {
1738  long res = INTERNALmkBvmulNoUnderflow(a0, a1, a2);
1740  if (err != Z3_error_code.Z3_OK)
1741  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1742  return res;
1743  }
static native long INTERNALmkBvmulNoUnderflow(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvnand()

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

Definition at line 1367 of file Native.java.

Referenced by Context.mkBVNAND().

1368  {
1369  long res = INTERNALmkBvnand(a0, a1, a2);
1371  if (err != Z3_error_code.Z3_OK)
1372  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1373  return res;
1374  }
static native long INTERNALmkBvnand(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvneg()

static long mkBvneg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1394 of file Native.java.

Referenced by Context.mkBVNeg().

1395  {
1396  long res = INTERNALmkBvneg(a0, a1);
1398  if (err != Z3_error_code.Z3_OK)
1399  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1400  return res;
1401  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvneg(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvnegNoOverflow()

static long mkBvnegNoOverflow ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1718 of file Native.java.

Referenced by Context.mkBVNegNoOverflow().

1719  {
1720  long res = INTERNALmkBvnegNoOverflow(a0, a1);
1722  if (err != Z3_error_code.Z3_OK)
1723  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1724  return res;
1725  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnegNoOverflow(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvnor()

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

Definition at line 1376 of file Native.java.

Referenced by Context.mkBVNOR().

1377  {
1378  long res = INTERNALmkBvnor(a0, a1, a2);
1380  if (err != Z3_error_code.Z3_OK)
1381  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1382  return res;
1383  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnor(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvnot()

static long mkBvnot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1313 of file Native.java.

Referenced by Context.mkBVNot().

1314  {
1315  long res = INTERNALmkBvnot(a0, a1);
1317  if (err != Z3_error_code.Z3_OK)
1318  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1319  return res;
1320  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnot(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvor()

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

Definition at line 1349 of file Native.java.

Referenced by Context.mkBVOR().

1350  {
1351  long res = INTERNALmkBvor(a0, a1, a2);
1353  if (err != Z3_error_code.Z3_OK)
1354  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1355  return res;
1356  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvor(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvredand()

static long mkBvredand ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1322 of file Native.java.

Referenced by Context.mkBVRedAND().

1323  {
1324  long res = INTERNALmkBvredand(a0, a1);
1326  if (err != Z3_error_code.Z3_OK)
1327  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1328  return res;
1329  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvredand(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvredor()

static long mkBvredor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1331 of file Native.java.

Referenced by Context.mkBVRedOR().

1332  {
1333  long res = INTERNALmkBvredor(a0, a1);
1335  if (err != Z3_error_code.Z3_OK)
1336  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1337  return res;
1338  }
static native long INTERNALmkBvredor(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsdiv()

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

Definition at line 1439 of file Native.java.

Referenced by Context.mkBVSDiv().

1440  {
1441  long res = INTERNALmkBvsdiv(a0, a1, a2);
1443  if (err != Z3_error_code.Z3_OK)
1444  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1445  return res;
1446  }
static native long INTERNALmkBvsdiv(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsdivNoOverflow()

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

Definition at line 1709 of file Native.java.

Referenced by Context.mkBVSDivNoOverflow().

1710  {
1711  long res = INTERNALmkBvsdivNoOverflow(a0, a1, a2);
1713  if (err != Z3_error_code.Z3_OK)
1714  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1715  return res;
1716  }
static native long INTERNALmkBvsdivNoOverflow(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsge()

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

Definition at line 1520 of file Native.java.

Referenced by Context.mkBVSGE().

1521  {
1522  long res = INTERNALmkBvsge(a0, a1, a2);
1524  if (err != Z3_error_code.Z3_OK)
1525  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1526  return res;
1527  }
static native long INTERNALmkBvsge(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsgt()

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

Definition at line 1538 of file Native.java.

Referenced by Context.mkBVSGT().

1539  {
1540  long res = INTERNALmkBvsgt(a0, a1, a2);
1542  if (err != Z3_error_code.Z3_OK)
1543  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1544  return res;
1545  }
static native long INTERNALmkBvsgt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvshl()

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

Definition at line 1592 of file Native.java.

Referenced by Context.mkBVSHL().

1593  {
1594  long res = INTERNALmkBvshl(a0, a1, a2);
1596  if (err != Z3_error_code.Z3_OK)
1597  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1598  return res;
1599  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvshl(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsle()

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

Definition at line 1502 of file Native.java.

Referenced by Context.mkBVSLE().

1503  {
1504  long res = INTERNALmkBvsle(a0, a1, a2);
1506  if (err != Z3_error_code.Z3_OK)
1507  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1508  return res;
1509  }
static native long INTERNALmkBvsle(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvslt()

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

Definition at line 1484 of file Native.java.

Referenced by Context.mkBVSLT().

1485  {
1486  long res = INTERNALmkBvslt(a0, a1, a2);
1488  if (err != Z3_error_code.Z3_OK)
1489  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1490  return res;
1491  }
static native long INTERNALmkBvslt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsmod()

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

Definition at line 1466 of file Native.java.

Referenced by Context.mkBVSMod().

1467  {
1468  long res = INTERNALmkBvsmod(a0, a1, a2);
1470  if (err != Z3_error_code.Z3_OK)
1471  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1472  return res;
1473  }
static native long INTERNALmkBvsmod(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvSort()

static long mkBvSort ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 921 of file Native.java.

Referenced by Context.mkBitVecSort().

922  {
923  long res = INTERNALmkBvSort(a0, a1);
925  if (err != Z3_error_code.Z3_OK)
926  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
927  return res;
928  }
static native long INTERNALmkBvSort(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsrem()

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

Definition at line 1457 of file Native.java.

Referenced by Context.mkBVSRem().

1458  {
1459  long res = INTERNALmkBvsrem(a0, a1, a2);
1461  if (err != Z3_error_code.Z3_OK)
1462  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1463  return res;
1464  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvsrem(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsub()

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

Definition at line 1412 of file Native.java.

Referenced by Context.mkBVSub().

1413  {
1414  long res = INTERNALmkBvsub(a0, a1, a2);
1416  if (err != Z3_error_code.Z3_OK)
1417  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1418  return res;
1419  }
static native long INTERNALmkBvsub(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsubNoOverflow()

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

Definition at line 1691 of file Native.java.

Referenced by Context.mkBVSubNoOverflow().

1692  {
1693  long res = INTERNALmkBvsubNoOverflow(a0, a1, a2);
1695  if (err != Z3_error_code.Z3_OK)
1696  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1697  return res;
1698  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvsubNoOverflow(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvsubNoUnderflow()

static long mkBvsubNoUnderflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1700 of file Native.java.

Referenced by Context.mkBVSubNoUnderflow().

1701  {
1702  long res = INTERNALmkBvsubNoUnderflow(a0, a1, a2, a3);
1704  if (err != Z3_error_code.Z3_OK)
1705  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1706  return res;
1707  }
static native long INTERNALmkBvsubNoUnderflow(long a0, long a1, long a2, boolean a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvudiv()

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

Definition at line 1430 of file Native.java.

Referenced by Context.mkBVUDiv().

1431  {
1432  long res = INTERNALmkBvudiv(a0, a1, a2);
1434  if (err != Z3_error_code.Z3_OK)
1435  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1436  return res;
1437  }
static native long INTERNALmkBvudiv(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvuge()

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

Definition at line 1511 of file Native.java.

Referenced by Context.mkBVUGE().

1512  {
1513  long res = INTERNALmkBvuge(a0, a1, a2);
1515  if (err != Z3_error_code.Z3_OK)
1516  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1517  return res;
1518  }
static native long INTERNALmkBvuge(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvugt()

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

Definition at line 1529 of file Native.java.

Referenced by Context.mkBVUGT().

1530  {
1531  long res = INTERNALmkBvugt(a0, a1, a2);
1533  if (err != Z3_error_code.Z3_OK)
1534  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1535  return res;
1536  }
static native long INTERNALmkBvugt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvule()

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

Definition at line 1493 of file Native.java.

Referenced by Context.mkBVULE().

1494  {
1495  long res = INTERNALmkBvule(a0, a1, a2);
1497  if (err != Z3_error_code.Z3_OK)
1498  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1499  return res;
1500  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvule(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvult()

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

Definition at line 1475 of file Native.java.

Referenced by Context.mkBVULT().

1476  {
1477  long res = INTERNALmkBvult(a0, a1, a2);
1479  if (err != Z3_error_code.Z3_OK)
1480  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1481  return res;
1482  }
static native long INTERNALmkBvult(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvurem()

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

Definition at line 1448 of file Native.java.

Referenced by Context.mkBVURem().

1449  {
1450  long res = INTERNALmkBvurem(a0, a1, a2);
1452  if (err != Z3_error_code.Z3_OK)
1453  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1454  return res;
1455  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvurem(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvxnor()

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

Definition at line 1385 of file Native.java.

Referenced by Context.mkBVXNOR().

1386  {
1387  long res = INTERNALmkBvxnor(a0, a1, a2);
1389  if (err != Z3_error_code.Z3_OK)
1390  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1391  return res;
1392  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvxnor(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkBvxor()

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

Definition at line 1358 of file Native.java.

Referenced by Context.mkBVXOR().

1359  {
1360  long res = INTERNALmkBvxor(a0, a1, a2);
1362  if (err != Z3_error_code.Z3_OK)
1363  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1364  return res;
1365  }
static native long INTERNALmkBvxor(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkConcat()

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

Definition at line 1547 of file Native.java.

Referenced by Context.mkConcat().

1548  {
1549  long res = INTERNALmkConcat(a0, a1, a2);
1551  if (err != Z3_error_code.Z3_OK)
1552  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1553  return res;
1554  }
static native long INTERNALmkConcat(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkConfig()

static long mkConfig ( )
inlinestatic

Definition at line 663 of file Native.java.

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

664  {
665  long res = INTERNALmkConfig();
666  return res;
667  }
static native long INTERNALmkConfig()

§ mkConst()

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

Definition at line 1052 of file Native.java.

Referenced by Context.mkConst().

1053  {
1054  long res = INTERNALmkConst(a0, a1, a2);
1056  if (err != Z3_error_code.Z3_OK)
1057  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1058  return res;
1059  }
static native long INTERNALmkConst(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkConstArray()

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

Definition at line 1763 of file Native.java.

Referenced by Context.mkConstArray().

1764  {
1765  long res = INTERNALmkConstArray(a0, a1, a2);
1767  if (err != Z3_error_code.Z3_OK)
1768  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1769  return res;
1770  }
static native long INTERNALmkConstArray(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkConstructor()

static long mkConstructor ( long  a0,
long  a1,
long  a2,
int  a3,
long []  a4,
long []  a5,
int []  a6 
) throws Z3Exception
inlinestatic

Definition at line 975 of file Native.java.

Referenced by Constructor.getAccessorDecls().

976  {
977  long res = INTERNALmkConstructor(a0, a1, a2, a3, a4, a5, a6);
979  if (err != Z3_error_code.Z3_OK)
980  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
981  return res;
982  }
static native long INTERNALmkConstructor(long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkConstructorList()

static long mkConstructorList ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1001 of file Native.java.

1002  {
1003  long res = INTERNALmkConstructorList(a0, a1, a2);
1005  if (err != Z3_error_code.Z3_OK)
1006  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1007  return res;
1008  }
static native long INTERNALmkConstructorList(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkContext()

static long mkContext ( long  a0) throws Z3Exception
inlinestatic

Definition at line 679 of file Native.java.

680  {
681  long res = INTERNALmkContext(a0);
682  if (res == 0)
683  throw new Z3Exception("Object allocation failed.");
684  return res;
685  }
static native long INTERNALmkContext(long a0)

§ mkContextRc()

static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 687 of file Native.java.

Referenced by Context.Context().

688  {
689  long res = INTERNALmkContextRc(a0);
690  if (res == 0)
691  throw new Z3Exception("Object allocation failed.");
692  return res;
693  }
static native long INTERNALmkContextRc(long a0)

§ mkDatatype()

static long mkDatatype ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 992 of file Native.java.

Referenced by DatatypeSort.getAccessors().

993  {
994  long res = INTERNALmkDatatype(a0, a1, a2, a3);
996  if (err != Z3_error_code.Z3_OK)
997  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
998  return res;
999  }
static native long INTERNALmkDatatype(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkDatatypes()

static void mkDatatypes ( long  a0,
int  a1,
long []  a2,
long []  a3,
long []  a4 
) throws Z3Exception
inlinestatic

Definition at line 1018 of file Native.java.

Referenced by Context.mkDatatypeSorts().

1019  {
1020  INTERNALmkDatatypes(a0, a1, a2, a3, a4);
1022  if (err != Z3_error_code.Z3_OK)
1023  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1024  }
static native void INTERNALmkDatatypes(long a0, int a1, long[] a2, long[] a3, long[] a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkDistinct()

static long mkDistinct ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1106 of file Native.java.

Referenced by Context.mkDistinct().

1107  {
1108  long res = INTERNALmkDistinct(a0, a1, a2);
1110  if (err != Z3_error_code.Z3_OK)
1111  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1112  return res;
1113  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkDistinct(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkDiv()

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

Definition at line 1214 of file Native.java.

Referenced by Context.mkDiv().

1215  {
1216  long res = INTERNALmkDiv(a0, a1, a2);
1218  if (err != Z3_error_code.Z3_OK)
1219  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1220  return res;
1221  }
static native long INTERNALmkDiv(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkEmptySet()

static long mkEmptySet ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1799 of file Native.java.

Referenced by Context.mkEmptySet().

1800  {
1801  long res = INTERNALmkEmptySet(a0, a1);
1803  if (err != Z3_error_code.Z3_OK)
1804  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1805  return res;
1806  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkEmptySet(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkEnumerationSort()

static long mkEnumerationSort ( long  a0,
long  a1,
int  a2,
long []  a3,
long []  a4,
long []  a5 
) throws Z3Exception
inlinestatic

Definition at line 957 of file Native.java.

Referenced by EnumSort.getTesterDecl().

958  {
959  long res = INTERNALmkEnumerationSort(a0, a1, a2, a3, a4, a5);
961  if (err != Z3_error_code.Z3_OK)
962  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
963  return res;
964  }
static native long INTERNALmkEnumerationSort(long a0, long a1, int a2, long[] a3, long[] a4, long[] a5)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkEq()

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

Definition at line 1097 of file Native.java.

Referenced by Context.mkEq().

1098  {
1099  long res = INTERNALmkEq(a0, a1, a2);
1101  if (err != Z3_error_code.Z3_OK)
1102  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1103  return res;
1104  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkEq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkExists()

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

2223  {
2224  long res = INTERNALmkExists(a0, a1, a2, a3, a4, a5, a6, a7);
2226  if (err != Z3_error_code.Z3_OK)
2227  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2228  return res;
2229  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
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)

§ mkExistsConst()

static long mkExistsConst ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long  a6 
) throws Z3Exception
inlinestatic

Definition at line 2258 of file Native.java.

2259  {
2260  long res = INTERNALmkExistsConst(a0, a1, a2, a3, a4, a5, a6);
2262  if (err != Z3_error_code.Z3_OK)
2263  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2264  return res;
2265  }
static native long INTERNALmkExistsConst(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkExtract()

static long mkExtract ( long  a0,
int  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1556 of file Native.java.

Referenced by Context.mkExtract().

1557  {
1558  long res = INTERNALmkExtract(a0, a1, a2, a3);
1560  if (err != Z3_error_code.Z3_OK)
1561  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1562  return res;
1563  }
static native long INTERNALmkExtract(long a0, int a1, int a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkExtRotateLeft()

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

Definition at line 1637 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1638  {
1639  long res = INTERNALmkExtRotateLeft(a0, a1, a2);
1641  if (err != Z3_error_code.Z3_OK)
1642  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1643  return res;
1644  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkExtRotateLeft(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkExtRotateRight()

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

Definition at line 1646 of file Native.java.

Referenced by Context.mkBVRotateRight().

1647  {
1648  long res = INTERNALmkExtRotateRight(a0, a1, a2);
1650  if (err != Z3_error_code.Z3_OK)
1651  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1652  return res;
1653  }
static native long INTERNALmkExtRotateRight(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFalse()

static long mkFalse ( long  a0) throws Z3Exception
inlinestatic

Definition at line 1088 of file Native.java.

Referenced by Context.mkFalse().

1089  {
1090  long res = INTERNALmkFalse(a0);
1092  if (err != Z3_error_code.Z3_OK)
1093  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1094  return res;
1095  }
static native long INTERNALmkFalse(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFiniteDomainSort()

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

Definition at line 930 of file Native.java.

Referenced by FiniteDomainSort.getSize().

931  {
932  long res = INTERNALmkFiniteDomainSort(a0, a1, a2);
934  if (err != Z3_error_code.Z3_OK)
935  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
936  return res;
937  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFiniteDomainSort(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFixedpoint()

static long mkFixedpoint ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5016 of file Native.java.

Referenced by Fixedpoint.ParseString().

5017  {
5018  long res = INTERNALmkFixedpoint(a0);
5020  if (err != Z3_error_code.Z3_OK)
5021  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5022  return res;
5023  }
static native long INTERNALmkFixedpoint(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkForall()

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

2214  {
2215  long res = INTERNALmkForall(a0, a1, a2, a3, a4, a5, a6, a7);
2217  if (err != Z3_error_code.Z3_OK)
2218  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2219  return res;
2220  }
static native long INTERNALmkForall(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkForallConst()

static long mkForallConst ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long  a6 
) throws Z3Exception
inlinestatic

Definition at line 2249 of file Native.java.

2250  {
2251  long res = INTERNALmkForallConst(a0, a1, a2, a3, a4, a5, a6);
2253  if (err != Z3_error_code.Z3_OK)
2254  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2255  return res;
2256  }
static native long INTERNALmkForallConst(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaAbs()

static long mkFpaAbs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5777 of file Native.java.

Referenced by Context.mkFPAbs().

5778  {
5779  long res = INTERNALmkFpaAbs(a0, a1);
5781  if (err != Z3_error_code.Z3_OK)
5782  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5783  return res;
5784  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaAbs(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaAdd()

static long mkFpaAdd ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5795 of file Native.java.

Referenced by Context.mkFPAdd().

5796  {
5797  long res = INTERNALmkFpaAdd(a0, a1, a2, a3);
5799  if (err != Z3_error_code.Z3_OK)
5800  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5801  return res;
5802  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaAdd(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaDiv()

static long mkFpaDiv ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5822 of file Native.java.

Referenced by Context.mkFPDiv().

5823  {
5824  long res = INTERNALmkFpaDiv(a0, a1, a2, a3);
5826  if (err != Z3_error_code.Z3_OK)
5827  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5828  return res;
5829  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaDiv(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaEq()

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

Definition at line 5921 of file Native.java.

Referenced by Context.mkFPEq().

5922  {
5923  long res = INTERNALmkFpaEq(a0, a1, a2);
5925  if (err != Z3_error_code.Z3_OK)
5926  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5927  return res;
5928  }
static native long INTERNALmkFpaEq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaFma()

static long mkFpaFma ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5831 of file Native.java.

Referenced by Context.mkFPFMA().

5832  {
5833  long res = INTERNALmkFpaFma(a0, a1, a2, a3, a4);
5835  if (err != Z3_error_code.Z3_OK)
5836  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5837  return res;
5838  }
static native long INTERNALmkFpaFma(long a0, long a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaFp()

static long mkFpaFp ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5723 of file Native.java.

Referenced by Context.mkFP().

5724  {
5725  long res = INTERNALmkFpaFp(a0, a1, a2, a3);
5727  if (err != Z3_error_code.Z3_OK)
5728  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5729  return res;
5730  }
static native long INTERNALmkFpaFp(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaGeq()

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

Definition at line 5903 of file Native.java.

Referenced by Context.mkFPGEq().

5904  {
5905  long res = INTERNALmkFpaGeq(a0, a1, a2);
5907  if (err != Z3_error_code.Z3_OK)
5908  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5909  return res;
5910  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaGeq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaGt()

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

Definition at line 5912 of file Native.java.

Referenced by Context.mkFPGt().

5913  {
5914  long res = INTERNALmkFpaGt(a0, a1, a2);
5916  if (err != Z3_error_code.Z3_OK)
5917  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5918  return res;
5919  }
static native long INTERNALmkFpaGt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaInf()

static long mkFpaInf ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 5705 of file Native.java.

Referenced by Context.mkFPInf().

5706  {
5707  long res = INTERNALmkFpaInf(a0, a1, a2);
5709  if (err != Z3_error_code.Z3_OK)
5710  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5711  return res;
5712  }
static native long INTERNALmkFpaInf(long a0, long a1, boolean a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaIsInfinite()

static long mkFpaIsInfinite ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5957 of file Native.java.

Referenced by Context.mkFPIsInfinite().

5958  {
5959  long res = INTERNALmkFpaIsInfinite(a0, a1);
5961  if (err != Z3_error_code.Z3_OK)
5962  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5963  return res;
5964  }
static native long INTERNALmkFpaIsInfinite(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaIsNan()

static long mkFpaIsNan ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5966 of file Native.java.

Referenced by Context.mkFPIsNaN().

5967  {
5968  long res = INTERNALmkFpaIsNan(a0, a1);
5970  if (err != Z3_error_code.Z3_OK)
5971  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5972  return res;
5973  }
static native long INTERNALmkFpaIsNan(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaIsNegative()

static long mkFpaIsNegative ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5975 of file Native.java.

Referenced by Context.mkFPIsNegative().

5976  {
5977  long res = INTERNALmkFpaIsNegative(a0, a1);
5979  if (err != Z3_error_code.Z3_OK)
5980  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5981  return res;
5982  }
static native long INTERNALmkFpaIsNegative(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaIsNormal()

static long mkFpaIsNormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5930 of file Native.java.

Referenced by Context.mkFPIsNormal().

5931  {
5932  long res = INTERNALmkFpaIsNormal(a0, a1);
5934  if (err != Z3_error_code.Z3_OK)
5935  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5936  return res;
5937  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkFpaIsNormal(long a0, long a1)
static final Z3_error_code fromInt(int v)

§ mkFpaIsPositive()

static long mkFpaIsPositive ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5984 of file Native.java.

Referenced by Context.mkFPIsPositive().

5985  {
5986  long res = INTERNALmkFpaIsPositive(a0, a1);
5988  if (err != Z3_error_code.Z3_OK)
5989  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5990  return res;
5991  }
static native long INTERNALmkFpaIsPositive(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaIsSubnormal()

static long mkFpaIsSubnormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5939 of file Native.java.

Referenced by Context.mkFPIsSubnormal().

5940  {
5941  long res = INTERNALmkFpaIsSubnormal(a0, a1);
5943  if (err != Z3_error_code.Z3_OK)
5944  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5945  return res;
5946  }
static native long INTERNALmkFpaIsSubnormal(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaIsZero()

static long mkFpaIsZero ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5948 of file Native.java.

Referenced by Context.mkFPIsZero().

5949  {
5950  long res = INTERNALmkFpaIsZero(a0, a1);
5952  if (err != Z3_error_code.Z3_OK)
5953  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5954  return res;
5955  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaIsZero(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaLeq()

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

Definition at line 5885 of file Native.java.

Referenced by Context.mkFPLEq().

5886  {
5887  long res = INTERNALmkFpaLeq(a0, a1, a2);
5889  if (err != Z3_error_code.Z3_OK)
5890  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5891  return res;
5892  }
static native long INTERNALmkFpaLeq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaLt()

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

Definition at line 5894 of file Native.java.

Referenced by Context.mkFPLt().

5895  {
5896  long res = INTERNALmkFpaLt(a0, a1, a2);
5898  if (err != Z3_error_code.Z3_OK)
5899  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5900  return res;
5901  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaMax()

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

Definition at line 5876 of file Native.java.

Referenced by Context.mkFPMax().

5877  {
5878  long res = INTERNALmkFpaMax(a0, a1, a2);
5880  if (err != Z3_error_code.Z3_OK)
5881  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5882  return res;
5883  }
static native long INTERNALmkFpaMax(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaMin()

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

Definition at line 5867 of file Native.java.

Referenced by Context.mkFPMin().

5868  {
5869  long res = INTERNALmkFpaMin(a0, a1, a2);
5871  if (err != Z3_error_code.Z3_OK)
5872  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5873  return res;
5874  }
static native long INTERNALmkFpaMin(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaMul()

static long mkFpaMul ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5813 of file Native.java.

Referenced by Context.mkFPMul().

5814  {
5815  long res = INTERNALmkFpaMul(a0, a1, a2, a3);
5817  if (err != Z3_error_code.Z3_OK)
5818  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5819  return res;
5820  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkFpaMul(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)

§ mkFpaNan()

static long mkFpaNan ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5696 of file Native.java.

Referenced by Context.mkFPNaN().

5697  {
5698  long res = INTERNALmkFpaNan(a0, a1);
5700  if (err != Z3_error_code.Z3_OK)
5701  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5702  return res;
5703  }
static native long INTERNALmkFpaNan(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaNeg()

static long mkFpaNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5786 of file Native.java.

Referenced by Context.mkFPNeg().

5787  {
5788  long res = INTERNALmkFpaNeg(a0, a1);
5790  if (err != Z3_error_code.Z3_OK)
5791  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5792  return res;
5793  }
static native long INTERNALmkFpaNeg(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaNumeralDouble()

static long mkFpaNumeralDouble ( long  a0,
double  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5741 of file Native.java.

Referenced by Context.mkFPNumeral().

5742  {
5743  long res = INTERNALmkFpaNumeralDouble(a0, a1, a2);
5745  if (err != Z3_error_code.Z3_OK)
5746  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5747  return res;
5748  }
static native long INTERNALmkFpaNumeralDouble(long a0, double a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaNumeralFloat()

static long mkFpaNumeralFloat ( long  a0,
float  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5732 of file Native.java.

Referenced by Context.mkFPNumeral().

5733  {
5734  long res = INTERNALmkFpaNumeralFloat(a0, a1, a2);
5736  if (err != Z3_error_code.Z3_OK)
5737  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5738  return res;
5739  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaNumeralFloat(long a0, float a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaNumeralInt()

static long mkFpaNumeralInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5750 of file Native.java.

Referenced by Context.mkFPNumeral().

5751  {
5752  long res = INTERNALmkFpaNumeralInt(a0, a1, a2);
5754  if (err != Z3_error_code.Z3_OK)
5755  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5756  return res;
5757  }
static native long INTERNALmkFpaNumeralInt(long a0, int a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaNumeralInt64Uint64()

static long mkFpaNumeralInt64Uint64 ( long  a0,
boolean  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5768 of file Native.java.

Referenced by Context.mkFPNumeral().

5769  {
5770  long res = INTERNALmkFpaNumeralInt64Uint64(a0, a1, a2, a3, a4);
5772  if (err != Z3_error_code.Z3_OK)
5773  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5774  return res;
5775  }
static native long INTERNALmkFpaNumeralInt64Uint64(long a0, boolean a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaNumeralIntUint()

static long mkFpaNumeralIntUint ( long  a0,
boolean  a1,
int  a2,
int  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5759 of file Native.java.

Referenced by Context.mkFPNumeral().

5760  {
5761  long res = INTERNALmkFpaNumeralIntUint(a0, a1, a2, a3, a4);
5763  if (err != Z3_error_code.Z3_OK)
5764  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5765  return res;
5766  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaNumeralIntUint(long a0, boolean a1, int a2, int a3, long a4)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRem()

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

Definition at line 5849 of file Native.java.

Referenced by Context.mkFPRem().

5850  {
5851  long res = INTERNALmkFpaRem(a0, a1, a2);
5853  if (err != Z3_error_code.Z3_OK)
5854  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5855  return res;
5856  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRem(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRna()

static long mkFpaRna ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5552 of file Native.java.

Referenced by Context.mkFPRNA().

5553  {
5554  long res = INTERNALmkFpaRna(a0);
5556  if (err != Z3_error_code.Z3_OK)
5557  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5558  return res;
5559  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRna(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRne()

static long mkFpaRne ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5534 of file Native.java.

Referenced by Context.mkFPRNE().

5535  {
5536  long res = INTERNALmkFpaRne(a0);
5538  if (err != Z3_error_code.Z3_OK)
5539  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5540  return res;
5541  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRne(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRoundingModeSort()

static long mkFpaRoundingModeSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5516 of file Native.java.

Referenced by FPRMSort.FPRMSort().

5517  {
5518  long res = INTERNALmkFpaRoundingModeSort(a0);
5520  if (err != Z3_error_code.Z3_OK)
5521  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5522  return res;
5523  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundingModeSort(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRoundNearestTiesToAway()

static long mkFpaRoundNearestTiesToAway ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5543 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToAway().

5544  {
5545  long res = INTERNALmkFpaRoundNearestTiesToAway(a0);
5547  if (err != Z3_error_code.Z3_OK)
5548  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5549  return res;
5550  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundNearestTiesToAway(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRoundNearestTiesToEven()

static long mkFpaRoundNearestTiesToEven ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5525 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToEven().

5526  {
5527  long res = INTERNALmkFpaRoundNearestTiesToEven(a0);
5529  if (err != Z3_error_code.Z3_OK)
5530  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5531  return res;
5532  }
static native long INTERNALmkFpaRoundNearestTiesToEven(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRoundToIntegral()

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

Definition at line 5858 of file Native.java.

Referenced by Context.mkFPRoundToIntegral().

5859  {
5860  long res = INTERNALmkFpaRoundToIntegral(a0, a1, a2);
5862  if (err != Z3_error_code.Z3_OK)
5863  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5864  return res;
5865  }
static native long INTERNALmkFpaRoundToIntegral(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRoundTowardNegative()

static long mkFpaRoundTowardNegative ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5579 of file Native.java.

Referenced by Context.mkFPRoundTowardNegative().

5580  {
5581  long res = INTERNALmkFpaRoundTowardNegative(a0);
5583  if (err != Z3_error_code.Z3_OK)
5584  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5585  return res;
5586  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundTowardNegative(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRoundTowardPositive()

static long mkFpaRoundTowardPositive ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5561 of file Native.java.

Referenced by Context.mkFPRoundTowardPositive().

5562  {
5563  long res = INTERNALmkFpaRoundTowardPositive(a0);
5565  if (err != Z3_error_code.Z3_OK)
5566  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5567  return res;
5568  }
static native long INTERNALmkFpaRoundTowardPositive(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRoundTowardZero()

static long mkFpaRoundTowardZero ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5597 of file Native.java.

Referenced by Context.mkFPRoundTowardZero().

5598  {
5599  long res = INTERNALmkFpaRoundTowardZero(a0);
5601  if (err != Z3_error_code.Z3_OK)
5602  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5603  return res;
5604  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundTowardZero(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRtn()

static long mkFpaRtn ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5588 of file Native.java.

Referenced by Context.mkFPRTN().

5589  {
5590  long res = INTERNALmkFpaRtn(a0);
5592  if (err != Z3_error_code.Z3_OK)
5593  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5594  return res;
5595  }
static native long INTERNALmkFpaRtn(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRtp()

static long mkFpaRtp ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5570 of file Native.java.

Referenced by Context.mkFPRTP().

5571  {
5572  long res = INTERNALmkFpaRtp(a0);
5574  if (err != Z3_error_code.Z3_OK)
5575  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5576  return res;
5577  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRtp(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaRtz()

static long mkFpaRtz ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5606 of file Native.java.

Referenced by Context.mkFPRTZ().

5607  {
5608  long res = INTERNALmkFpaRtz(a0);
5610  if (err != Z3_error_code.Z3_OK)
5611  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5612  return res;
5613  }
static native long INTERNALmkFpaRtz(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaSort()

static long mkFpaSort ( long  a0,
int  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5615 of file Native.java.

Referenced by FPSort.FPSort().

5616  {
5617  long res = INTERNALmkFpaSort(a0, a1, a2);
5619  if (err != Z3_error_code.Z3_OK)
5620  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5621  return res;
5622  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort(long a0, int a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaSort128()

static long mkFpaSort128 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5687 of file Native.java.

Referenced by Context.mkFPSort128().

5688  {
5689  long res = INTERNALmkFpaSort128(a0);
5691  if (err != Z3_error_code.Z3_OK)
5692  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5693  return res;
5694  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort128(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaSort16()

static long mkFpaSort16 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5633 of file Native.java.

Referenced by Context.mkFPSort16().

5634  {
5635  long res = INTERNALmkFpaSort16(a0);
5637  if (err != Z3_error_code.Z3_OK)
5638  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5639  return res;
5640  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort16(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaSort32()

static long mkFpaSort32 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5651 of file Native.java.

Referenced by Context.mkFPSort32().

5652  {
5653  long res = INTERNALmkFpaSort32(a0);
5655  if (err != Z3_error_code.Z3_OK)
5656  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5657  return res;
5658  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkFpaSort32(long a0)
static final Z3_error_code fromInt(int v)

§ mkFpaSort64()

static long mkFpaSort64 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5669 of file Native.java.

Referenced by Context.mkFPSort64().

5670  {
5671  long res = INTERNALmkFpaSort64(a0);
5673  if (err != Z3_error_code.Z3_OK)
5674  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5675  return res;
5676  }
static native long INTERNALmkFpaSort64(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaSortDouble()

static long mkFpaSortDouble ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5660 of file Native.java.

Referenced by Context.mkFPSortDouble().

5661  {
5662  long res = INTERNALmkFpaSortDouble(a0);
5664  if (err != Z3_error_code.Z3_OK)
5665  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5666  return res;
5667  }
static native long INTERNALmkFpaSortDouble(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaSortHalf()

static long mkFpaSortHalf ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5624 of file Native.java.

Referenced by Context.mkFPSortHalf().

5625  {
5626  long res = INTERNALmkFpaSortHalf(a0);
5628  if (err != Z3_error_code.Z3_OK)
5629  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5630  return res;
5631  }
static native long INTERNALmkFpaSortHalf(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaSortQuadruple()

static long mkFpaSortQuadruple ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5678 of file Native.java.

Referenced by Context.mkFPSortQuadruple().

5679  {
5680  long res = INTERNALmkFpaSortQuadruple(a0);
5682  if (err != Z3_error_code.Z3_OK)
5683  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5684  return res;
5685  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkFpaSortQuadruple(long a0)

§ mkFpaSortSingle()

static long mkFpaSortSingle ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5642 of file Native.java.

Referenced by Context.mkFPSortSingle().

5643  {
5644  long res = INTERNALmkFpaSortSingle(a0);
5646  if (err != Z3_error_code.Z3_OK)
5647  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5648  return res;
5649  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSortSingle(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaSqrt()

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

Definition at line 5840 of file Native.java.

Referenced by Context.mkFPSqrt().

5841  {
5842  long res = INTERNALmkFpaSqrt(a0, a1, a2);
5844  if (err != Z3_error_code.Z3_OK)
5845  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5846  return res;
5847  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSqrt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaSub()

static long mkFpaSub ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5804 of file Native.java.

Referenced by Context.mkFPSub().

5805  {
5806  long res = INTERNALmkFpaSub(a0, a1, a2, a3);
5808  if (err != Z3_error_code.Z3_OK)
5809  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5810  return res;
5811  }
static native long INTERNALmkFpaSub(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToFpBv()

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

Definition at line 5993 of file Native.java.

Referenced by Context.mkFPToFP().

5994  {
5995  long res = INTERNALmkFpaToFpBv(a0, a1, a2);
5997  if (err != Z3_error_code.Z3_OK)
5998  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5999  return res;
6000  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpBv(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToFpFloat()

static long mkFpaToFpFloat ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6002 of file Native.java.

Referenced by Context.mkFPToFP().

6003  {
6004  long res = INTERNALmkFpaToFpFloat(a0, a1, a2, a3);
6006  if (err != Z3_error_code.Z3_OK)
6007  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6008  return res;
6009  }
static native long INTERNALmkFpaToFpFloat(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToFpIntReal()

static long mkFpaToFpIntReal ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 6137 of file Native.java.

Referenced by Context.mkFPToFP().

6138  {
6139  long res = INTERNALmkFpaToFpIntReal(a0, a1, a2, a3, a4);
6141  if (err != Z3_error_code.Z3_OK)
6142  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6143  return res;
6144  }
static native long INTERNALmkFpaToFpIntReal(long a0, long a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToFpReal()

static long mkFpaToFpReal ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6011 of file Native.java.

Referenced by Context.mkFPToFP().

6012  {
6013  long res = INTERNALmkFpaToFpReal(a0, a1, a2, a3);
6015  if (err != Z3_error_code.Z3_OK)
6016  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6017  return res;
6018  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpReal(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToFpSigned()

static long mkFpaToFpSigned ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6020 of file Native.java.

Referenced by Context.mkFPToFP().

6021  {
6022  long res = INTERNALmkFpaToFpSigned(a0, a1, a2, a3);
6024  if (err != Z3_error_code.Z3_OK)
6025  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6026  return res;
6027  }
static native long INTERNALmkFpaToFpSigned(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToFpUnsigned()

static long mkFpaToFpUnsigned ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6029 of file Native.java.

Referenced by Context.mkFPToFP().

6030  {
6031  long res = INTERNALmkFpaToFpUnsigned(a0, a1, a2, a3);
6033  if (err != Z3_error_code.Z3_OK)
6034  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6035  return res;
6036  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpUnsigned(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToIeeeBv()

static long mkFpaToIeeeBv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6128 of file Native.java.

Referenced by Context.mkFPToIEEEBV().

6129  {
6130  long res = INTERNALmkFpaToIeeeBv(a0, a1);
6132  if (err != Z3_error_code.Z3_OK)
6133  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6134  return res;
6135  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToIeeeBv(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToReal()

static long mkFpaToReal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6056 of file Native.java.

Referenced by Context.mkFPToReal().

6057  {
6058  long res = INTERNALmkFpaToReal(a0, a1);
6060  if (err != Z3_error_code.Z3_OK)
6061  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6062  return res;
6063  }
static native long INTERNALmkFpaToReal(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToSbv()

static long mkFpaToSbv ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 6047 of file Native.java.

Referenced by Context.mkFPToBV().

6048  {
6049  long res = INTERNALmkFpaToSbv(a0, a1, a2, a3);
6051  if (err != Z3_error_code.Z3_OK)
6052  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6053  return res;
6054  }
static native long INTERNALmkFpaToSbv(long a0, long a1, long a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaToUbv()

static long mkFpaToUbv ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 6038 of file Native.java.

Referenced by Context.mkFPToBV().

6039  {
6040  long res = INTERNALmkFpaToUbv(a0, a1, a2, a3);
6042  if (err != Z3_error_code.Z3_OK)
6043  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6044  return res;
6045  }
static native long INTERNALmkFpaToUbv(long a0, long a1, long a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFpaZero()

static long mkFpaZero ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 5714 of file Native.java.

Referenced by Context.mkFPZero().

5715  {
5716  long res = INTERNALmkFpaZero(a0, a1, a2);
5718  if (err != Z3_error_code.Z3_OK)
5719  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5720  return res;
5721  }
static native long INTERNALmkFpaZero(long a0, long a1, boolean a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFreshConst()

static long mkFreshConst ( long  a0,
String  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1070 of file Native.java.

Referenced by Context.mkFreshConst().

1071  {
1072  long res = INTERNALmkFreshConst(a0, a1, a2);
1074  if (err != Z3_error_code.Z3_OK)
1075  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1076  return res;
1077  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFreshConst(long a0, String a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFreshFuncDecl()

static long mkFreshFuncDecl ( long  a0,
String  a1,
int  a2,
long []  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 1061 of file Native.java.

Referenced by FuncDecl.Parameter.getParameterKind().

1062  {
1063  long res = INTERNALmkFreshFuncDecl(a0, a1, a2, a3, a4);
1065  if (err != Z3_error_code.Z3_OK)
1066  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1067  return res;
1068  }
static native long INTERNALmkFreshFuncDecl(long a0, String a1, int a2, long[] a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFullSet()

static long mkFullSet ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1808 of file Native.java.

Referenced by Context.mkFullSet().

1809  {
1810  long res = INTERNALmkFullSet(a0, a1);
1812  if (err != Z3_error_code.Z3_OK)
1813  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1814  return res;
1815  }
static native long INTERNALmkFullSet(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkFuncDecl()

static long mkFuncDecl ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 1034 of file Native.java.

Referenced by FuncDecl.Parameter.getParameterKind().

1035  {
1036  long res = INTERNALmkFuncDecl(a0, a1, a2, a3, a4);
1038  if (err != Z3_error_code.Z3_OK)
1039  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1040  return res;
1041  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFuncDecl(long a0, long a1, int a2, long[] a3, long a4)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkGe()

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

Definition at line 1277 of file Native.java.

Referenced by Context.mkGe().

1278  {
1279  long res = INTERNALmkGe(a0, a1, a2);
1281  if (err != Z3_error_code.Z3_OK)
1282  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1283  return res;
1284  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkGe(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

§ mkGoal()

static long mkGoal ( long  a0,
boolean  a1,
boolean  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 3602 of file Native.java.

Referenced by Goal.AsBoolExpr().

3603  {
3604  long res = INTERNALmkGoal(a0, a1, a2, a3);
3606  if (err != Z3_error_code.Z3_OK)
3607  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3608  return res;
3609  }
static native long INTERNALmkGoal(long a0, boolean a1, boolean a2, boolean a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkGt()

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

Definition at line 1268 of file Native.java.

Referenced by Context.mkGt().

1269  {
1270  long res = INTERNALmkGt(a0, a1, a2);
1272  if (err != Z3_error_code.Z3_OK)
1273  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1274  return res;
1275  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkGt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

§ mkIff()

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

Definition at line 1133 of file Native.java.

Referenced by Context.mkIff().

1134  {
1135  long res = INTERNALmkIff(a0, a1, a2);
1137  if (err != Z3_error_code.Z3_OK)
1138  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1139  return res;
1140  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkIff(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkImplies()

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

Definition at line 1142 of file Native.java.

Referenced by Context.mkImplies().

1143  {
1144  long res = INTERNALmkImplies(a0, a1, a2);
1146  if (err != Z3_error_code.Z3_OK)
1147  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1148  return res;
1149  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkImplies(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

§ mkInt()

static long mkInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1916 of file Native.java.

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

1917  {
1918  long res = INTERNALmkInt(a0, a1, a2);
1920  if (err != Z3_error_code.Z3_OK)
1921  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1922  return res;
1923  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkInt2bv()

static long mkInt2bv ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1655 of file Native.java.

Referenced by Context.mkInt2BV().

1656  {
1657  long res = INTERNALmkInt2bv(a0, a1, a2);
1659  if (err != Z3_error_code.Z3_OK)
1660  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1661  return res;
1662  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt2bv(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkInt2real()

static long mkInt2real ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1286 of file Native.java.

Referenced by Context.mkInt2Real().

1287  {
1288  long res = INTERNALmkInt2real(a0, a1);
1290  if (err != Z3_error_code.Z3_OK)
1291  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1292  return res;
1293  }
static native long INTERNALmkInt2real(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkInt64()

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

Definition at line 1934 of file Native.java.

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

1935  {
1936  long res = INTERNALmkInt64(a0, a1, a2);
1938  if (err != Z3_error_code.Z3_OK)
1939  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1940  return res;
1941  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt64(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkInterpolant()

static long mkInterpolant ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5446 of file Native.java.

Referenced by InterpolationContext.MkInterpolant().

5447  {
5448  long res = INTERNALmkInterpolant(a0, a1);
5450  if (err != Z3_error_code.Z3_OK)
5451  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5452  return res;
5453  }
static native long INTERNALmkInterpolant(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkInterpolationContext()

static long mkInterpolationContext ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5455 of file Native.java.

Referenced by InterpolationContext.mkContext().

5456  {
5457  long res = INTERNALmkInterpolationContext(a0);
5458  if (res == 0)
5459  throw new Z3Exception("Object allocation failed.");
5460  return res;
5461  }
static native long INTERNALmkInterpolationContext(long a0)

§ mkIntSort()

static long mkIntSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 903 of file Native.java.

904  {
905  long res = INTERNALmkIntSort(a0);
907  if (err != Z3_error_code.Z3_OK)
908  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
909  return res;
910  }
static native long INTERNALmkIntSort(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkIntSymbol()

static long mkIntSymbol ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 867 of file Native.java.

Referenced by IntSymbol.getInt().

868  {
869  long res = INTERNALmkIntSymbol(a0, a1);
871  if (err != Z3_error_code.Z3_OK)
872  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
873  return res;
874  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkIntSymbol(long a0, int a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkIsInt()

static long mkIsInt ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1304 of file Native.java.

Referenced by Context.mkIsInteger().

1305  {
1306  long res = INTERNALmkIsInt(a0, a1);
1308  if (err != Z3_error_code.Z3_OK)
1309  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1310  return res;
1311  }
static native long INTERNALmkIsInt(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkIte()

static long mkIte ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1124 of file Native.java.

Referenced by Context.mkITE().

1125  {
1126  long res = INTERNALmkIte(a0, a1, a2, a3);
1128  if (err != Z3_error_code.Z3_OK)
1129  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1130  return res;
1131  }
static native long INTERNALmkIte(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkLe()

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

Definition at line 1259 of file Native.java.

Referenced by Context.mkLe().

1260  {
1261  long res = INTERNALmkLe(a0, a1, a2);
1263  if (err != Z3_error_code.Z3_OK)
1264  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1265  return res;
1266  }
static native long INTERNALmkLe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkListSort()

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

Referenced by ListSort.getTailDecl().

967  {
968  long res = INTERNALmkListSort(a0, a1, a2, a3, a4, a5, a6, a7, a8);
970  if (err != Z3_error_code.Z3_OK)
971  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
972  return res;
973  }
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 native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkLt()

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

Definition at line 1250 of file Native.java.

Referenced by Context.mkLt().

1251  {
1252  long res = INTERNALmkLt(a0, a1, a2);
1254  if (err != Z3_error_code.Z3_OK)
1255  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1256  return res;
1257  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkMap()

static long mkMap ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 1772 of file Native.java.

Referenced by Context.mkMap().

1773  {
1774  long res = INTERNALmkMap(a0, a1, a2, a3);
1776  if (err != Z3_error_code.Z3_OK)
1777  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1778  return res;
1779  }
static native long INTERNALmkMap(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkMod()

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

Definition at line 1223 of file Native.java.

Referenced by Context.mkMod().

1224  {
1225  long res = INTERNALmkMod(a0, a1, a2);
1227  if (err != Z3_error_code.Z3_OK)
1228  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1229  return res;
1230  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkMod(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkMul()

static long mkMul ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1187 of file Native.java.

Referenced by Context.mkMul().

1188  {
1189  long res = INTERNALmkMul(a0, a1, a2);
1191  if (err != Z3_error_code.Z3_OK)
1192  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1193  return res;
1194  }
static native long INTERNALmkMul(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkNot()

static long mkNot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1115 of file Native.java.

Referenced by Context.mkNot().

1116  {
1117  long res = INTERNALmkNot(a0, a1);
1119  if (err != Z3_error_code.Z3_OK)
1120  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1121  return res;
1122  }
static native long INTERNALmkNot(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkNumeral()

static long mkNumeral ( long  a0,
String  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1898 of file Native.java.

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

1899  {
1900  long res = INTERNALmkNumeral(a0, a1, a2);
1902  if (err != Z3_error_code.Z3_OK)
1903  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1904  return res;
1905  }
static native long INTERNALmkNumeral(long a0, String a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkOptimize()

static long mkOptimize ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5247 of file Native.java.

Referenced by Optimize.getStatistics().

5248  {
5249  long res = INTERNALmkOptimize(a0);
5251  if (err != Z3_error_code.Z3_OK)
5252  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5253  return res;
5254  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkOptimize(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkOr()

static long mkOr ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1169 of file Native.java.

Referenced by Context.mkOr().

1170  {
1171  long res = INTERNALmkOr(a0, a1, a2);
1173  if (err != Z3_error_code.Z3_OK)
1174  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1175  return res;
1176  }
static native long INTERNALmkOr(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkParams()

static long mkParams ( long  a0) throws Z3Exception
inlinestatic

Definition at line 732 of file Native.java.

Referenced by Params.toString().

733  {
734  long res = INTERNALmkParams(a0);
736  if (err != Z3_error_code.Z3_OK)
737  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
738  return res;
739  }
static native long INTERNALmkParams(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkPattern()

static long mkPattern ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2195 of file Native.java.

Referenced by Context.mkPattern().

2196  {
2197  long res = INTERNALmkPattern(a0, a1, a2);
2199  if (err != Z3_error_code.Z3_OK)
2200  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2201  return res;
2202  }
static native long INTERNALmkPattern(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkPbeq()

static long mkPbeq ( long  a0,
int  a1,
long []  a2,
int []  a3,
int  a4 
) throws Z3Exception
inlinestatic

Definition at line 2501 of file Native.java.

2502  {
2503  long res = INTERNALmkPbeq(a0, a1, a2, a3, a4);
2505  if (err != Z3_error_code.Z3_OK)
2506  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2507  return res;
2508  }
static native long INTERNALmkPbeq(long a0, int a1, long[] a2, int[] a3, int a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkPble()

static long mkPble ( long  a0,
int  a1,
long []  a2,
int []  a3,
int  a4 
) throws Z3Exception
inlinestatic

Definition at line 2492 of file Native.java.

2493  {
2494  long res = INTERNALmkPble(a0, a1, a2, a3, a4);
2496  if (err != Z3_error_code.Z3_OK)
2497  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2498  return res;
2499  }
static native long INTERNALmkPble(long a0, int a1, long[] a2, int[] a3, int a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkPower()

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

Definition at line 1241 of file Native.java.

Referenced by Context.mkPower().

1242  {
1243  long res = INTERNALmkPower(a0, a1, a2);
1245  if (err != Z3_error_code.Z3_OK)
1246  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1247  return res;
1248  }
static native long INTERNALmkPower(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkProbe()

static long mkProbe ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 3758 of file Native.java.

Referenced by Probe.apply().

3759  {
3760  long res = INTERNALmkProbe(a0, a1);
3762  if (err != Z3_error_code.Z3_OK)
3763  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3764  return res;
3765  }
static native long INTERNALmkProbe(long a0, String a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkQuantifier()

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

Referenced by Quantifier.of().

2232  {
2233  long res = INTERNALmkQuantifier(a0, a1, a2, a3, a4, a5, a6, a7, a8);
2235  if (err != Z3_error_code.Z3_OK)
2236  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2237  return res;
2238  }
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 native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkQuantifierConst()

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

Referenced by Quantifier.of().

2268  {
2269  long res = INTERNALmkQuantifierConst(a0, a1, a2, a3, a4, a5, a6, a7);
2271  if (err != Z3_error_code.Z3_OK)
2272  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2273  return res;
2274  }
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 native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkQuantifierConstEx()

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

Referenced by Quantifier.of().

2277  {
2278  long res = INTERNALmkQuantifierConstEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
2280  if (err != Z3_error_code.Z3_OK)
2281  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2282  return res;
2283  }
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 INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkQuantifierEx()

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

Referenced by Quantifier.of().

2241  {
2242  long res = INTERNALmkQuantifierEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
2244  if (err != Z3_error_code.Z3_OK)
2245  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2246  return res;
2247  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
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)

§ mkReal()

static long mkReal ( long  a0,
int  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 1907 of file Native.java.

Referenced by Context.mkReal().

1908  {
1909  long res = INTERNALmkReal(a0, a1, a2);
1911  if (err != Z3_error_code.Z3_OK)
1912  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1913  return res;
1914  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReal(long a0, int a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkReal2int()

static long mkReal2int ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1295 of file Native.java.

Referenced by Context.mkReal2Int().

1296  {
1297  long res = INTERNALmkReal2int(a0, a1);
1299  if (err != Z3_error_code.Z3_OK)
1300  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1301  return res;
1302  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReal2int(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkRealSort()

static long mkRealSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 912 of file Native.java.

913  {
914  long res = INTERNALmkRealSort(a0);
916  if (err != Z3_error_code.Z3_OK)
917  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
918  return res;
919  }
static native long INTERNALmkRealSort(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkReConcat()

static long mkReConcat ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2186 of file Native.java.

Referenced by Context.MkConcat().

2187  {
2188  long res = INTERNALmkReConcat(a0, a1, a2);
2190  if (err != Z3_error_code.Z3_OK)
2191  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2192  return res;
2193  }
static native long INTERNALmkReConcat(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkRem()

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

Definition at line 1232 of file Native.java.

Referenced by Context.mkRem().

1233  {
1234  long res = INTERNALmkRem(a0, a1, a2);
1236  if (err != Z3_error_code.Z3_OK)
1237  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1238  return res;
1239  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRem(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkReOption()

static long mkReOption ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2168 of file Native.java.

Referenced by Context.MOption().

2169  {
2170  long res = INTERNALmkReOption(a0, a1);
2172  if (err != Z3_error_code.Z3_OK)
2173  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2174  return res;
2175  }
static native long INTERNALmkReOption(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkRepeat()

static long mkRepeat ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1583 of file Native.java.

Referenced by Context.mkRepeat().

1584  {
1585  long res = INTERNALmkRepeat(a0, a1, a2);
1587  if (err != Z3_error_code.Z3_OK)
1588  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1589  return res;
1590  }
static native long INTERNALmkRepeat(long a0, int a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkRePlus()

static long mkRePlus ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2150 of file Native.java.

Referenced by Context.MPlus().

2151  {
2152  long res = INTERNALmkRePlus(a0, a1);
2154  if (err != Z3_error_code.Z3_OK)
2155  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2156  return res;
2157  }
static native long INTERNALmkRePlus(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkReSort()

static long mkReSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1970 of file Native.java.

Referenced by Context.mkReSort().

1971  {
1972  long res = INTERNALmkReSort(a0, a1);
1974  if (err != Z3_error_code.Z3_OK)
1975  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1976  return res;
1977  }
static native long INTERNALmkReSort(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkReStar()

static long mkReStar ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2159 of file Native.java.

Referenced by Context.MkStar().

2160  {
2161  long res = INTERNALmkReStar(a0, a1);
2163  if (err != Z3_error_code.Z3_OK)
2164  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2165  return res;
2166  }
static native long INTERNALmkReStar(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkReUnion()

static long mkReUnion ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2177 of file Native.java.

Referenced by Context.MkUnion().

2178  {
2179  long res = INTERNALmkReUnion(a0, a1, a2);
2181  if (err != Z3_error_code.Z3_OK)
2182  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2183  return res;
2184  }
static native long INTERNALmkReUnion(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkRotateLeft()

static long mkRotateLeft ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1619 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1620  {
1621  long res = INTERNALmkRotateLeft(a0, a1, a2);
1623  if (err != Z3_error_code.Z3_OK)
1624  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1625  return res;
1626  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRotateLeft(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkRotateRight()

static long mkRotateRight ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1628 of file Native.java.

Referenced by Context.mkBVRotateRight().

1629  {
1630  long res = INTERNALmkRotateRight(a0, a1, a2);
1632  if (err != Z3_error_code.Z3_OK)
1633  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1634  return res;
1635  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRotateRight(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSelect()

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

Definition at line 1745 of file Native.java.

Referenced by Context.mkSelect().

1746  {
1747  long res = INTERNALmkSelect(a0, a1, a2);
1749  if (err != Z3_error_code.Z3_OK)
1750  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1751  return res;
1752  }
static native long INTERNALmkSelect(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqAt()

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

Definition at line 2105 of file Native.java.

Referenced by Context.MkAt().

2106  {
2107  long res = INTERNALmkSeqAt(a0, a1, a2);
2109  if (err != Z3_error_code.Z3_OK)
2110  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2111  return res;
2112  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqAt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqConcat()

static long mkSeqConcat ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2051 of file Native.java.

Referenced by Context.MkConcat().

2052  {
2053  long res = INTERNALmkSeqConcat(a0, a1, a2);
2055  if (err != Z3_error_code.Z3_OK)
2056  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2057  return res;
2058  }
static native long INTERNALmkSeqConcat(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqContains()

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

Definition at line 2078 of file Native.java.

Referenced by Context.MkContains().

2079  {
2080  long res = INTERNALmkSeqContains(a0, a1, a2);
2082  if (err != Z3_error_code.Z3_OK)
2083  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2084  return res;
2085  }
static native long INTERNALmkSeqContains(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqEmpty()

static long mkSeqEmpty ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2033 of file Native.java.

Referenced by Context.MkEmptySeq().

2034  {
2035  long res = INTERNALmkSeqEmpty(a0, a1);
2037  if (err != Z3_error_code.Z3_OK)
2038  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2039  return res;
2040  }
static native long INTERNALmkSeqEmpty(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqExtract()

static long mkSeqExtract ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2087 of file Native.java.

Referenced by Context.MkExtract().

2088  {
2089  long res = INTERNALmkSeqExtract(a0, a1, a2, a3);
2091  if (err != Z3_error_code.Z3_OK)
2092  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2093  return res;
2094  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkSeqExtract(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)

§ mkSeqIndex()

static long mkSeqIndex ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2123 of file Native.java.

Referenced by Context.MkIndexOf().

2124  {
2125  long res = INTERNALmkSeqIndex(a0, a1, a2, a3);
2127  if (err != Z3_error_code.Z3_OK)
2128  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2129  return res;
2130  }
static native long INTERNALmkSeqIndex(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqInRe()

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

Definition at line 2141 of file Native.java.

Referenced by Context.MkInRe().

2142  {
2143  long res = INTERNALmkSeqInRe(a0, a1, a2);
2145  if (err != Z3_error_code.Z3_OK)
2146  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2147  return res;
2148  }
static native long INTERNALmkSeqInRe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqLength()

static long mkSeqLength ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2114 of file Native.java.

Referenced by Context.MkLength().

2115  {
2116  long res = INTERNALmkSeqLength(a0, a1);
2118  if (err != Z3_error_code.Z3_OK)
2119  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2120  return res;
2121  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqLength(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqPrefix()

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

Definition at line 2060 of file Native.java.

Referenced by Context.MkPrefixOf().

2061  {
2062  long res = INTERNALmkSeqPrefix(a0, a1, a2);
2064  if (err != Z3_error_code.Z3_OK)
2065  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2066  return res;
2067  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkSeqPrefix(long a0, long a1, long a2)

§ mkSeqReplace()

static long mkSeqReplace ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2096 of file Native.java.

Referenced by Context.MkReplace().

2097  {
2098  long res = INTERNALmkSeqReplace(a0, a1, a2, a3);
2100  if (err != Z3_error_code.Z3_OK)
2101  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2102  return res;
2103  }
static native long INTERNALmkSeqReplace(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqSort()

static long mkSeqSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1952 of file Native.java.

Referenced by Context.mkSeqSort().

1953  {
1954  long res = INTERNALmkSeqSort(a0, a1);
1956  if (err != Z3_error_code.Z3_OK)
1957  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1958  return res;
1959  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqSort(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqSuffix()

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

Definition at line 2069 of file Native.java.

Referenced by Context.MkSuffixOf().

2070  {
2071  long res = INTERNALmkSeqSuffix(a0, a1, a2);
2073  if (err != Z3_error_code.Z3_OK)
2074  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2075  return res;
2076  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqSuffix(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqToRe()

static long mkSeqToRe ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2132 of file Native.java.

Referenced by Context.MkToRe().

2133  {
2134  long res = INTERNALmkSeqToRe(a0, a1);
2136  if (err != Z3_error_code.Z3_OK)
2137  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2138  return res;
2139  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqToRe(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSeqUnit()

static long mkSeqUnit ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2042 of file Native.java.

Referenced by Context.MkUnit().

2043  {
2044  long res = INTERNALmkSeqUnit(a0, a1);
2046  if (err != Z3_error_code.Z3_OK)
2047  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2048  return res;
2049  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqUnit(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSetAdd()

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

Definition at line 1817 of file Native.java.

Referenced by Context.mkSetAdd().

1818  {
1819  long res = INTERNALmkSetAdd(a0, a1, a2);
1821  if (err != Z3_error_code.Z3_OK)
1822  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1823  return res;
1824  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetAdd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSetComplement()

static long mkSetComplement ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1862 of file Native.java.

Referenced by Context.mkSetComplement().

1863  {
1864  long res = INTERNALmkSetComplement(a0, a1);
1866  if (err != Z3_error_code.Z3_OK)
1867  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1868  return res;
1869  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetComplement(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSetDel()

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

Definition at line 1826 of file Native.java.

Referenced by Context.mkSetDel().

1827  {
1828  long res = INTERNALmkSetDel(a0, a1, a2);
1830  if (err != Z3_error_code.Z3_OK)
1831  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1832  return res;
1833  }
static native long INTERNALmkSetDel(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSetDifference()

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

Definition at line 1853 of file Native.java.

Referenced by Context.mkSetDifference().

1854  {
1855  long res = INTERNALmkSetDifference(a0, a1, a2);
1857  if (err != Z3_error_code.Z3_OK)
1858  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1859  return res;
1860  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetDifference(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSetIntersect()

static long mkSetIntersect ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1844 of file Native.java.

Referenced by Context.mkSetIntersection().

1845  {
1846  long res = INTERNALmkSetIntersect(a0, a1, a2);
1848  if (err != Z3_error_code.Z3_OK)
1849  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1850  return res;
1851  }
static native long INTERNALmkSetIntersect(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSetMember()

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

Definition at line 1871 of file Native.java.

Referenced by Context.mkSetMembership().

1872  {
1873  long res = INTERNALmkSetMember(a0, a1, a2);
1875  if (err != Z3_error_code.Z3_OK)
1876  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1877  return res;
1878  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetMember(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSetSort()

static long mkSetSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1790 of file Native.java.

1791  {
1792  long res = INTERNALmkSetSort(a0, a1);
1794  if (err != Z3_error_code.Z3_OK)
1795  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1796  return res;
1797  }
static native long INTERNALmkSetSort(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSetSubset()

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

Definition at line 1880 of file Native.java.

Referenced by Context.mkSetSubset().

1881  {
1882  long res = INTERNALmkSetSubset(a0, a1, a2);
1884  if (err != Z3_error_code.Z3_OK)
1885  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1886  return res;
1887  }
static native long INTERNALmkSetSubset(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSetUnion()

static long mkSetUnion ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1835 of file Native.java.

Referenced by Context.mkSetUnion().

1836  {
1837  long res = INTERNALmkSetUnion(a0, a1, a2);
1839  if (err != Z3_error_code.Z3_OK)
1840  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1841  return res;
1842  }
static native long INTERNALmkSetUnion(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSignExt()

static long mkSignExt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1565 of file Native.java.

Referenced by Context.mkSignExt().

1566  {
1567  long res = INTERNALmkSignExt(a0, a1, a2);
1569  if (err != Z3_error_code.Z3_OK)
1570  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1571  return res;
1572  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSignExt(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSimpleSolver()

static long mkSimpleSolver ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4141 of file Native.java.

Referenced by Context.mkSimpleSolver().

4142  {
4143  long res = INTERNALmkSimpleSolver(a0);
4145  if (err != Z3_error_code.Z3_OK)
4146  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4147  return res;
4148  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSimpleSolver(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSolver()

static long mkSolver ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4132 of file Native.java.

Referenced by Context.mkSolver().

4133  {
4134  long res = INTERNALmkSolver(a0);
4136  if (err != Z3_error_code.Z3_OK)
4137  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4138  return res;
4139  }
static native long INTERNALmkSolver(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSolverForLogic()

static long mkSolverForLogic ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4150 of file Native.java.

Referenced by Context.mkSolver().

4151  {
4152  long res = INTERNALmkSolverForLogic(a0, a1);
4154  if (err != Z3_error_code.Z3_OK)
4155  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4156  return res;
4157  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSolverForLogic(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSolverFromTactic()

static long mkSolverFromTactic ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4159 of file Native.java.

Referenced by Context.mkSolver().

4160  {
4161  long res = INTERNALmkSolverFromTactic(a0, a1);
4163  if (err != Z3_error_code.Z3_OK)
4164  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4165  return res;
4166  }
static native long INTERNALmkSolverFromTactic(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkStore()

static long mkStore ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1754 of file Native.java.

Referenced by Context.mkStore().

1755  {
1756  long res = INTERNALmkStore(a0, a1, a2, a3);
1758  if (err != Z3_error_code.Z3_OK)
1759  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1760  return res;
1761  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkStore(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkString()

static long mkString ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 2006 of file Native.java.

Referenced by Context.MkString().

2007  {
2008  long res = INTERNALmkString(a0, a1);
2010  if (err != Z3_error_code.Z3_OK)
2011  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2012  return res;
2013  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkString(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkStringSort()

static long mkStringSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 1988 of file Native.java.

Referenced by Context.mkStringSort().

1989  {
1990  long res = INTERNALmkStringSort(a0);
1992  if (err != Z3_error_code.Z3_OK)
1993  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1994  return res;
1995  }
static native long INTERNALmkStringSort(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkStringSymbol()

static long mkStringSymbol ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 876 of file Native.java.

Referenced by StringSymbol.getString().

877  {
878  long res = INTERNALmkStringSymbol(a0, a1);
880  if (err != Z3_error_code.Z3_OK)
881  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
882  return res;
883  }
static native long INTERNALmkStringSymbol(long a0, String a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkSub()

static long mkSub ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1196 of file Native.java.

Referenced by Context.mkSub().

1197  {
1198  long res = INTERNALmkSub(a0, a1, a2);
1200  if (err != Z3_error_code.Z3_OK)
1201  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1202  return res;
1203  }
static native long INTERNALmkSub(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkTactic()

static long mkTactic ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 3733 of file Native.java.

Referenced by Tactic.getSolver().

3734  {
3735  long res = INTERNALmkTactic(a0, a1);
3737  if (err != Z3_error_code.Z3_OK)
3738  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3739  return res;
3740  }
static native long INTERNALmkTactic(long a0, String a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkTrue()

static long mkTrue ( long  a0) throws Z3Exception
inlinestatic

Definition at line 1079 of file Native.java.

Referenced by Context.mkTrue().

1080  {
1081  long res = INTERNALmkTrue(a0);
1083  if (err != Z3_error_code.Z3_OK)
1084  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1085  return res;
1086  }
static native long INTERNALmkTrue(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkTupleSort()

static long mkTupleSort ( long  a0,
long  a1,
int  a2,
long []  a3,
long []  a4,
LongPtr  a5,
long []  a6 
) throws Z3Exception
inlinestatic

Definition at line 948 of file Native.java.

Referenced by TupleSort.getFieldDecls().

949  {
950  long res = INTERNALmkTupleSort(a0, a1, a2, a3, a4, a5, a6);
952  if (err != Z3_error_code.Z3_OK)
953  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
954  return res;
955  }
static native long INTERNALmkTupleSort(long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkUnaryMinus()

static long mkUnaryMinus ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1205 of file Native.java.

Referenced by Context.mkUnaryMinus().

1206  {
1207  long res = INTERNALmkUnaryMinus(a0, a1);
1209  if (err != Z3_error_code.Z3_OK)
1210  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1211  return res;
1212  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnaryMinus(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkUninterpretedSort()

static long mkUninterpretedSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 885 of file Native.java.

886  {
887  long res = INTERNALmkUninterpretedSort(a0, a1);
889  if (err != Z3_error_code.Z3_OK)
890  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
891  return res;
892  }
static native long INTERNALmkUninterpretedSort(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkUnsignedInt()

static long mkUnsignedInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1925 of file Native.java.

1926  {
1927  long res = INTERNALmkUnsignedInt(a0, a1, a2);
1929  if (err != Z3_error_code.Z3_OK)
1930  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1931  return res;
1932  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnsignedInt(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkUnsignedInt64()

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

Definition at line 1943 of file Native.java.

1944  {
1945  long res = INTERNALmkUnsignedInt64(a0, a1, a2);
1947  if (err != Z3_error_code.Z3_OK)
1948  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1949  return res;
1950  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkUnsignedInt64(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

§ mkXor()

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

Definition at line 1151 of file Native.java.

Referenced by Context.mkXor().

1152  {
1153  long res = INTERNALmkXor(a0, a1, a2);
1155  if (err != Z3_error_code.Z3_OK)
1156  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1157  return res;
1158  }
static native long INTERNALmkXor(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkZeroExt()

static long mkZeroExt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1574 of file Native.java.

Referenced by Context.mkZeroExt().

1575  {
1576  long res = INTERNALmkZeroExt(a0, a1, a2);
1578  if (err != Z3_error_code.Z3_OK)
1579  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1580  return res;
1581  }
static native long INTERNALmkZeroExt(long a0, int a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelDecRef()

static void modelDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3130 of file Native.java.

3131  {
3132  INTERNALmodelDecRef(a0, a1);
3134  if (err != Z3_error_code.Z3_OK)
3135  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3136  }
static native void INTERNALmodelDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelEval()

static boolean modelEval ( long  a0,
long  a1,
long  a2,
boolean  a3,
LongPtr  a4 
) throws Z3Exception
inlinestatic

Definition at line 3138 of file Native.java.

Referenced by Model.eval().

3139  {
3140  boolean res = INTERNALmodelEval(a0, a1, a2, a3, a4);
3142  if (err != Z3_error_code.Z3_OK)
3143  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3144  return res;
3145  }
static native boolean INTERNALmodelEval(long a0, long a1, long a2, boolean a3, LongPtr a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelGetConstDecl()

static long modelGetConstDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3183 of file Native.java.

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

3184  {
3185  long res = INTERNALmodelGetConstDecl(a0, a1, a2);
3187  if (err != Z3_error_code.Z3_OK)
3188  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3189  return res;
3190  }
static native long INTERNALmodelGetConstDecl(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelGetConstInterp()

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

Definition at line 3147 of file Native.java.

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

3148  {
3149  long res = INTERNALmodelGetConstInterp(a0, a1, a2);
3151  if (err != Z3_error_code.Z3_OK)
3152  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3153  return res;
3154  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetConstInterp(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelGetFuncDecl()

static long modelGetFuncDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3201 of file Native.java.

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

3202  {
3203  long res = INTERNALmodelGetFuncDecl(a0, a1, a2);
3205  if (err != Z3_error_code.Z3_OK)
3206  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3207  return res;
3208  }
static native long INTERNALmodelGetFuncDecl(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelGetFuncInterp()

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

Definition at line 3165 of file Native.java.

Referenced by Model.getFuncInterp().

3166  {
3167  long res = INTERNALmodelGetFuncInterp(a0, a1, a2);
3169  if (err != Z3_error_code.Z3_OK)
3170  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3171  return res;
3172  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetFuncInterp(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelGetNumConsts()

static int modelGetNumConsts ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3174 of file Native.java.

Referenced by Model.getNumConsts().

3175  {
3176  int res = INTERNALmodelGetNumConsts(a0, a1);
3178  if (err != Z3_error_code.Z3_OK)
3179  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3180  return res;
3181  }
static native int INTERNALmodelGetNumConsts(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelGetNumFuncs()

static int modelGetNumFuncs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3192 of file Native.java.

Referenced by Model.getNumFuncs().

3193  {
3194  int res = INTERNALmodelGetNumFuncs(a0, a1);
3196  if (err != Z3_error_code.Z3_OK)
3197  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3198  return res;
3199  }
static native int INTERNALmodelGetNumFuncs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelGetNumSorts()

static int modelGetNumSorts ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3210 of file Native.java.

Referenced by Model.getNumSorts().

3211  {
3212  int res = INTERNALmodelGetNumSorts(a0, a1);
3214  if (err != Z3_error_code.Z3_OK)
3215  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3216  return res;
3217  }
static native int INTERNALmodelGetNumSorts(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelGetSort()

static long modelGetSort ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3219 of file Native.java.

Referenced by Model.getSorts().

3220  {
3221  long res = INTERNALmodelGetSort(a0, a1, a2);
3223  if (err != Z3_error_code.Z3_OK)
3224  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3225  return res;
3226  }
static native long INTERNALmodelGetSort(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelGetSortUniverse()

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

Definition at line 3228 of file Native.java.

Referenced by Model.getSortUniverse().

3229  {
3230  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
3232  if (err != Z3_error_code.Z3_OK)
3233  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3234  return res;
3235  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetSortUniverse(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelHasInterp()

static boolean modelHasInterp ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3156 of file Native.java.

3157  {
3158  boolean res = INTERNALmodelHasInterp(a0, a1, a2);
3160  if (err != Z3_error_code.Z3_OK)
3161  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3162  return res;
3163  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALmodelHasInterp(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelIncRef()

static void modelIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3122 of file Native.java.

Referenced by Model.toString().

3123  {
3124  INTERNALmodelIncRef(a0, a1);
3126  if (err != Z3_error_code.Z3_OK)
3127  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3128  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALmodelIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ modelToString()

static String modelToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3415 of file Native.java.

Referenced by Model.toString().

3416  {
3417  String res = INTERNALmodelToString(a0, a1);
3419  if (err != Z3_error_code.Z3_OK)
3420  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3421  return res;
3422  }
static native String INTERNALmodelToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ openLog()

static int openLog ( String  a0)
inlinestatic

Definition at line 3350 of file Native.java.

Referenced by Log.open().

3351  {
3352  int res = INTERNALopenLog(a0);
3353  return res;
3354  }
static native int INTERNALopenLog(String a0)

§ optimizeAssert()

static void optimizeAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5272 of file Native.java.

Referenced by Optimize.Assert().

5273  {
5274  INTERNALoptimizeAssert(a0, a1, a2);
5276  if (err != Z3_error_code.Z3_OK)
5277  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5278  }
static native void INTERNALoptimizeAssert(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeAssertSoft()

static int optimizeAssertSoft ( long  a0,
long  a1,
long  a2,
String  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5280 of file Native.java.

Referenced by Optimize.AssertSoft().

5281  {
5282  int res = INTERNALoptimizeAssertSoft(a0, a1, a2, a3, a4);
5284  if (err != Z3_error_code.Z3_OK)
5285  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5286  return res;
5287  }
static native int INTERNALoptimizeAssertSoft(long a0, long a1, long a2, String a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeCheck()

static int optimizeCheck ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5323 of file Native.java.

Referenced by Optimize.Check().

5324  {
5325  int res = INTERNALoptimizeCheck(a0, a1);
5327  if (err != Z3_error_code.Z3_OK)
5328  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5329  return res;
5330  }
static native int INTERNALoptimizeCheck(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeDecRef()

static void optimizeDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5264 of file Native.java.

5265  {
5266  INTERNALoptimizeDecRef(a0, a1);
5268  if (err != Z3_error_code.Z3_OK)
5269  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5270  }
static native void INTERNALoptimizeDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeFromFile()

static void optimizeFromFile ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 5402 of file Native.java.

5403  {
5404  INTERNALoptimizeFromFile(a0, a1, a2);
5406  if (err != Z3_error_code.Z3_OK)
5407  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5408  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALoptimizeFromFile(long a0, long a1, String a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeFromString()

static void optimizeFromString ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 5394 of file Native.java.

5395  {
5396  INTERNALoptimizeFromString(a0, a1, a2);
5398  if (err != Z3_error_code.Z3_OK)
5399  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5400  }
static native void INTERNALoptimizeFromString(long a0, long a1, String a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeGetAssertions()

static long optimizeGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5428 of file Native.java.

5429  {
5430  long res = INTERNALoptimizeGetAssertions(a0, a1);
5432  if (err != Z3_error_code.Z3_OK)
5433  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5434  return res;
5435  }
static native long INTERNALoptimizeGetAssertions(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeGetHelp()

static String optimizeGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5410 of file Native.java.

Referenced by Optimize.getHelp().

5411  {
5412  String res = INTERNALoptimizeGetHelp(a0, a1);
5414  if (err != Z3_error_code.Z3_OK)
5415  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5416  return res;
5417  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALoptimizeGetHelp(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ optimizeGetLower()

static long optimizeGetLower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5367 of file Native.java.

Referenced by Optimize.MkMinimize().

5368  {
5369  long res = INTERNALoptimizeGetLower(a0, a1, a2);
5371  if (err != Z3_error_code.Z3_OK)
5372  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5373  return res;
5374  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetLower(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeGetModel()

static long optimizeGetModel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5341 of file Native.java.

Referenced by Optimize.getModel().

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

§ optimizeGetObjectives()

static long optimizeGetObjectives ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5437 of file Native.java.

5438  {
5439  long res = INTERNALoptimizeGetObjectives(a0, a1);
5441  if (err != Z3_error_code.Z3_OK)
5442  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5443  return res;
5444  }
static native long INTERNALoptimizeGetObjectives(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeGetParamDescrs()

static long optimizeGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5358 of file Native.java.

Referenced by Optimize.getParameterDescriptions().

5359  {
5360  long res = INTERNALoptimizeGetParamDescrs(a0, a1);
5362  if (err != Z3_error_code.Z3_OK)
5363  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5364  return res;
5365  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetParamDescrs(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeGetReasonUnknown()

static String optimizeGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5332 of file Native.java.

Referenced by Optimize.getReasonUnknown().

5333  {
5336  if (err != Z3_error_code.Z3_OK)
5337  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5338  return res;
5339  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALoptimizeGetReasonUnknown(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ optimizeGetStatistics()

static long optimizeGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5419 of file Native.java.

Referenced by Optimize.getStatistics().

5420  {
5421  long res = INTERNALoptimizeGetStatistics(a0, a1);
5423  if (err != Z3_error_code.Z3_OK)
5424  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5425  return res;
5426  }
static native long INTERNALoptimizeGetStatistics(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeGetUpper()

static long optimizeGetUpper ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5376 of file Native.java.

Referenced by Optimize.MkMinimize().

5377  {
5378  long res = INTERNALoptimizeGetUpper(a0, a1, a2);
5380  if (err != Z3_error_code.Z3_OK)
5381  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5382  return res;
5383  }
static native long INTERNALoptimizeGetUpper(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeIncRef()

static void optimizeIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5256 of file Native.java.

Referenced by Optimize.getStatistics().

5257  {
5258  INTERNALoptimizeIncRef(a0, a1);
5260  if (err != Z3_error_code.Z3_OK)
5261  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5262  }
static native void INTERNALoptimizeIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeMaximize()

static int optimizeMaximize ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5289 of file Native.java.

Referenced by Optimize.MkMaximize().

5290  {
5291  int res = INTERNALoptimizeMaximize(a0, a1, a2);
5293  if (err != Z3_error_code.Z3_OK)
5294  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5295  return res;
5296  }
static native int INTERNALoptimizeMaximize(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeMinimize()

static int optimizeMinimize ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5298 of file Native.java.

Referenced by Optimize.MkMinimize().

5299  {
5300  int res = INTERNALoptimizeMinimize(a0, a1, a2);
5302  if (err != Z3_error_code.Z3_OK)
5303  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5304  return res;
5305  }
static native int INTERNALoptimizeMinimize(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizePop()

static void optimizePop ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5315 of file Native.java.

Referenced by Optimize.Pop().

5316  {
5317  INTERNALoptimizePop(a0, a1);
5319  if (err != Z3_error_code.Z3_OK)
5320  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5321  }
static native void INTERNALoptimizePop(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizePush()

static void optimizePush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5307 of file Native.java.

Referenced by Optimize.Push().

5308  {
5309  INTERNALoptimizePush(a0, a1);
5311  if (err != Z3_error_code.Z3_OK)
5312  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5313  }
static native void INTERNALoptimizePush(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeSetParams()

static void optimizeSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5350 of file Native.java.

Referenced by Optimize.setParameters().

5351  {
5352  INTERNALoptimizeSetParams(a0, a1, a2);
5354  if (err != Z3_error_code.Z3_OK)
5355  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5356  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALoptimizeSetParams(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ optimizeToString()

static String optimizeToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5385 of file Native.java.

Referenced by Optimize.toString().

5386  {
5387  String res = INTERNALoptimizeToString(a0, a1);
5389  if (err != Z3_error_code.Z3_OK)
5390  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5391  return res;
5392  }
static native String INTERNALoptimizeToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ paramDescrsDecRef()

static void paramDescrsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 814 of file Native.java.

815  {
818  if (err != Z3_error_code.Z3_OK)
819  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
820  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALparamDescrsDecRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramDescrsGetDocumentation()

static String paramDescrsGetDocumentation ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 849 of file Native.java.

Referenced by ParamDescrs.getDocumentation().

850  {
853  if (err != Z3_error_code.Z3_OK)
854  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
855  return res;
856  }
static native String INTERNALparamDescrsGetDocumentation(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ paramDescrsGetKind()

static int paramDescrsGetKind ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 822 of file Native.java.

Referenced by ParamDescrs.getKind().

823  {
824  int res = INTERNALparamDescrsGetKind(a0, a1, a2);
826  if (err != Z3_error_code.Z3_OK)
827  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
828  return res;
829  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALparamDescrsGetKind(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramDescrsGetName()

static long paramDescrsGetName ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 840 of file Native.java.

Referenced by ParamDescrs.getNames().

841  {
842  long res = INTERNALparamDescrsGetName(a0, a1, a2);
844  if (err != Z3_error_code.Z3_OK)
845  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
846  return res;
847  }
static native long INTERNALparamDescrsGetName(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramDescrsIncRef()

static void paramDescrsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 806 of file Native.java.

Referenced by ParamDescrs.toString().

807  {
810  if (err != Z3_error_code.Z3_OK)
811  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
812  }
static native void INTERNALparamDescrsIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramDescrsSize()

static int paramDescrsSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 831 of file Native.java.

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

832  {
833  int res = INTERNALparamDescrsSize(a0, a1);
835  if (err != Z3_error_code.Z3_OK)
836  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
837  return res;
838  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALparamDescrsSize(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramDescrsToString()

static String paramDescrsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 858 of file Native.java.

Referenced by ParamDescrs.toString().

859  {
860  String res = INTERNALparamDescrsToString(a0, a1);
862  if (err != Z3_error_code.Z3_OK)
863  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
864  return res;
865  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALparamDescrsToString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ paramsDecRef()

static void paramsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 749 of file Native.java.

750  {
751  INTERNALparamsDecRef(a0, a1);
753  if (err != Z3_error_code.Z3_OK)
754  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
755  }
static native void INTERNALparamsDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramsIncRef()

static void paramsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 741 of file Native.java.

Referenced by Params.toString().

742  {
743  INTERNALparamsIncRef(a0, a1);
745  if (err != Z3_error_code.Z3_OK)
746  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
747  }
static native void INTERNALparamsIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramsSetBool()

static void paramsSetBool ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 757 of file Native.java.

Referenced by Params.add().

758  {
759  INTERNALparamsSetBool(a0, a1, a2, a3);
761  if (err != Z3_error_code.Z3_OK)
762  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
763  }
static native void INTERNALparamsSetBool(long a0, long a1, long a2, boolean a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramsSetDouble()

static void paramsSetDouble ( long  a0,
long  a1,
long  a2,
double  a3 
) throws Z3Exception
inlinestatic

Definition at line 773 of file Native.java.

Referenced by Params.add().

774  {
775  INTERNALparamsSetDouble(a0, a1, a2, a3);
777  if (err != Z3_error_code.Z3_OK)
778  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
779  }
static native void INTERNALparamsSetDouble(long a0, long a1, long a2, double a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramsSetSymbol()

static void paramsSetSymbol ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 781 of file Native.java.

Referenced by Params.add().

782  {
783  INTERNALparamsSetSymbol(a0, a1, a2, a3);
785  if (err != Z3_error_code.Z3_OK)
786  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
787  }
static native void INTERNALparamsSetSymbol(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramsSetUint()

static void paramsSetUint ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 765 of file Native.java.

Referenced by Params.add().

766  {
767  INTERNALparamsSetUint(a0, a1, a2, a3);
769  if (err != Z3_error_code.Z3_OK)
770  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
771  }
static native void INTERNALparamsSetUint(long a0, long a1, long a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ paramsToString()

static String paramsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 789 of file Native.java.

Referenced by Params.toString().

790  {
791  String res = INTERNALparamsToString(a0, a1);
793  if (err != Z3_error_code.Z3_OK)
794  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
795  return res;
796  }
static native String INTERNALparamsToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ paramsValidate()

static void paramsValidate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 798 of file Native.java.

Referenced by ParamDescrs.validate().

799  {
800  INTERNALparamsValidate(a0, a1, a2);
802  if (err != Z3_error_code.Z3_OK)
803  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
804  }
static native void INTERNALparamsValidate(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ parseSmtlib2File()

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

Referenced by Context.parseSMTLIB2File().

3443  {
3444  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3446  if (err != Z3_error_code.Z3_OK)
3447  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3448  return res;
3449  }
static native long INTERNALparseSmtlib2File(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ parseSmtlib2String()

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

Referenced by Context.parseSMTLIB2String().

3434  {
3435  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3437  if (err != Z3_error_code.Z3_OK)
3438  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3439  return res;
3440  }
static native long INTERNALparseSmtlib2String(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ parseSmtlibFile()

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

Referenced by Context.parseSMTLIBFile().

3460  {
3461  INTERNALparseSmtlibFile(a0, a1, a2, a3, a4, a5, a6, a7);
3463  if (err != Z3_error_code.Z3_OK)
3464  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3465  }
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 native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ parseSmtlibString()

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

Referenced by Context.parseSMTLIBString().

3452  {
3453  INTERNALparseSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3455  if (err != Z3_error_code.Z3_OK)
3456  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3457  }
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 native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ patternToAst()

static long patternToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2924 of file Native.java.

2925  {
2926  long res = INTERNALpatternToAst(a0, a1);
2928  if (err != Z3_error_code.Z3_OK)
2929  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2930  return res;
2931  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALpatternToAst(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ patternToString()

static String patternToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3388 of file Native.java.

Referenced by Pattern.toString().

3389  {
3390  String res = INTERNALpatternToString(a0, a1);
3392  if (err != Z3_error_code.Z3_OK)
3393  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3394  return res;
3395  }
static native String INTERNALpatternToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ polynomialSubresultants()

static long polynomialSubresultants ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4802 of file Native.java.

4803  {
4804  long res = INTERNALpolynomialSubresultants(a0, a1, a2, a3);
4806  if (err != Z3_error_code.Z3_OK)
4807  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4808  return res;
4809  }
static native long INTERNALpolynomialSubresultants(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeAnd()

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

Definition at line 3954 of file Native.java.

Referenced by Context.and().

3955  {
3956  long res = INTERNALprobeAnd(a0, a1, a2);
3958  if (err != Z3_error_code.Z3_OK)
3959  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3960  return res;
3961  }
static native long INTERNALprobeAnd(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeApply()

static double probeApply ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4053 of file Native.java.

Referenced by Probe.apply().

4054  {
4055  double res = INTERNALprobeApply(a0, a1, a2);
4057  if (err != Z3_error_code.Z3_OK)
4058  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4059  return res;
4060  }
static native double INTERNALprobeApply(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeConst()

static long probeConst ( long  a0,
double  a1 
) throws Z3Exception
inlinestatic

Definition at line 3900 of file Native.java.

Referenced by Context.constProbe().

3901  {
3902  long res = INTERNALprobeConst(a0, a1);
3904  if (err != Z3_error_code.Z3_OK)
3905  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3906  return res;
3907  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALprobeConst(long a0, double a1)
static final Z3_error_code fromInt(int v)

§ probeDecRef()

static void probeDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3775 of file Native.java.

3776  {
3777  INTERNALprobeDecRef(a0, a1);
3779  if (err != Z3_error_code.Z3_OK)
3780  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3781  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALprobeDecRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeEq()

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

Definition at line 3945 of file Native.java.

Referenced by Context.eq().

3946  {
3947  long res = INTERNALprobeEq(a0, a1, a2);
3949  if (err != Z3_error_code.Z3_OK)
3950  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3951  return res;
3952  }
static native long INTERNALprobeEq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeGe()

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

Definition at line 3936 of file Native.java.

Referenced by Context.ge().

3937  {
3938  long res = INTERNALprobeGe(a0, a1, a2);
3940  if (err != Z3_error_code.Z3_OK)
3941  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3942  return res;
3943  }
static native long INTERNALprobeGe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeGetDescr()

static String probeGetDescr ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4044 of file Native.java.

Referenced by Context.getProbeDescription().

4045  {
4046  String res = INTERNALprobeGetDescr(a0, a1);
4048  if (err != Z3_error_code.Z3_OK)
4049  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4050  return res;
4051  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALprobeGetDescr(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ probeGt()

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

Definition at line 3918 of file Native.java.

Referenced by Context.gt().

3919  {
3920  long res = INTERNALprobeGt(a0, a1, a2);
3922  if (err != Z3_error_code.Z3_OK)
3923  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3924  return res;
3925  }
static native long INTERNALprobeGt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeIncRef()

static void probeIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3767 of file Native.java.

Referenced by Probe.apply().

3768  {
3769  INTERNALprobeIncRef(a0, a1);
3771  if (err != Z3_error_code.Z3_OK)
3772  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3773  }
static native void INTERNALprobeIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeLe()

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

Definition at line 3927 of file Native.java.

Referenced by Context.le().

3928  {
3929  long res = INTERNALprobeLe(a0, a1, a2);
3931  if (err != Z3_error_code.Z3_OK)
3932  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3933  return res;
3934  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALprobeLe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeLt()

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

Definition at line 3909 of file Native.java.

Referenced by Context.lt().

3910  {
3911  long res = INTERNALprobeLt(a0, a1, a2);
3913  if (err != Z3_error_code.Z3_OK)
3914  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3915  return res;
3916  }
static native long INTERNALprobeLt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeNot()

static long probeNot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3972 of file Native.java.

Referenced by Context.not().

3973  {
3974  long res = INTERNALprobeNot(a0, a1);
3976  if (err != Z3_error_code.Z3_OK)
3977  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3978  return res;
3979  }
static native long INTERNALprobeNot(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ probeOr()

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

Definition at line 3963 of file Native.java.

Referenced by Context.or().

3964  {
3965  long res = INTERNALprobeOr(a0, a1, a2);
3967  if (err != Z3_error_code.Z3_OK)
3968  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3969  return res;
3970  }
static native long INTERNALprobeOr(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ queryConstructor()

static void queryConstructor ( long  a0,
long  a1,
int  a2,
LongPtr  a3,
LongPtr  a4,
long []  a5 
) throws Z3Exception
inlinestatic

Definition at line 1026 of file Native.java.

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

1027  {
1028  INTERNALqueryConstructor(a0, a1, a2, a3, a4, a5);
1030  if (err != Z3_error_code.Z3_OK)
1031  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1032  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALqueryConstructor(long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5)
static final Z3_error_code fromInt(int v)

§ rcfAdd()

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

Definition at line 4873 of file Native.java.

4874  {
4875  long res = INTERNALrcfAdd(a0, a1, a2);
4877  if (err != Z3_error_code.Z3_OK)
4878  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4879  return res;
4880  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfAdd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ rcfDel()

static void rcfDel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4811 of file Native.java.

4812  {
4813  INTERNALrcfDel(a0, a1);
4815  if (err != Z3_error_code.Z3_OK)
4816  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4817  }
static native void INTERNALrcfDel(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ rcfDiv()

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

Definition at line 4900 of file Native.java.

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

§ rcfEq()

static boolean rcfEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4972 of file Native.java.

4973  {
4974  boolean res = INTERNALrcfEq(a0, a1, a2);
4976  if (err != Z3_error_code.Z3_OK)
4977  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4978  return res;
4979  }
static native boolean INTERNALrcfEq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ rcfGe()

static boolean rcfGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4963 of file Native.java.

4964  {
4965  boolean res = INTERNALrcfGe(a0, a1, a2);
4967  if (err != Z3_error_code.Z3_OK)
4968  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4969  return res;
4970  }
static native boolean INTERNALrcfGe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ rcfGetNumeratorDenominator()

static void rcfGetNumeratorDenominator ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 5008 of file Native.java.

5009  {
5010  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5012  if (err != Z3_error_code.Z3_OK)
5013  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5014  }
static native void INTERNALrcfGetNumeratorDenominator(long a0, long a1, LongPtr a2, LongPtr a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ rcfGt()

static boolean rcfGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4945 of file Native.java.

4946  {
4947  boolean res = INTERNALrcfGt(a0, a1, a2);
4949  if (err != Z3_error_code.Z3_OK)
4950  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4951  return res;
4952  }
static native boolean INTERNALrcfGt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ rcfInv()

static long rcfInv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4918 of file Native.java.

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

§ rcfLe()

static boolean rcfLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4954 of file Native.java.

4955  {
4956  boolean res = INTERNALrcfLe(a0, a1, a2);
4958  if (err != Z3_error_code.Z3_OK)
4959  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4960  return res;
4961  }
static native boolean INTERNALrcfLe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ rcfLt()

static boolean rcfLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4936 of file Native.java.

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

§ rcfMkE()

static long rcfMkE ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4846 of file Native.java.

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

§ rcfMkInfinitesimal()

static long rcfMkInfinitesimal ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4855 of file Native.java.

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

§ rcfMkPi()

static long rcfMkPi ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4837 of file Native.java.

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

§ rcfMkRational()

static long rcfMkRational ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4819 of file Native.java.

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

§ rcfMkRoots()

static int rcfMkRoots ( long  a0,
int  a1,
long []  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 4864 of file Native.java.

4865  {
4866  int res = INTERNALrcfMkRoots(a0, a1, a2, a3);
4868  if (err != Z3_error_code.Z3_OK)
4869  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4870  return res;
4871  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native int INTERNALrcfMkRoots(long a0, int a1, long[] a2, long[] a3)
static final Z3_error_code fromInt(int v)

§ rcfMkSmallInt()

static long rcfMkSmallInt ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4828 of file Native.java.

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

§ rcfMul()

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

Definition at line 4891 of file Native.java.

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

§ rcfNeg()

static long rcfNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4909 of file Native.java.

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

§ rcfNeq()

static boolean rcfNeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4981 of file Native.java.

4982  {
4983  boolean res = INTERNALrcfNeq(a0, a1, a2);
4985  if (err != Z3_error_code.Z3_OK)
4986  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4987  return res;
4988  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALrcfNeq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ rcfNumToDecimalString()

static String rcfNumToDecimalString ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4999 of file Native.java.

5000  {
5001  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5003  if (err != Z3_error_code.Z3_OK)
5004  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5005  return res;
5006  }
static native String INTERNALrcfNumToDecimalString(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ rcfNumToString()

static String rcfNumToString ( long  a0,
long  a1,
boolean  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 4990 of file Native.java.

4991  {
4992  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
4994  if (err != Z3_error_code.Z3_OK)
4995  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4996  return res;
4997  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native String INTERNALrcfNumToString(long a0, long a1, boolean a2, boolean a3)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ rcfPower()

static long rcfPower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4927 of file Native.java.

4928  {
4929  long res = INTERNALrcfPower(a0, a1, a2);
4931  if (err != Z3_error_code.Z3_OK)
4932  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4933  return res;
4934  }
static native long INTERNALrcfPower(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ rcfSub()

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

Definition at line 4882 of file Native.java.

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

§ readInterpolationProblem()

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

Referenced by InterpolationContext.ReadInterpolationProblem().

5491  {
5492  int res = INTERNALreadInterpolationProblem(a0, a1, a2, a3, a4, a5, a6, a7);
5494  if (err != Z3_error_code.Z3_OK)
5495  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5496  return res;
5497  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
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)

§ resetMemory()

static void resetMemory ( )
inlinestatic

Definition at line 3592 of file Native.java.

3593  {
3595  }
static native void INTERNALresetMemory()

§ setAstPrintMode()

static void setAstPrintMode ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3371 of file Native.java.

Referenced by Context.setPrintMode().

3372  {
3373  INTERNALsetAstPrintMode(a0, a1);
3375  if (err != Z3_error_code.Z3_OK)
3376  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3377  }
static native void INTERNALsetAstPrintMode(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ setError()

static void setError ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3554 of file Native.java.

3555  {
3556  INTERNALsetError(a0, a1);
3558  if (err != Z3_error_code.Z3_OK)
3559  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3560  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsetError(long a0, int a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ setInternalErrorHandler()

static native void setInternalErrorHandler ( long  ctx)
static

Referenced by Context.Context().

§ setParamValue()

static void setParamValue ( long  a0,
String  a1,
String  a2 
)
inlinestatic

Definition at line 674 of file Native.java.

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

675  {
676  INTERNALsetParamValue(a0, a1, a2);
677  }
static native void INTERNALsetParamValue(long a0, String a1, String a2)

§ simplify()

static long simplify ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3050 of file Native.java.

Referenced by Expr.simplify().

3051  {
3052  long res = INTERNALsimplify(a0, a1);
3054  if (err != Z3_error_code.Z3_OK)
3055  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3056  return res;
3057  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsimplify(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ simplifyEx()

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

Definition at line 3059 of file Native.java.

Referenced by Expr.simplify().

3060  {
3061  long res = INTERNALsimplifyEx(a0, a1, a2);
3063  if (err != Z3_error_code.Z3_OK)
3064  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3065  return res;
3066  }
static native long INTERNALsimplifyEx(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ simplifyGetHelp()

static String simplifyGetHelp ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3068 of file Native.java.

Referenced by Context.SimplifyHelp().

3069  {
3070  String res = INTERNALsimplifyGetHelp(a0);
3072  if (err != Z3_error_code.Z3_OK)
3073  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3074  return res;
3075  }
static native String INTERNALsimplifyGetHelp(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ simplifyGetParamDescrs()

static long simplifyGetParamDescrs ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3077 of file Native.java.

Referenced by Context.getSimplifyParameterDescriptions().

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

§ solverAssert()

static void solverAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4252 of file Native.java.

Referenced by Solver.add().

4253  {
4254  INTERNALsolverAssert(a0, a1, a2);
4256  if (err != Z3_error_code.Z3_OK)
4257  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4258  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverAssert(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverAssertAndTrack()

static void solverAssertAndTrack ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4260 of file Native.java.

Referenced by Solver.assertAndTrack().

4261  {
4262  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4264  if (err != Z3_error_code.Z3_OK)
4265  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4266  }
static native void INTERNALsolverAssertAndTrack(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverCheck()

static int solverCheck ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4277 of file Native.java.

Referenced by Solver.check().

4278  {
4279  int res = INTERNALsolverCheck(a0, a1);
4281  if (err != Z3_error_code.Z3_OK)
4282  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4283  return res;
4284  }
static native int INTERNALsolverCheck(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverCheckAssumptions()

static int solverCheckAssumptions ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 4286 of file Native.java.

Referenced by Solver.check().

4287  {
4288  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
4290  if (err != Z3_error_code.Z3_OK)
4291  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4292  return res;
4293  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALsolverCheckAssumptions(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverDecRef()

static void solverDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4211 of file Native.java.

4212  {
4213  INTERNALsolverDecRef(a0, a1);
4215  if (err != Z3_error_code.Z3_OK)
4216  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4217  }
static native void INTERNALsolverDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverGetAssertions()

static long solverGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4268 of file Native.java.

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

4269  {
4270  long res = INTERNALsolverGetAssertions(a0, a1);
4272  if (err != Z3_error_code.Z3_OK)
4273  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4274  return res;
4275  }
static native long INTERNALsolverGetAssertions(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverGetConsequences()

static int solverGetConsequences ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 4304 of file Native.java.

4305  {
4306  int res = INTERNALsolverGetConsequences(a0, a1, a2, a3, a4);
4308  if (err != Z3_error_code.Z3_OK)
4309  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4310  return res;
4311  }
static native int INTERNALsolverGetConsequences(long a0, long a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverGetHelp()

static String solverGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4177 of file Native.java.

Referenced by Solver.getHelp().

4178  {
4179  String res = INTERNALsolverGetHelp(a0, a1);
4181  if (err != Z3_error_code.Z3_OK)
4182  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4183  return res;
4184  }
static native String INTERNALsolverGetHelp(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ solverGetModel()

static long solverGetModel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4313 of file Native.java.

Referenced by Solver.getModel().

4314  {
4315  long res = INTERNALsolverGetModel(a0, a1);
4317  if (err != Z3_error_code.Z3_OK)
4318  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4319  return res;
4320  }
static native long INTERNALsolverGetModel(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverGetNumScopes()

static int solverGetNumScopes ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4243 of file Native.java.

Referenced by Solver.getNumScopes().

4244  {
4245  int res = INTERNALsolverGetNumScopes(a0, a1);
4247  if (err != Z3_error_code.Z3_OK)
4248  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4249  return res;
4250  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALsolverGetNumScopes(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverGetParamDescrs()

static long solverGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4186 of file Native.java.

Referenced by Solver.getParameterDescriptions().

4187  {
4188  long res = INTERNALsolverGetParamDescrs(a0, a1);
4190  if (err != Z3_error_code.Z3_OK)
4191  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4192  return res;
4193  }
static native long INTERNALsolverGetParamDescrs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverGetProof()

static long solverGetProof ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4322 of file Native.java.

Referenced by Solver.getProof().

4323  {
4324  long res = INTERNALsolverGetProof(a0, a1);
4326  if (err != Z3_error_code.Z3_OK)
4327  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4328  return res;
4329  }
static native long INTERNALsolverGetProof(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverGetReasonUnknown()

static String solverGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4340 of file Native.java.

Referenced by Solver.getReasonUnknown().

4341  {
4342  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4344  if (err != Z3_error_code.Z3_OK)
4345  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4346  return res;
4347  }
static native String INTERNALsolverGetReasonUnknown(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ solverGetStatistics()

static long solverGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4349 of file Native.java.

Referenced by Solver.getStatistics().

4350  {
4351  long res = INTERNALsolverGetStatistics(a0, a1);
4353  if (err != Z3_error_code.Z3_OK)
4354  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4355  return res;
4356  }
static native long INTERNALsolverGetStatistics(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverGetUnsatCore()

static long solverGetUnsatCore ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4331 of file Native.java.

Referenced by Solver.getUnsatCore().

4332  {
4333  long res = INTERNALsolverGetUnsatCore(a0, a1);
4335  if (err != Z3_error_code.Z3_OK)
4336  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4337  return res;
4338  }
static native long INTERNALsolverGetUnsatCore(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverIncRef()

static void solverIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4203 of file Native.java.

Referenced by Solver.toString().

4204  {
4205  INTERNALsolverIncRef(a0, a1);
4207  if (err != Z3_error_code.Z3_OK)
4208  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4209  }
static native void INTERNALsolverIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverPop()

static void solverPop ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4227 of file Native.java.

Referenced by Solver.pop().

4228  {
4229  INTERNALsolverPop(a0, a1, a2);
4231  if (err != Z3_error_code.Z3_OK)
4232  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4233  }
static native void INTERNALsolverPop(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverPush()

static void solverPush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4219 of file Native.java.

Referenced by Solver.push().

4220  {
4221  INTERNALsolverPush(a0, a1);
4223  if (err != Z3_error_code.Z3_OK)
4224  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4225  }
static native void INTERNALsolverPush(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverReset()

static void solverReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4235 of file Native.java.

Referenced by Solver.reset().

4236  {
4237  INTERNALsolverReset(a0, a1);
4239  if (err != Z3_error_code.Z3_OK)
4240  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4241  }
static native void INTERNALsolverReset(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverSetParams()

static void solverSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4195 of file Native.java.

Referenced by Solver.setParameters().

4196  {
4197  INTERNALsolverSetParams(a0, a1, a2);
4199  if (err != Z3_error_code.Z3_OK)
4200  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4201  }
static native void INTERNALsolverSetParams(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverToString()

static String solverToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4358 of file Native.java.

Referenced by Solver.toString().

4359  {
4360  String res = INTERNALsolverToString(a0, a1);
4362  if (err != Z3_error_code.Z3_OK)
4363  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4364  return res;
4365  }
static native String INTERNALsolverToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ solverTranslate()

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

Definition at line 4168 of file Native.java.

Referenced by Solver.translate().

4169  {
4170  long res = INTERNALsolverTranslate(a0, a1, a2);
4172  if (err != Z3_error_code.Z3_OK)
4173  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4174  return res;
4175  }
static native long INTERNALsolverTranslate(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ sortToAst()

static long sortToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2330 of file Native.java.

2331  {
2332  long res = INTERNALsortToAst(a0, a1);
2334  if (err != Z3_error_code.Z3_OK)
2335  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2336  return res;
2337  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsortToAst(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ sortToString()

static String sortToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3397 of file Native.java.

Referenced by Sort.toString().

3398  {
3399  String res = INTERNALsortToString(a0, a1);
3401  if (err != Z3_error_code.Z3_OK)
3402  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3403  return res;
3404  }
static native String INTERNALsortToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ statsDecRef()

static void statsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4384 of file Native.java.

4385  {
4386  INTERNALstatsDecRef(a0, a1);
4388  if (err != Z3_error_code.Z3_OK)
4389  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4390  }
static native void INTERNALstatsDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ statsGetDoubleValue()

static double statsGetDoubleValue ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4437 of file Native.java.

Referenced by Statistics.getEntries().

4438  {
4439  double res = INTERNALstatsGetDoubleValue(a0, a1, a2);
4441  if (err != Z3_error_code.Z3_OK)
4442  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4443  return res;
4444  }
static native int INTERNALgetErrorCode(long a0)
static native double INTERNALstatsGetDoubleValue(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ statsGetKey()

static String statsGetKey ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4401 of file Native.java.

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

4402  {
4403  String res = INTERNALstatsGetKey(a0, a1, a2);
4405  if (err != Z3_error_code.Z3_OK)
4406  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4407  return res;
4408  }
static native String INTERNALstatsGetKey(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ statsGetUintValue()

static int statsGetUintValue ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4428 of file Native.java.

Referenced by Statistics.getEntries().

4429  {
4430  int res = INTERNALstatsGetUintValue(a0, a1, a2);
4432  if (err != Z3_error_code.Z3_OK)
4433  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4434  return res;
4435  }
static native int INTERNALstatsGetUintValue(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ statsIncRef()

static void statsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4376 of file Native.java.

Referenced by Statistics.get().

4377  {
4378  INTERNALstatsIncRef(a0, a1);
4380  if (err != Z3_error_code.Z3_OK)
4381  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4382  }
static native void INTERNALstatsIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ statsIsDouble()

static boolean statsIsDouble ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4419 of file Native.java.

Referenced by Statistics.getEntries().

4420  {
4421  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4423  if (err != Z3_error_code.Z3_OK)
4424  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4425  return res;
4426  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALstatsIsDouble(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ statsIsUint()

static boolean statsIsUint ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4410 of file Native.java.

Referenced by Statistics.getEntries().

4411  {
4412  boolean res = INTERNALstatsIsUint(a0, a1, a2);
4414  if (err != Z3_error_code.Z3_OK)
4415  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4416  return res;
4417  }
static native boolean INTERNALstatsIsUint(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ statsSize()

static int statsSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4392 of file Native.java.

Referenced by Statistics.size().

4393  {
4394  int res = INTERNALstatsSize(a0, a1);
4396  if (err != Z3_error_code.Z3_OK)
4397  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4398  return res;
4399  }
static native int INTERNALstatsSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ statsToString()

static String statsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4367 of file Native.java.

Referenced by Statistics.toString().

4368  {
4369  String res = INTERNALstatsToString(a0, a1);
4371  if (err != Z3_error_code.Z3_OK)
4372  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4373  return res;
4374  }
static native String INTERNALstatsToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ substitute()

static long substitute ( long  a0,
long  a1,
int  a2,
long []  a3,
long []  a4 
) throws Z3Exception
inlinestatic

Definition at line 3095 of file Native.java.

Referenced by Expr.substitute().

3096  {
3097  long res = INTERNALsubstitute(a0, a1, a2, a3, a4);
3099  if (err != Z3_error_code.Z3_OK)
3100  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3101  return res;
3102  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsubstitute(long a0, long a1, int a2, long[] a3, long[] a4)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ substituteVars()

static long substituteVars ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 3104 of file Native.java.

Referenced by Expr.substituteVars().

3105  {
3106  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
3108  if (err != Z3_error_code.Z3_OK)
3109  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3110  return res;
3111  }
static native long INTERNALsubstituteVars(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticAndThen()

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

Definition at line 3783 of file Native.java.

Referenced by Context.andThen().

3784  {
3785  long res = INTERNALtacticAndThen(a0, a1, a2);
3787  if (err != Z3_error_code.Z3_OK)
3788  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3789  return res;
3790  }
static native long INTERNALtacticAndThen(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticApply()

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

Definition at line 4062 of file Native.java.

Referenced by Tactic.apply().

4063  {
4064  long res = INTERNALtacticApply(a0, a1, a2);
4066  if (err != Z3_error_code.Z3_OK)
4067  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4068  return res;
4069  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALtacticApply(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

§ tacticApplyEx()

static long tacticApplyEx ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4071 of file Native.java.

Referenced by Tactic.apply().

4072  {
4073  long res = INTERNALtacticApplyEx(a0, a1, a2, a3);
4075  if (err != Z3_error_code.Z3_OK)
4076  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4077  return res;
4078  }
static native long INTERNALtacticApplyEx(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticCond()

static long tacticCond ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3837 of file Native.java.

Referenced by Context.cond().

3838  {
3839  long res = INTERNALtacticCond(a0, a1, a2, a3);
3841  if (err != Z3_error_code.Z3_OK)
3842  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3843  return res;
3844  }
static native long INTERNALtacticCond(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticDecRef()

static void tacticDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3750 of file Native.java.

3751  {
3752  INTERNALtacticDecRef(a0, a1);
3754  if (err != Z3_error_code.Z3_OK)
3755  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3756  }
static native void INTERNALtacticDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticFail()

static long tacticFail ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3864 of file Native.java.

Referenced by Context.fail().

3865  {
3866  long res = INTERNALtacticFail(a0);
3868  if (err != Z3_error_code.Z3_OK)
3869  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3870  return res;
3871  }
static native long INTERNALtacticFail(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticFailIf()

static long tacticFailIf ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3873 of file Native.java.

Referenced by Context.failIf().

3874  {
3875  long res = INTERNALtacticFailIf(a0, a1);
3877  if (err != Z3_error_code.Z3_OK)
3878  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3879  return res;
3880  }
static native long INTERNALtacticFailIf(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticFailIfNotDecided()

static long tacticFailIfNotDecided ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3882 of file Native.java.

Referenced by Context.failIfNotDecided().

3883  {
3884  long res = INTERNALtacticFailIfNotDecided(a0);
3886  if (err != Z3_error_code.Z3_OK)
3887  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3888  return res;
3889  }
static native long INTERNALtacticFailIfNotDecided(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticGetDescr()

static String tacticGetDescr ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4035 of file Native.java.

Referenced by Context.getTacticDescription().

4036  {
4037  String res = INTERNALtacticGetDescr(a0, a1);
4039  if (err != Z3_error_code.Z3_OK)
4040  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4041  return res;
4042  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALtacticGetDescr(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ tacticGetHelp()

static String tacticGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4017 of file Native.java.

Referenced by Tactic.getHelp().

4018  {
4019  String res = INTERNALtacticGetHelp(a0, a1);
4021  if (err != Z3_error_code.Z3_OK)
4022  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4023  return res;
4024  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALtacticGetHelp(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9443
static final Z3_error_code fromInt(int v)

§ tacticGetParamDescrs()

static long tacticGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4026 of file Native.java.

Referenced by Tactic.getParameterDescriptions().

4027  {
4028  long res = INTERNALtacticGetParamDescrs(a0, a1);
4030  if (err != Z3_error_code.Z3_OK)
4031  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4032  return res;
4033  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticGetParamDescrs(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticIncRef()

static void tacticIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3742 of file Native.java.

Referenced by Tactic.getSolver().

3743  {
3744  INTERNALtacticIncRef(a0, a1);
3746  if (err != Z3_error_code.Z3_OK)
3747  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3748  }
static native void INTERNALtacticIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticOrElse()

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

Definition at line 3792 of file Native.java.

Referenced by Context.orElse().

3793  {
3794  long res = INTERNALtacticOrElse(a0, a1, a2);
3796  if (err != Z3_error_code.Z3_OK)
3797  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3798  return res;
3799  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALtacticOrElse(long a0, long a1, long a2)

§ tacticParAndThen()

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

Definition at line 3810 of file Native.java.

Referenced by Context.parAndThen().

3811  {
3812  long res = INTERNALtacticParAndThen(a0, a1, a2);
3814  if (err != Z3_error_code.Z3_OK)
3815  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3816  return res;
3817  }
static native long INTERNALtacticParAndThen(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticParOr()

static long tacticParOr ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 3801 of file Native.java.

Referenced by Context.parOr().

3802  {
3803  long res = INTERNALtacticParOr(a0, a1, a2);
3805  if (err != Z3_error_code.Z3_OK)
3806  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3807  return res;
3808  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticParOr(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticRepeat()

static long tacticRepeat ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3846 of file Native.java.

Referenced by Context.repeat().

3847  {
3848  long res = INTERNALtacticRepeat(a0, a1, a2);
3850  if (err != Z3_error_code.Z3_OK)
3851  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3852  return res;
3853  }
static native long INTERNALtacticRepeat(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticSkip()

static long tacticSkip ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3855 of file Native.java.

Referenced by Context.skip().

3856  {
3857  long res = INTERNALtacticSkip(a0);
3859  if (err != Z3_error_code.Z3_OK)
3860  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3861  return res;
3862  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticSkip(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticTryFor()

static long tacticTryFor ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3819 of file Native.java.

Referenced by Context.tryFor().

3820  {
3821  long res = INTERNALtacticTryFor(a0, a1, a2);
3823  if (err != Z3_error_code.Z3_OK)
3824  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3825  return res;
3826  }
static native long INTERNALtacticTryFor(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticUsingParams()

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

Definition at line 3891 of file Native.java.

Referenced by Context.usingParams().

3892  {
3893  long res = INTERNALtacticUsingParams(a0, a1, a2);
3895  if (err != Z3_error_code.Z3_OK)
3896  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3897  return res;
3898  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticUsingParams(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ tacticWhen()

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

Definition at line 3828 of file Native.java.

Referenced by Context.when().

3829  {
3830  long res = INTERNALtacticWhen(a0, a1, a2);
3832  if (err != Z3_error_code.Z3_OK)
3833  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3834  return res;
3835  }
static native long INTERNALtacticWhen(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ toApp()

static long toApp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2798 of file Native.java.

2799  {
2800  long res = INTERNALtoApp(a0, a1);
2802  if (err != Z3_error_code.Z3_OK)
2803  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2804  return res;
2805  }
static native long INTERNALtoApp(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ toFuncDecl()

static long toFuncDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2807 of file Native.java.

2808  {
2809  long res = INTERNALtoFuncDecl(a0, a1);
2811  if (err != Z3_error_code.Z3_OK)
2812  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2813  return res;
2814  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtoFuncDecl(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ toggleWarningMessages()

static void toggleWarningMessages ( boolean  a0)
inlinestatic

Definition at line 3366 of file Native.java.

Referenced by Global.ToggleWarningMessages().

3367  {
3369  }
static native void INTERNALtoggleWarningMessages(boolean a0)

§ translate()

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

Definition at line 3113 of file Native.java.

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

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

§ updateParamValue()

static void updateParamValue ( long  a0,
String  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 716 of file Native.java.

Referenced by Context.updateParamValue().

717  {
718  INTERNALupdateParamValue(a0, a1, a2);
720  if (err != Z3_error_code.Z3_OK)
721  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
722  }
static native void INTERNALupdateParamValue(long a0, String a1, String a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ updateTerm()

static long updateTerm ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 3086 of file Native.java.

Referenced by Expr.update().

3087  {
3088  long res = INTERNALupdateTerm(a0, a1, a2, a3);
3090  if (err != Z3_error_code.Z3_OK)
3091  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3092  return res;
3093  }
static native long INTERNALupdateTerm(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ writeInterpolationProblem()

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

Definition at line 5508 of file Native.java.

Referenced by InterpolationContext.WriteInterpolationProblem().

5509  {
5510  INTERNALwriteInterpolationProblem(a0, a1, a2, a3, a4, a5, a6);
5512  if (err != Z3_error_code.Z3_OK)
5513  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5514  }
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 native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)