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 mkArraySortN (long a0, int a1, long[] a2, long a3) 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 mkSelectN (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkStore (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkStoreN (long a0, long a1, int a2, long[] a3, long a4) 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 mkAsArray (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 mkBvNumeral (long a0, int a1, boolean[] 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 mkStrToInt (long a0, long a1) throws Z3Exception
 
static long mkIntToStr (long a0, long a1) 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 mkReRange (long a0, long a1, long a2) throws Z3Exception
 
static long mkReLoop (long a0, long a1, int a2, int a3) throws Z3Exception
 
static long mkReIntersect (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkReComplement (long a0, long a1) throws Z3Exception
 
static long mkReEmpty (long a0, long a1) throws Z3Exception
 
static long mkReFull (long a0, long a1) 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 mkAtleast (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 mkPbge (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 long mkModel (long a0) 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 long modelTranslate (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 long addFuncInterp (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void addConstInterp (long a0, long a1, long a2, long a3) 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 void funcInterpSetElse (long a0, long a1, long a2) throws Z3Exception
 
static int funcInterpGetArity (long a0, long a1) throws Z3Exception
 
static void funcInterpAddEntry (long a0, long a1, long a2, long a3) 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 String evalSmtlib2String (long a0, String a1) throws Z3Exception
 
static String getParserError (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 void solverFromFile (long a0, long a1, String a2) throws Z3Exception
 
static void solverFromString (long a0, long a1, String a2) 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 long optimizeGetLowerAsVector (long a0, long a1, int a2) throws Z3Exception
 
static long optimizeGetUpperAsVector (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 fpaIsNumeralNan (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralInf (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralZero (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralNormal (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralSubnormal (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralPositive (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralNegative (long a0, long a1) throws Z3Exception
 
static long fpaGetNumeralSignBv (long a0, long a1) throws Z3Exception
 
static long fpaGetNumeralSignificandBv (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, boolean a2) throws Z3Exception
 
static boolean fpaGetNumeralExponentInt64 (long a0, long a1, LongPtr a2, boolean a3) throws Z3Exception
 
static long fpaGetNumeralExponentBv (long a0, long a1, boolean 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 int fixedpointQueryFromLvl (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long fixedpointGetGroundSatAnswer (long a0, long a1) throws Z3Exception
 
static long fixedpointGetRulesAlongTrace (long a0, long a1) throws Z3Exception
 
static long fixedpointGetRuleNamesAlongTrace (long a0, long a1) throws Z3Exception
 
static void fixedpointAddInvariant (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long fixedpointGetReachable (long a0, long a1, long a2) throws Z3Exception
 
static long qeModelProject (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long qeModelProjectSkolem (long a0, long a1, int a2, long[] a3, long a4, long a5) throws Z3Exception
 
static long modelExtrapolate (long a0, long a1, long a2) throws Z3Exception
 
static long qeLite (long a0, long a1, long a2) 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 INTERNALmkArraySortN (long a0, int a1, long[] a2, long a3)
 
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 INTERNALmkSelectN (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkStore (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkStoreN (long a0, long a1, int a2, long[] a3, long a4)
 
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 INTERNALmkAsArray (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 INTERNALmkBvNumeral (long a0, int a1, boolean[] 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 INTERNALmkStrToInt (long a0, long a1)
 
static native long INTERNALmkIntToStr (long a0, long a1)
 
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 INTERNALmkReRange (long a0, long a1, long a2)
 
static native long INTERNALmkReLoop (long a0, long a1, int a2, int a3)
 
static native long INTERNALmkReIntersect (long a0, int a1, long[] a2)
 
static native long INTERNALmkReComplement (long a0, long a1)
 
static native long INTERNALmkReEmpty (long a0, long a1)
 
static native long INTERNALmkReFull (long a0, long a1)
 
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 INTERNALmkAtleast (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 INTERNALmkPbge (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 long INTERNALmkModel (long a0)
 
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 long INTERNALmodelTranslate (long a0, long a1, long a2)
 
static native boolean INTERNALisAsArray (long a0, long a1)
 
static native long INTERNALgetAsArrayFuncDecl (long a0, long a1)
 
static native long INTERNALaddFuncInterp (long a0, long a1, long a2, long a3)
 
static native void INTERNALaddConstInterp (long a0, long a1, long a2, long a3)
 
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 void INTERNALfuncInterpSetElse (long a0, long a1, long a2)
 
static native int INTERNALfuncInterpGetArity (long a0, long a1)
 
static native void INTERNALfuncInterpAddEntry (long a0, long a1, long a2, long a3)
 
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 String INTERNALevalSmtlib2String (long a0, String a1)
 
static native String INTERNALgetParserError (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 void INTERNALsolverFromFile (long a0, long a1, String a2)
 
static native void INTERNALsolverFromString (long a0, long a1, String a2)
 
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 long INTERNALoptimizeGetLowerAsVector (long a0, long a1, int a2)
 
static native long INTERNALoptimizeGetUpperAsVector (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 INTERNALfpaIsNumeralNan (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralInf (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralZero (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralNormal (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralSubnormal (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralPositive (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralNegative (long a0, long a1)
 
static native long INTERNALfpaGetNumeralSignBv (long a0, long a1)
 
static native long INTERNALfpaGetNumeralSignificandBv (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, boolean a2)
 
static native boolean INTERNALfpaGetNumeralExponentInt64 (long a0, long a1, LongPtr a2, boolean a3)
 
static native long INTERNALfpaGetNumeralExponentBv (long a0, long a1, boolean a2)
 
static native long INTERNALmkFpaToIeeeBv (long a0, long a1)
 
static native long INTERNALmkFpaToFpIntReal (long a0, long a1, long a2, long a3, long a4)
 
static native int INTERNALfixedpointQueryFromLvl (long a0, long a1, long a2, int a3)
 
static native long INTERNALfixedpointGetGroundSatAnswer (long a0, long a1)
 
static native long INTERNALfixedpointGetRulesAlongTrace (long a0, long a1)
 
static native long INTERNALfixedpointGetRuleNamesAlongTrace (long a0, long a1)
 
static native void INTERNALfixedpointAddInvariant (long a0, long a1, long a2, long a3)
 
static native long INTERNALfixedpointGetReachable (long a0, long a1, long a2)
 
static native long INTERNALqeModelProject (long a0, long a1, int a2, long[] a3, long a4)
 
static native long INTERNALqeModelProjectSkolem (long a0, long a1, int a2, long[] a3, long a4, long a5)
 
static native long INTERNALmodelExtrapolate (long a0, long a1, long a2)
 
static native long INTERNALqeLite (long a0, long a1, long a2)
 

Detailed Description

Definition at line 4 of file Native.java.

Member Function Documentation

§ addConstInterp()

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

Definition at line 3453 of file Native.java.

3454  {
3455  INTERNALaddConstInterp(a0, a1, a2, a3);
3457  if (err != Z3_error_code.Z3_OK)
3458  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3459  }
static native void INTERNALaddConstInterp(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)

§ addFuncInterp()

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

Definition at line 3444 of file Native.java.

3445  {
3446  long res = INTERNALaddFuncInterp(a0, a1, a2, a3);
3448  if (err != Z3_error_code.Z3_OK)
3449  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3450  return res;
3451  }
static native long INTERNALaddFuncInterp(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)

§ algebraicAdd()

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

Definition at line 4835 of file Native.java.

4836  {
4837  long res = INTERNALalgebraicAdd(a0, a1, a2);
4839  if (err != Z3_error_code.Z3_OK)
4840  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4841  return res;
4842  }
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 4862 of file Native.java.

4863  {
4864  long res = INTERNALalgebraicDiv(a0, a1, a2);
4866  if (err != Z3_error_code.Z3_OK)
4867  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4868  return res;
4869  }
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 4925 of file Native.java.

4926  {
4927  boolean res = INTERNALalgebraicEq(a0, a1, a2);
4929  if (err != Z3_error_code.Z3_OK)
4930  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4931  return res;
4932  }
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 4952 of file Native.java.

4953  {
4954  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
4956  if (err != Z3_error_code.Z3_OK)
4957  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4958  return res;
4959  }
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 4916 of file Native.java.

4917  {
4918  boolean res = INTERNALalgebraicGe(a0, a1, a2);
4920  if (err != Z3_error_code.Z3_OK)
4921  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4922  return res;
4923  }
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 4898 of file Native.java.

4899  {
4900  boolean res = INTERNALalgebraicGt(a0, a1, a2);
4902  if (err != Z3_error_code.Z3_OK)
4903  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4904  return res;
4905  }
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 4808 of file Native.java.

4809  {
4810  boolean res = INTERNALalgebraicIsNeg(a0, a1);
4812  if (err != Z3_error_code.Z3_OK)
4813  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4814  return res;
4815  }
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 4799 of file Native.java.

4800  {
4801  boolean res = INTERNALalgebraicIsPos(a0, a1);
4803  if (err != Z3_error_code.Z3_OK)
4804  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4805  return res;
4806  }
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 4790 of file Native.java.

4791  {
4792  boolean res = INTERNALalgebraicIsValue(a0, a1);
4794  if (err != Z3_error_code.Z3_OK)
4795  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4796  return res;
4797  }
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 4817 of file Native.java.

4818  {
4819  boolean res = INTERNALalgebraicIsZero(a0, a1);
4821  if (err != Z3_error_code.Z3_OK)
4822  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4823  return res;
4824  }
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 4907 of file Native.java.

4908  {
4909  boolean res = INTERNALalgebraicLe(a0, a1, a2);
4911  if (err != Z3_error_code.Z3_OK)
4912  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4913  return res;
4914  }
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 4889 of file Native.java.

4890  {
4891  boolean res = INTERNALalgebraicLt(a0, a1, a2);
4893  if (err != Z3_error_code.Z3_OK)
4894  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4895  return res;
4896  }
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 4853 of file Native.java.

4854  {
4855  long res = INTERNALalgebraicMul(a0, a1, a2);
4857  if (err != Z3_error_code.Z3_OK)
4858  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4859  return res;
4860  }
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 4934 of file Native.java.

4935  {
4936  boolean res = INTERNALalgebraicNeq(a0, a1, a2);
4938  if (err != Z3_error_code.Z3_OK)
4939  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4940  return res;
4941  }
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 4880 of file Native.java.

4881  {
4882  long res = INTERNALalgebraicPower(a0, a1, a2);
4884  if (err != Z3_error_code.Z3_OK)
4885  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4886  return res;
4887  }
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 4871 of file Native.java.

4872  {
4873  long res = INTERNALalgebraicRoot(a0, a1, a2);
4875  if (err != Z3_error_code.Z3_OK)
4876  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4877  return res;
4878  }
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 4943 of file Native.java.

4944  {
4945  long res = INTERNALalgebraicRoots(a0, a1, a2, a3);
4947  if (err != Z3_error_code.Z3_OK)
4948  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4949  return res;
4950  }
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 4826 of file Native.java.

4827  {
4828  int res = INTERNALalgebraicSign(a0, a1);
4830  if (err != Z3_error_code.Z3_OK)
4831  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4832  return res;
4833  }
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 4844 of file Native.java.

4845  {
4846  long res = INTERNALalgebraicSub(a0, a1, a2);
4848  if (err != Z3_error_code.Z3_OK)
4849  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4850  return res;
4851  }
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 3578 of file Native.java.

Referenced by Log.append().

3579  {
3580  INTERNALappendLog(a0);
3581  }
static native void INTERNALappendLog(String a0)

§ applyResultConvertModel()

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

Definition at line 4266 of file Native.java.

Referenced by ApplyResult.convertModel().

4267  {
4268  long res = INTERNALapplyResultConvertModel(a0, a1, a2, a3);
4270  if (err != Z3_error_code.Z3_OK)
4271  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4272  return res;
4273  }
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 4231 of file Native.java.

4232  {
4233  INTERNALapplyResultDecRef(a0, a1);
4235  if (err != Z3_error_code.Z3_OK)
4236  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4237  }
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 4248 of file Native.java.

Referenced by ApplyResult.getNumSubgoals().

4249  {
4250  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4252  if (err != Z3_error_code.Z3_OK)
4253  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4254  return res;
4255  }
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 4257 of file Native.java.

Referenced by ApplyResult.getSubgoals().

4258  {
4259  long res = INTERNALapplyResultGetSubgoal(a0, a1, a2);
4261  if (err != Z3_error_code.Z3_OK)
4262  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4263  return res;
4264  }
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 4223 of file Native.java.

Referenced by ApplyResult.toString().

4224  {
4225  INTERNALapplyResultIncRef(a0, a1);
4227  if (err != Z3_error_code.Z3_OK)
4228  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4229  }
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 4239 of file Native.java.

Referenced by ApplyResult.toString().

4240  {
4241  String res = INTERNALapplyResultToString(a0, a1);
4243  if (err != Z3_error_code.Z3_OK)
4244  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4245  return res;
4246  }
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:9821
static final Z3_error_code fromInt(int v)

§ appToAst()

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

Definition at line 2843 of file Native.java.

2844  {
2845  long res = INTERNALappToAst(a0, a1);
2847  if (err != Z3_error_code.Z3_OK)
2848  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2849  return res;
2850  }
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 4721 of file Native.java.

4722  {
4723  boolean res = INTERNALastMapContains(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 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 4713 of file Native.java.

4714  {
4715  INTERNALastMapDecRef(a0, a1);
4717  if (err != Z3_error_code.Z3_OK)
4718  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4719  }
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 4747 of file Native.java.

4748  {
4749  INTERNALastMapErase(a0, a1, a2);
4751  if (err != Z3_error_code.Z3_OK)
4752  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4753  }
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 4730 of file Native.java.

4731  {
4732  long res = INTERNALastMapFind(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 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 4705 of file Native.java.

4706  {
4707  INTERNALastMapIncRef(a0, a1);
4709  if (err != Z3_error_code.Z3_OK)
4710  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4711  }
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 4739 of file Native.java.

4740  {
4741  INTERNALastMapInsert(a0, a1, a2, a3);
4743  if (err != Z3_error_code.Z3_OK)
4744  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4745  }
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 4772 of file Native.java.

4773  {
4774  long res = INTERNALastMapKeys(a0, a1);
4776  if (err != Z3_error_code.Z3_OK)
4777  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4778  return res;
4779  }
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 4755 of file Native.java.

4756  {
4757  INTERNALastMapReset(a0, a1);
4759  if (err != Z3_error_code.Z3_OK)
4760  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4761  }
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 4763 of file Native.java.

4764  {
4765  int res = INTERNALastMapSize(a0, a1);
4767  if (err != Z3_error_code.Z3_OK)
4768  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4769  return res;
4770  }
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 4781 of file Native.java.

4782  {
4783  String res = INTERNALastMapToString(a0, a1);
4785  if (err != Z3_error_code.Z3_OK)
4786  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4787  return res;
4788  }
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:9821
static final Z3_error_code fromInt(int v)

§ astToString()

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

Definition at line 3601 of file Native.java.

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

3602  {
3603  String res = INTERNALastToString(a0, a1);
3605  if (err != Z3_error_code.Z3_OK)
3606  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3607  return res;
3608  }
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:9821
static final Z3_error_code fromInt(int v)

§ astVectorDecRef()

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

Definition at line 4628 of file Native.java.

4629  {
4630  INTERNALastVectorDecRef(a0, a1);
4632  if (err != Z3_error_code.Z3_OK)
4633  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4634  }
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 4645 of file Native.java.

Referenced by ASTVector.get().

4646  {
4647  long res = INTERNALastVectorGet(a0, a1, a2);
4649  if (err != Z3_error_code.Z3_OK)
4650  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4651  return res;
4652  }
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 4620 of file Native.java.

Referenced by ASTVector.toString().

4621  {
4622  INTERNALastVectorIncRef(a0, a1);
4624  if (err != Z3_error_code.Z3_OK)
4625  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4626  }
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 4670 of file Native.java.

Referenced by ASTVector.push().

4671  {
4672  INTERNALastVectorPush(a0, a1, a2);
4674  if (err != Z3_error_code.Z3_OK)
4675  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4676  }
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 4662 of file Native.java.

Referenced by ASTVector.resize().

4663  {
4664  INTERNALastVectorResize(a0, a1, a2);
4666  if (err != Z3_error_code.Z3_OK)
4667  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4668  }
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 4654 of file Native.java.

Referenced by ASTVector.set().

4655  {
4656  INTERNALastVectorSet(a0, a1, a2, a3);
4658  if (err != Z3_error_code.Z3_OK)
4659  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4660  }
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 4636 of file Native.java.

Referenced by ASTVector.size().

4637  {
4638  int res = INTERNALastVectorSize(a0, a1);
4640  if (err != Z3_error_code.Z3_OK)
4641  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4642  return res;
4643  }
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 4687 of file Native.java.

Referenced by ASTVector.toString().

4688  {
4689  String res = INTERNALastVectorToString(a0, a1);
4691  if (err != Z3_error_code.Z3_OK)
4692  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4693  return res;
4694  }
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:9821
static final Z3_error_code fromInt(int v)

§ astVectorTranslate()

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

Definition at line 4678 of file Native.java.

Referenced by ASTVector.translate().

4679  {
4680  long res = INTERNALastVectorTranslate(a0, a1, a2);
4682  if (err != Z3_error_code.Z3_OK)
4683  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4684  return res;
4685  }
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 3646 of file Native.java.

Referenced by Context.benchmarkToSMTString().

3647  {
3648  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3650  if (err != Z3_error_code.Z3_OK)
3651  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3652  return res;
3653  }
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:9821
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 5676 of file Native.java.

Referenced by InterpolationContext.CheckInterpolant().

5677  {
5678  int res = INTERNALcheckInterpolant(a0, a1, a2, a3, a4, a5, a6, a7);
5680  if (err != Z3_error_code.Z3_OK)
5681  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5682  return res;
5683  }
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 3583 of file Native.java.

Referenced by Log.close().

3584  {
3585  INTERNALcloseLog();
3586  }
static native void INTERNALcloseLog()

§ computeInterpolant()

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

Definition at line 5649 of file Native.java.

Referenced by InterpolationContext.ComputeInterpolant().

5650  {
5651  int res = INTERNALcomputeInterpolant(a0, a1, a2, a3, a4);
5653  if (err != Z3_error_code.Z3_OK)
5654  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5655  return res;
5656  }
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 2609 of file Native.java.

Referenced by Context.mkUpdateField().

2610  {
2611  long res = INTERNALdatatypeUpdateField(a0, a1, a2, a3);
2613  if (err != Z3_error_code.Z3_OK)
2614  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2615  return res;
2616  }
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 744 of file Native.java.

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

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

706  {
707  INTERNALdelConfig(a0);
708  }
static native void INTERNALdelConfig(long a0)

§ delConstructor()

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

Definition at line 1029 of file Native.java.

Referenced by ConstructorDecRefQueue.decRef().

1030  {
1031  INTERNALdelConstructor(a0, a1);
1033  if (err != Z3_error_code.Z3_OK)
1034  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1035  }
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 1055 of file Native.java.

Referenced by ConstructorListDecRefQueue.decRef().

1056  {
1059  if (err != Z3_error_code.Z3_OK)
1060  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1061  }
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 731 of file Native.java.

Referenced by Context.close().

732  {
733  INTERNALdelContext(a0);
734  }
static native void INTERNALdelContext(long a0)

§ disableTrace()

static void disableTrace ( String  a0)
inlinestatic

Definition at line 3730 of file Native.java.

Referenced by Global.disableTrace().

3731  {
3733  }
static native void INTERNALdisableTrace(String a0)

§ enableTrace()

static void enableTrace ( String  a0)
inlinestatic

Definition at line 3725 of file Native.java.

Referenced by Global.enableTrace().

3726  {
3727  INTERNALenableTrace(a0);
3728  }
static native void INTERNALenableTrace(String a0)

§ evalSmtlib2String()

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

Definition at line 3673 of file Native.java.

3674  {
3675  String res = INTERNALevalSmtlib2String(a0, a1);
3677  if (err != Z3_error_code.Z3_OK)
3678  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3679  return res;
3680  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALevalSmtlib2String(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9821
static final Z3_error_code fromInt(int v)

§ finalizeMemory()

static void finalizeMemory ( )
inlinestatic

Definition at line 3740 of file Native.java.

3741  {
3743  }
static native void INTERNALfinalizeMemory()

§ fixedpointAddCover()

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

Definition at line 5286 of file Native.java.

Referenced by Fixedpoint.addCover().

5287  {
5288  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
5290  if (err != Z3_error_code.Z3_OK)
5291  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5292  }
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 5208 of file Native.java.

Referenced by Fixedpoint.addFact().

5209  {
5210  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
5212  if (err != Z3_error_code.Z3_OK)
5213  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5214  }
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)

§ fixedpointAddInvariant()

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

Definition at line 6449 of file Native.java.

6450  {
6451  INTERNALfixedpointAddInvariant(a0, a1, a2, a3);
6453  if (err != Z3_error_code.Z3_OK)
6454  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6455  }
static native void INTERNALfixedpointAddInvariant(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)

§ fixedpointAddRule()

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

Definition at line 5200 of file Native.java.

Referenced by Fixedpoint.addRule().

5201  {
5202  INTERNALfixedpointAddRule(a0, a1, a2, a3);
5204  if (err != Z3_error_code.Z3_OK)
5205  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5206  }
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 5216 of file Native.java.

Referenced by Fixedpoint.add().

5217  {
5218  INTERNALfixedpointAssert(a0, a1, a2);
5220  if (err != Z3_error_code.Z3_OK)
5221  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5222  }
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 5192 of file Native.java.

5193  {
5194  INTERNALfixedpointDecRef(a0, a1);
5196  if (err != Z3_error_code.Z3_OK)
5197  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5198  }
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 5381 of file Native.java.

Referenced by Fixedpoint.ParseFile().

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

Referenced by Fixedpoint.ParseString().

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

Referenced by Fixedpoint.getAnswer().

5243  {
5244  long res = INTERNALfixedpointGetAnswer(a0, a1);
5246  if (err != Z3_error_code.Z3_OK)
5247  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5248  return res;
5249  }
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 5328 of file Native.java.

Referenced by Fixedpoint.getAssertions().

5329  {
5330  long res = INTERNALfixedpointGetAssertions(a0, a1);
5332  if (err != Z3_error_code.Z3_OK)
5333  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5334  return res;
5335  }
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 5277 of file Native.java.

Referenced by Fixedpoint.getCoverDelta().

5278  {
5279  long res = INTERNALfixedpointGetCoverDelta(a0, a1, a2, a3);
5281  if (err != Z3_error_code.Z3_OK)
5282  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5283  return res;
5284  }
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)

§ fixedpointGetGroundSatAnswer()

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

Definition at line 6422 of file Native.java.

6423  {
6424  long res = INTERNALfixedpointGetGroundSatAnswer(a0, a1);
6426  if (err != Z3_error_code.Z3_OK)
6427  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6428  return res;
6429  }
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 INTERNALfixedpointGetGroundSatAnswer(long a0, long a1)

§ fixedpointGetHelp()

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

Definition at line 5345 of file Native.java.

Referenced by Fixedpoint.getHelp().

5346  {
5347  String res = INTERNALfixedpointGetHelp(a0, a1);
5349  if (err != Z3_error_code.Z3_OK)
5350  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5351  return res;
5352  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9821
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 5268 of file Native.java.

Referenced by Fixedpoint.getNumLevels().

5269  {
5270  int res = INTERNALfixedpointGetNumLevels(a0, a1, a2);
5272  if (err != Z3_error_code.Z3_OK)
5273  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5274  return res;
5275  }
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 5354 of file Native.java.

Referenced by Fixedpoint.getParameterDescriptions().

5355  {
5356  long res = INTERNALfixedpointGetParamDescrs(a0, a1);
5358  if (err != Z3_error_code.Z3_OK)
5359  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5360  return res;
5361  }
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)

§ fixedpointGetReachable()

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

Definition at line 6457 of file Native.java.

6458  {
6459  long res = INTERNALfixedpointGetReachable(a0, a1, a2);
6461  if (err != Z3_error_code.Z3_OK)
6462  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6463  return res;
6464  }
static native long INTERNALfixedpointGetReachable(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)

§ fixedpointGetReasonUnknown()

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

Definition at line 5251 of file Native.java.

Referenced by Fixedpoint.getReasonUnknown().

5252  {
5255  if (err != Z3_error_code.Z3_OK)
5256  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5257  return res;
5258  }
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:9821
static final Z3_error_code fromInt(int v)

§ fixedpointGetRuleNamesAlongTrace()

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

Definition at line 6440 of file Native.java.

6441  {
6442  long res = INTERNALfixedpointGetRuleNamesAlongTrace(a0, a1);
6444  if (err != Z3_error_code.Z3_OK)
6445  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6446  return res;
6447  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointGetRuleNamesAlongTrace(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fixedpointGetRules()

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

Definition at line 5319 of file Native.java.

Referenced by Fixedpoint.getRules().

5320  {
5321  long res = INTERNALfixedpointGetRules(a0, a1);
5323  if (err != Z3_error_code.Z3_OK)
5324  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5325  return res;
5326  }
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)

§ fixedpointGetRulesAlongTrace()

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

Definition at line 6431 of file Native.java.

6432  {
6433  long res = INTERNALfixedpointGetRulesAlongTrace(a0, a1);
6435  if (err != Z3_error_code.Z3_OK)
6436  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6437  return res;
6438  }
static native long INTERNALfixedpointGetRulesAlongTrace(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 5294 of file Native.java.

Referenced by Fixedpoint.getStatistics().

5295  {
5296  long res = INTERNALfixedpointGetStatistics(a0, a1);
5298  if (err != Z3_error_code.Z3_OK)
5299  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5300  return res;
5301  }
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 5184 of file Native.java.

Referenced by Fixedpoint.ParseString().

5185  {
5186  INTERNALfixedpointIncRef(a0, a1);
5188  if (err != Z3_error_code.Z3_OK)
5189  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5190  }
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 5398 of file Native.java.

Referenced by Fixedpoint.pop().

5399  {
5400  INTERNALfixedpointPop(a0, a1);
5402  if (err != Z3_error_code.Z3_OK)
5403  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5404  }
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 5390 of file Native.java.

Referenced by Fixedpoint.push().

5391  {
5392  INTERNALfixedpointPush(a0, a1);
5394  if (err != Z3_error_code.Z3_OK)
5395  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5396  }
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 5224 of file Native.java.

Referenced by Fixedpoint.query().

5225  {
5226  int res = INTERNALfixedpointQuery(a0, a1, a2);
5228  if (err != Z3_error_code.Z3_OK)
5229  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5230  return res;
5231  }
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)

§ fixedpointQueryFromLvl()

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

Definition at line 6413 of file Native.java.

6414  {
6415  int res = INTERNALfixedpointQueryFromLvl(a0, a1, a2, a3);
6417  if (err != Z3_error_code.Z3_OK)
6418  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6419  return res;
6420  }
static native int INTERNALfixedpointQueryFromLvl(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)

§ fixedpointQueryRelations()

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

Definition at line 5233 of file Native.java.

Referenced by Fixedpoint.query().

5234  {
5235  int res = INTERNALfixedpointQueryRelations(a0, a1, a2, a3);
5237  if (err != Z3_error_code.Z3_OK)
5238  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5239  return res;
5240  }
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 5303 of file Native.java.

Referenced by Fixedpoint.registerRelation().

5304  {
5307  if (err != Z3_error_code.Z3_OK)
5308  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5309  }
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 5337 of file Native.java.

Referenced by Fixedpoint.setParameters().

5338  {
5339  INTERNALfixedpointSetParams(a0, a1, a2);
5341  if (err != Z3_error_code.Z3_OK)
5342  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5343  }
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 5311 of file Native.java.

Referenced by Fixedpoint.setPredicateRepresentation().

5312  {
5315  if (err != Z3_error_code.Z3_OK)
5316  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5317  }
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 5363 of file Native.java.

Referenced by Fixedpoint.toString().

5364  {
5365  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
5367  if (err != Z3_error_code.Z3_OK)
5368  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5369  return res;
5370  }
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:9821
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 5260 of file Native.java.

Referenced by Fixedpoint.updateRule().

5261  {
5262  INTERNALfixedpointUpdateRule(a0, a1, a2, a3);
5264  if (err != Z3_error_code.Z3_OK)
5265  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5266  }
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 6242 of file Native.java.

Referenced by FPSort.getEBits().

6243  {
6244  int res = INTERNALfpaGetEbits(a0, a1);
6246  if (err != Z3_error_code.Z3_OK)
6247  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6248  return res;
6249  }
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)

§ fpaGetNumeralExponentBv()

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

Definition at line 6386 of file Native.java.

Referenced by FPNum.getExponentBV().

6387  {
6388  long res = INTERNALfpaGetNumeralExponentBv(a0, a1, a2);
6390  if (err != Z3_error_code.Z3_OK)
6391  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6392  return res;
6393  }
static native long INTERNALfpaGetNumeralExponentBv(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)

§ fpaGetNumeralExponentInt64()

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

Definition at line 6377 of file Native.java.

Referenced by FPNum.getExponentInt64().

6378  {
6379  boolean res = INTERNALfpaGetNumeralExponentInt64(a0, a1, a2, a3);
6381  if (err != Z3_error_code.Z3_OK)
6382  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6383  return res;
6384  }
static native boolean INTERNALfpaGetNumeralExponentInt64(long a0, long a1, LongPtr 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)

§ fpaGetNumeralExponentString()

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

Definition at line 6368 of file Native.java.

Referenced by FPNum.getExponent().

6369  {
6370  String res = INTERNALfpaGetNumeralExponentString(a0, a1, a2);
6372  if (err != Z3_error_code.Z3_OK)
6373  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6374  return res;
6375  }
static native String INTERNALfpaGetNumeralExponentString(long a0, long a1, boolean a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9821
static final Z3_error_code fromInt(int v)

§ fpaGetNumeralSign()

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

Definition at line 6341 of file Native.java.

Referenced by FPNum.getSign().

6342  {
6343  boolean res = INTERNALfpaGetNumeralSign(a0, a1, a2);
6345  if (err != Z3_error_code.Z3_OK)
6346  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6347  return res;
6348  }
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)

§ fpaGetNumeralSignBv()

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

Definition at line 6323 of file Native.java.

Referenced by FPNum.getSignBV().

6324  {
6325  long res = INTERNALfpaGetNumeralSignBv(a0, a1);
6327  if (err != Z3_error_code.Z3_OK)
6328  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6329  return res;
6330  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfpaGetNumeralSignBv(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fpaGetNumeralSignificandBv()

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

Definition at line 6332 of file Native.java.

Referenced by FPNum.getSignificandBV().

6333  {
6334  long res = INTERNALfpaGetNumeralSignificandBv(a0, a1);
6336  if (err != Z3_error_code.Z3_OK)
6337  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6338  return res;
6339  }
static native long INTERNALfpaGetNumeralSignificandBv(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)

§ fpaGetNumeralSignificandString()

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

Definition at line 6350 of file Native.java.

Referenced by FPNum.getSignificand().

6351  {
6354  if (err != Z3_error_code.Z3_OK)
6355  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6356  return res;
6357  }
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:9821
static final Z3_error_code fromInt(int v)

§ fpaGetNumeralSignificandUint64()

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

Definition at line 6359 of file Native.java.

Referenced by FPNum.getSignificandUInt64().

6360  {
6361  boolean res = INTERNALfpaGetNumeralSignificandUint64(a0, a1, a2);
6363  if (err != Z3_error_code.Z3_OK)
6364  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6365  return res;
6366  }
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 6251 of file Native.java.

Referenced by FPSort.getSBits().

6252  {
6253  int res = INTERNALfpaGetSbits(a0, a1);
6255  if (err != Z3_error_code.Z3_OK)
6256  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6257  return res;
6258  }
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)

§ fpaIsNumeralInf()

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

Definition at line 6269 of file Native.java.

Referenced by FPNum.isInf().

6270  {
6271  boolean res = INTERNALfpaIsNumeralInf(a0, a1);
6273  if (err != Z3_error_code.Z3_OK)
6274  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6275  return res;
6276  }
static native boolean INTERNALfpaIsNumeralInf(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)

§ fpaIsNumeralNan()

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

Definition at line 6260 of file Native.java.

Referenced by FPNum.isNaN().

6261  {
6262  boolean res = INTERNALfpaIsNumeralNan(a0, a1);
6264  if (err != Z3_error_code.Z3_OK)
6265  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6266  return res;
6267  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaIsNumeralNan(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fpaIsNumeralNegative()

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

Definition at line 6314 of file Native.java.

Referenced by FPNum.isNegative().

6315  {
6316  boolean res = INTERNALfpaIsNumeralNegative(a0, a1);
6318  if (err != Z3_error_code.Z3_OK)
6319  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6320  return res;
6321  }
static native boolean INTERNALfpaIsNumeralNegative(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)

§ fpaIsNumeralNormal()

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

Definition at line 6287 of file Native.java.

Referenced by FPNum.isNormal().

6288  {
6289  boolean res = INTERNALfpaIsNumeralNormal(a0, a1);
6291  if (err != Z3_error_code.Z3_OK)
6292  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6293  return res;
6294  }
static native boolean INTERNALfpaIsNumeralNormal(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)

§ fpaIsNumeralPositive()

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

Definition at line 6305 of file Native.java.

Referenced by FPNum.isPositive().

6306  {
6307  boolean res = INTERNALfpaIsNumeralPositive(a0, a1);
6309  if (err != Z3_error_code.Z3_OK)
6310  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6311  return res;
6312  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaIsNumeralPositive(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ fpaIsNumeralSubnormal()

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

Definition at line 6296 of file Native.java.

Referenced by FPNum.isSubnormal().

6297  {
6298  boolean res = INTERNALfpaIsNumeralSubnormal(a0, a1);
6300  if (err != Z3_error_code.Z3_OK)
6301  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6302  return res;
6303  }
static native boolean INTERNALfpaIsNumeralSubnormal(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)

§ fpaIsNumeralZero()

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

Definition at line 6278 of file Native.java.

Referenced by FPNum.isZero().

6279  {
6280  boolean res = INTERNALfpaIsNumeralZero(a0, a1);
6282  if (err != Z3_error_code.Z3_OK)
6283  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6284  return res;
6285  }
static native boolean INTERNALfpaIsNumeralZero(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 2681 of file Native.java.

2682  {
2683  long res = INTERNALfuncDeclToAst(a0, a1);
2685  if (err != Z3_error_code.Z3_OK)
2686  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2687  return res;
2688  }
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 3628 of file Native.java.

Referenced by FuncDecl.toString().

3629  {
3630  String res = INTERNALfuncDeclToString(a0, a1);
3632  if (err != Z3_error_code.Z3_OK)
3633  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3634  return res;
3635  }
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:9821
static final Z3_error_code fromInt(int v)

§ funcEntryDecRef()

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

Definition at line 3537 of file Native.java.

3538  {
3539  INTERNALfuncEntryDecRef(a0, a1);
3541  if (err != Z3_error_code.Z3_OK)
3542  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3543  }
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 3563 of file Native.java.

3564  {
3565  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
3567  if (err != Z3_error_code.Z3_OK)
3568  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3569  return res;
3570  }
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 3554 of file Native.java.

3555  {
3556  int res = INTERNALfuncEntryGetNumArgs(a0, a1);
3558  if (err != Z3_error_code.Z3_OK)
3559  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3560  return res;
3561  }
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 3545 of file Native.java.

3546  {
3547  long res = INTERNALfuncEntryGetValue(a0, a1);
3549  if (err != Z3_error_code.Z3_OK)
3550  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3551  return res;
3552  }
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 3529 of file Native.java.

3530  {
3531  INTERNALfuncEntryIncRef(a0, a1);
3533  if (err != Z3_error_code.Z3_OK)
3534  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3535  }
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)

§ funcInterpAddEntry()

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

Definition at line 3521 of file Native.java.

3522  {
3523  INTERNALfuncInterpAddEntry(a0, a1, a2, a3);
3525  if (err != Z3_error_code.Z3_OK)
3526  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3527  }
static native void INTERNALfuncInterpAddEntry(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)

§ funcInterpDecRef()

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

Definition at line 3469 of file Native.java.

3470  {
3471  INTERNALfuncInterpDecRef(a0, a1);
3473  if (err != Z3_error_code.Z3_OK)
3474  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3475  }
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 3512 of file Native.java.

Referenced by FuncInterp.getArity().

3513  {
3514  int res = INTERNALfuncInterpGetArity(a0, a1);
3516  if (err != Z3_error_code.Z3_OK)
3517  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3518  return res;
3519  }
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 3495 of file Native.java.

Referenced by FuncInterp.getElse().

3496  {
3497  long res = INTERNALfuncInterpGetElse(a0, a1);
3499  if (err != Z3_error_code.Z3_OK)
3500  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3501  return res;
3502  }
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 3486 of file Native.java.

Referenced by FuncInterp.getEntries().

3487  {
3488  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
3490  if (err != Z3_error_code.Z3_OK)
3491  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3492  return res;
3493  }
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 3477 of file Native.java.

Referenced by FuncInterp.getNumEntries().

3478  {
3479  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
3481  if (err != Z3_error_code.Z3_OK)
3482  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3483  return res;
3484  }
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 3461 of file Native.java.

Referenced by FuncInterp.toString().

3462  {
3463  INTERNALfuncInterpIncRef(a0, a1);
3465  if (err != Z3_error_code.Z3_OK)
3466  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3467  }
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)

§ funcInterpSetElse()

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

Definition at line 3504 of file Native.java.

3505  {
3506  INTERNALfuncInterpSetElse(a0, a1, a2);
3508  if (err != Z3_error_code.Z3_OK)
3509  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3510  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALfuncInterpSetElse(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

§ getAlgebraicNumberLower()

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

Definition at line 3077 of file Native.java.

Referenced by AlgebraicNum.toLower().

3078  {
3079  long res = INTERNALgetAlgebraicNumberLower(a0, a1, a2);
3081  if (err != Z3_error_code.Z3_OK)
3082  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3083  return res;
3084  }
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 3086 of file Native.java.

Referenced by AlgebraicNum.toUpper().

3087  {
3088  long res = INTERNALgetAlgebraicNumberUpper(a0, a1, a2);
3090  if (err != Z3_error_code.Z3_OK)
3091  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3092  return res;
3093  }
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 2870 of file Native.java.

Referenced by Expr.getArgs().

2871  {
2872  long res = INTERNALgetAppArg(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 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 2852 of file Native.java.

Referenced by Expr.getFuncDecl().

2853  {
2854  long res = INTERNALgetAppDecl(a0, a1);
2856  if (err != Z3_error_code.Z3_OK)
2857  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2858  return res;
2859  }
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 2861 of file Native.java.

Referenced by Expr.getNumArgs().

2862  {
2863  int res = INTERNALgetAppNumArgs(a0, a1);
2865  if (err != Z3_error_code.Z3_OK)
2866  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2867  return res;
2868  }
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 2735 of file Native.java.

Referenced by FuncDecl.getArity().

2736  {
2737  int res = INTERNALgetArity(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 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 2528 of file Native.java.

Referenced by ArraySort.getDomain().

2529  {
2530  long res = INTERNALgetArraySortDomain(a0, a1);
2532  if (err != Z3_error_code.Z3_OK)
2533  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2534  return res;
2535  }
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 2537 of file Native.java.

Referenced by ArraySort.getRange().

2538  {
2539  long res = INTERNALgetArraySortRange(a0, a1);
2541  if (err != Z3_error_code.Z3_OK)
2542  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2543  return res;
2544  }
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 3435 of file Native.java.

Referenced by Model.getFuncInterp().

3436  {
3437  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
3439  if (err != Z3_error_code.Z3_OK)
3440  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3441  return res;
3442  }
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 2897 of file Native.java.

Referenced by AST.hashCode().

2898  {
2899  int res = INTERNALgetAstHash(a0, a1);
2901  if (err != Z3_error_code.Z3_OK)
2902  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2903  return res;
2904  }
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 2888 of file Native.java.

Referenced by AST.getId().

2889  {
2890  int res = INTERNALgetAstId(a0, a1);
2892  if (err != Z3_error_code.Z3_OK)
2893  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2894  return res;
2895  }
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 2933 of file Native.java.

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

2934  {
2935  int res = INTERNALgetAstKind(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 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 2924 of file Native.java.

Referenced by Expr.getBoolValue().

2925  {
2926  int res = INTERNALgetBoolValue(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 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 2510 of file Native.java.

Referenced by BitVecSort.getSize().

2511  {
2512  int res = INTERNALgetBvSortSize(a0, a1);
2514  if (err != Z3_error_code.Z3_OK)
2515  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2516  return res;
2517  }
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 2582 of file Native.java.

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

2583  {
2584  long res = INTERNALgetDatatypeSortConstructor(a0, a1, a2);
2586  if (err != Z3_error_code.Z3_OK)
2587  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2588  return res;
2589  }
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 2600 of file Native.java.

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

2601  {
2602  long res = INTERNALgetDatatypeSortConstructorAccessor(a0, a1, a2, a3);
2604  if (err != Z3_error_code.Z3_OK)
2605  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2606  return res;
2607  }
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 2573 of file Native.java.

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

2574  {
2575  int res = INTERNALgetDatatypeSortNumConstructors(a0, a1);
2577  if (err != Z3_error_code.Z3_OK)
2578  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2579  return res;
2580  }
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 2591 of file Native.java.

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

2592  {
2593  long res = INTERNALgetDatatypeSortRecognizer(a0, a1, a2);
2595  if (err != Z3_error_code.Z3_OK)
2596  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2597  return res;
2598  }
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 2816 of file Native.java.

Referenced by FuncDecl.getParameters().

2817  {
2818  long res = INTERNALgetDeclAstParameter(a0, a1, a2);
2820  if (err != Z3_error_code.Z3_OK)
2821  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2822  return res;
2823  }
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 2789 of file Native.java.

Referenced by FuncDecl.getParameters().

2790  {
2791  double res = INTERNALgetDeclDoubleParameter(a0, a1, a2);
2793  if (err != Z3_error_code.Z3_OK)
2794  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2795  return res;
2796  }
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 2825 of file Native.java.

Referenced by FuncDecl.getParameters().

2826  {
2827  long res = INTERNALgetDeclFuncDeclParameter(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 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 2780 of file Native.java.

Referenced by FuncDecl.getParameters().

2781  {
2782  int res = INTERNALgetDeclIntParameter(a0, a1, a2);
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 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 2717 of file Native.java.

Referenced by FuncDecl.getDeclKind().

2718  {
2719  int res = INTERNALgetDeclKind(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 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 2708 of file Native.java.

Referenced by FuncDecl.getName().

2709  {
2710  long res = INTERNALgetDeclName(a0, a1);
2712  if (err != Z3_error_code.Z3_OK)
2713  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2714  return res;
2715  }
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 2762 of file Native.java.

Referenced by FuncDecl.getNumParameters().

2763  {
2764  int res = INTERNALgetDeclNumParameters(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 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 2771 of file Native.java.

2772  {
2773  int res = INTERNALgetDeclParameterKind(a0, a1, a2);
2775  if (err != Z3_error_code.Z3_OK)
2776  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2777  return res;
2778  }
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 2834 of file Native.java.

Referenced by FuncDecl.getParameters().

2835  {
2836  String res = INTERNALgetDeclRationalParameter(a0, a1, a2);
2838  if (err != Z3_error_code.Z3_OK)
2839  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2840  return res;
2841  }
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:9821
static final Z3_error_code fromInt(int v)

§ getDeclSortParameter()

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

Definition at line 2807 of file Native.java.

2808  {
2809  long res = INTERNALgetDeclSortParameter(a0, a1, a2);
2811  if (err != Z3_error_code.Z3_OK)
2812  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2813  return res;
2814  }
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 2798 of file Native.java.

2799  {
2800  long res = INTERNALgetDeclSymbolParameter(a0, a1, a2);
2802  if (err != Z3_error_code.Z3_OK)
2803  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2804  return res;
2805  }
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 3014 of file Native.java.

Referenced by RatNum.getDenominator().

3015  {
3016  long res = INTERNALgetDenominator(a0, a1);
3018  if (err != Z3_error_code.Z3_OK)
3019  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3020  return res;
3021  }
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 2744 of file Native.java.

Referenced by FuncDecl.getDomain().

2745  {
2746  long res = INTERNALgetDomain(a0, a1, a2);
2748  if (err != Z3_error_code.Z3_OK)
2749  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2750  return res;
2751  }
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 2726 of file Native.java.

Referenced by FuncDecl.getDomainSize().

2727  {
2728  int res = INTERNALgetDomainSize(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 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 3691 of file Native.java.

3692  {
3693  int res = INTERNALgetErrorCode(a0);
3694  return res;
3695  }
static native int INTERNALgetErrorCode(long a0)

§ getErrorMsg()

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

Definition at line 3705 of file Native.java.

3706  {
3707  String res = INTERNALgetErrorMsg(a0, a1);
3709  if (err != Z3_error_code.Z3_OK)
3710  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3711  return res;
3712  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9821
static final Z3_error_code fromInt(int v)

§ getEstimatedAllocSize()

static long getEstimatedAllocSize ( )
inlinestatic

Definition at line 4605 of file Native.java.

4606  {
4607  long res = INTERNALgetEstimatedAllocSize();
4608  return res;
4609  }
static native long INTERNALgetEstimatedAllocSize()

§ getFiniteDomainSortSize()

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

Definition at line 2519 of file Native.java.

Referenced by FiniteDomainSort.getSize().

2520  {
2521  boolean res = INTERNALgetFiniteDomainSortSize(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 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 3719 of file Native.java.

Referenced by Version.getFullVersion().

3720  {
3722  return res;
3723  }
static native String INTERNALgetFullVersion()
def String(name, ctx=None)
Definition: z3py.py:9821

§ getFuncDeclId()

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

Definition at line 2699 of file Native.java.

Referenced by FuncDecl.getId().

2700  {
2701  int res = INTERNALgetFuncDeclId(a0, a1);
2703  if (err != Z3_error_code.Z3_OK)
2704  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2705  return res;
2706  }
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 4454 of file Native.java.

4455  {
4456  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4458  if (err != Z3_error_code.Z3_OK)
4459  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4460  return res;
4461  }
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 3122 of file Native.java.

Referenced by Expr.getIndex().

3123  {
3124  int res = INTERNALgetIndexValue(a0, a1);
3126  if (err != Z3_error_code.Z3_OK)
3127  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3128  return res;
3129  }
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 5640 of file Native.java.

Referenced by InterpolationContext.GetInterpolant().

5641  {
5642  long res = INTERNALgetInterpolant(a0, a1, a2, a3);
5644  if (err != Z3_error_code.Z3_OK)
5645  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5646  return res;
5647  }
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 2996 of file Native.java.

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

2997  {
2998  String res = INTERNALgetNumeralDecimalString(a0, a1, a2);
3000  if (err != Z3_error_code.Z3_OK)
3001  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3002  return res;
3003  }
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:9821
static final Z3_error_code fromInt(int v)

§ getNumeralInt()

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

Definition at line 3032 of file Native.java.

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

3033  {
3034  boolean res = INTERNALgetNumeralInt(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 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 3059 of file Native.java.

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

3060  {
3061  boolean res = INTERNALgetNumeralInt64(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 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 3068 of file Native.java.

3069  {
3070  boolean res = INTERNALgetNumeralRationalInt64(a0, a1, a2, a3);
3072  if (err != Z3_error_code.Z3_OK)
3073  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3074  return res;
3075  }
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 3023 of file Native.java.

3024  {
3025  boolean res = INTERNALgetNumeralSmall(a0, a1, a2, a3);
3027  if (err != Z3_error_code.Z3_OK)
3028  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3029  return res;
3030  }
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 2987 of file Native.java.

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

2988  {
2989  String res = INTERNALgetNumeralString(a0, a1);
2991  if (err != Z3_error_code.Z3_OK)
2992  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2993  return res;
2994  }
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:9821
static final Z3_error_code fromInt(int v)

§ getNumeralUint()

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

Definition at line 3041 of file Native.java.

3042  {
3043  boolean res = INTERNALgetNumeralUint(a0, a1, a2);
3045  if (err != Z3_error_code.Z3_OK)
3046  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3047  return res;
3048  }
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 3050 of file Native.java.

3051  {
3052  boolean res = INTERNALgetNumeralUint64(a0, a1, a2);
3054  if (err != Z3_error_code.Z3_OK)
3055  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3056  return res;
3057  }
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 3005 of file Native.java.

Referenced by RatNum.getNumerator().

3006  {
3007  long res = INTERNALgetNumerator(a0, a1);
3009  if (err != Z3_error_code.Z3_OK)
3010  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3011  return res;
3012  }
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 4142 of file Native.java.

Referenced by Context.getNumProbes().

4143  {
4144  int res = INTERNALgetNumProbes(a0);
4146  if (err != Z3_error_code.Z3_OK)
4147  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4148  return res;
4149  }
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 4124 of file Native.java.

Referenced by Context.getNumTactics().

4125  {
4126  int res = INTERNALgetNumTactics(a0);
4128  if (err != Z3_error_code.Z3_OK)
4129  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4130  return res;
4131  }
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)

§ getParserError()

static String getParserError ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3682 of file Native.java.

3683  {
3684  String res = INTERNALgetParserError(a0);
3686  if (err != Z3_error_code.Z3_OK)
3687  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3688  return res;
3689  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native String INTERNALgetParserError(long a0)
def String(name, ctx=None)
Definition: z3py.py:9821
static final Z3_error_code fromInt(int v)

§ getPattern()

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

Definition at line 3113 of file Native.java.

Referenced by Pattern.getTerms().

3114  {
3115  long res = INTERNALgetPattern(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 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 3104 of file Native.java.

Referenced by Pattern.getNumTerms().

3105  {
3106  int res = INTERNALgetPatternNumTerms(a0, a1);
3108  if (err != Z3_error_code.Z3_OK)
3109  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3110  return res;
3111  }
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 4151 of file Native.java.

Referenced by Context.getProbeNames().

4152  {
4153  String res = INTERNALgetProbeName(a0, a1);
4155  if (err != Z3_error_code.Z3_OK)
4156  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4157  return res;
4158  }
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:9821
static final Z3_error_code fromInt(int v)

§ getQuantifierBody()

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

Definition at line 3212 of file Native.java.

Referenced by Quantifier.getBody().

3213  {
3214  long res = INTERNALgetQuantifierBody(a0, a1);
3216  if (err != Z3_error_code.Z3_OK)
3217  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3218  return res;
3219  }
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 3194 of file Native.java.

Referenced by Quantifier.getBoundVariableNames().

3195  {
3196  long res = INTERNALgetQuantifierBoundName(a0, a1, a2);
3198  if (err != Z3_error_code.Z3_OK)
3199  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3200  return res;
3201  }
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 3203 of file Native.java.

Referenced by Quantifier.getBoundVariableSorts().

3204  {
3205  long res = INTERNALgetQuantifierBoundSort(a0, a1, a2);
3207  if (err != Z3_error_code.Z3_OK)
3208  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3209  return res;
3210  }
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 3176 of file Native.java.

Referenced by Quantifier.getNoPatterns().

3177  {
3178  long res = INTERNALgetQuantifierNoPatternAst(a0, a1, a2);
3180  if (err != Z3_error_code.Z3_OK)
3181  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3182  return res;
3183  }
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 3185 of file Native.java.

Referenced by Quantifier.getNumBound().

3186  {
3187  int res = INTERNALgetQuantifierNumBound(a0, a1);
3189  if (err != Z3_error_code.Z3_OK)
3190  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3191  return res;
3192  }
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 3167 of file Native.java.

Referenced by Quantifier.getNumNoPatterns().

3168  {
3169  int res = INTERNALgetQuantifierNumNoPatterns(a0, a1);
3171  if (err != Z3_error_code.Z3_OK)
3172  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3173  return res;
3174  }
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 3149 of file Native.java.

Referenced by Quantifier.getNumPatterns().

3150  {
3151  int res = INTERNALgetQuantifierNumPatterns(a0, a1);
3153  if (err != Z3_error_code.Z3_OK)
3154  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3155  return res;
3156  }
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 3158 of file Native.java.

Referenced by Quantifier.getPatterns().

3159  {
3160  long res = INTERNALgetQuantifierPatternAst(a0, a1, a2);
3162  if (err != Z3_error_code.Z3_OK)
3163  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3164  return res;
3165  }
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 3140 of file Native.java.

Referenced by Quantifier.getWeight().

3141  {
3142  int res = INTERNALgetQuantifierWeight(a0, a1);
3144  if (err != Z3_error_code.Z3_OK)
3145  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3146  return res;
3147  }
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 2753 of file Native.java.

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

2754  {
2755  long res = INTERNALgetRange(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 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 2618 of file Native.java.

Referenced by RelationSort.getArity().

2619  {
2620  int res = INTERNALgetRelationArity(a0, a1);
2622  if (err != Z3_error_code.Z3_OK)
2623  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2624  return res;
2625  }
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 2627 of file Native.java.

Referenced by RelationSort.getColumnSorts().

2628  {
2629  long res = INTERNALgetRelationColumn(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 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)

§ getSort()

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

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

2907  {
2908  long res = INTERNALgetSort(a0, a1);
2910  if (err != Z3_error_code.Z3_OK)
2911  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2912  return res;
2913  }
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 2474 of file Native.java.

Referenced by Sort.getId().

2475  {
2476  int res = INTERNALgetSortId(a0, a1);
2478  if (err != Z3_error_code.Z3_OK)
2479  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2480  return res;
2481  }
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 2501 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.translate().

2502  {
2503  int res = INTERNALgetSortKind(a0, a1);
2505  if (err != Z3_error_code.Z3_OK)
2506  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2507  return res;
2508  }
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 2465 of file Native.java.

Referenced by Sort.getName().

2466  {
2467  long res = INTERNALgetSortName(a0, a1);
2469  if (err != Z3_error_code.Z3_OK)
2470  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2471  return res;
2472  }
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 2105 of file Native.java.

Referenced by Expr.getString().

2106  {
2107  String res = INTERNALgetString(a0, a1);
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 String INTERNALgetString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9821
static final Z3_error_code fromInt(int v)

§ getSymbolInt()

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

Definition at line 2447 of file Native.java.

Referenced by IntSymbol.getInt().

2448  {
2449  int res = INTERNALgetSymbolInt(a0, a1);
2451  if (err != Z3_error_code.Z3_OK)
2452  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2453  return res;
2454  }
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 2438 of file Native.java.

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

2439  {
2440  int res = INTERNALgetSymbolKind(a0, a1);
2442  if (err != Z3_error_code.Z3_OK)
2443  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2444  return res;
2445  }
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 2456 of file Native.java.

Referenced by StringSymbol.getString().

2457  {
2458  String res = INTERNALgetSymbolString(a0, a1);
2460  if (err != Z3_error_code.Z3_OK)
2461  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2462  return res;
2463  }
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:9821
static final Z3_error_code fromInt(int v)

§ getTacticName()

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

Definition at line 4133 of file Native.java.

Referenced by Context.getTacticNames().

4134  {
4135  String res = INTERNALgetTacticName(a0, a1);
4137  if (err != Z3_error_code.Z3_OK)
4138  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4139  return res;
4140  }
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:9821
static final Z3_error_code fromInt(int v)

§ getTupleSortFieldDecl()

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

Definition at line 2564 of file Native.java.

Referenced by TupleSort.getFieldDecls().

2565  {
2566  long res = INTERNALgetTupleSortFieldDecl(a0, a1, a2);
2568  if (err != Z3_error_code.Z3_OK)
2569  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2570  return res;
2571  }
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 2546 of file Native.java.

Referenced by TupleSort.mkDecl().

2547  {
2548  long res = INTERNALgetTupleSortMkDecl(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 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 2555 of file Native.java.

Referenced by TupleSort.getNumFields().

2556  {
2557  int res = INTERNALgetTupleSortNumFields(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 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 3714 of file Native.java.

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

3715  {
3716  INTERNALgetVersion(a0, a1, a2, a3);
3717  }
static native void INTERNALgetVersion(IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)

§ globalParamGet()

static boolean globalParamGet ( String  a0,
StringPtr  a1 
)
inlinestatic

Definition at line 693 of file Native.java.

Referenced by Global.getParameter().

694  {
695  boolean res = INTERNALglobalParamGet(a0, a1);
696  return res;
697  }
static native boolean INTERNALglobalParamGet(String a0, StringPtr a1)

§ globalParamResetAll()

static void globalParamResetAll ( )
inlinestatic

Definition at line 688 of file Native.java.

Referenced by Global.resetParameters().

689  {
691  }
static native void INTERNALglobalParamResetAll()

§ globalParamSet()

static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 683 of file Native.java.

Referenced by Global.setParameter().

684  {
685  INTERNALglobalParamSet(a0, a1);
686  }
static native void INTERNALglobalParamSet(String a0, String a1)

§ goalAssert()

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

Definition at line 3779 of file Native.java.

Referenced by Goal.add().

3780  {
3781  INTERNALgoalAssert(a0, a1, a2);
3783  if (err != Z3_error_code.Z3_OK)
3784  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3785  }
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 3762 of file Native.java.

3763  {
3764  INTERNALgoalDecRef(a0, a1);
3766  if (err != Z3_error_code.Z3_OK)
3767  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3768  }
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 3796 of file Native.java.

Referenced by Goal.getDepth().

3797  {
3798  int res = INTERNALgoalDepth(a0, a1);
3800  if (err != Z3_error_code.Z3_OK)
3801  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3802  return res;
3803  }
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 3822 of file Native.java.

Referenced by Goal.getFormulas().

3823  {
3824  long res = INTERNALgoalFormula(a0, a1, a2);
3826  if (err != Z3_error_code.Z3_OK)
3827  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3828  return res;
3829  }
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 3787 of file Native.java.

Referenced by Goal.inconsistent().

3788  {
3789  boolean res = INTERNALgoalInconsistent(a0, a1);
3791  if (err != Z3_error_code.Z3_OK)
3792  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3793  return res;
3794  }
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 3754 of file Native.java.

Referenced by Goal.AsBoolExpr().

3755  {
3756  INTERNALgoalIncRef(a0, a1);
3758  if (err != Z3_error_code.Z3_OK)
3759  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3760  }
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 3840 of file Native.java.

Referenced by Goal.isDecidedSat().

3841  {
3842  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
3844  if (err != Z3_error_code.Z3_OK)
3845  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3846  return res;
3847  }
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 3849 of file Native.java.

Referenced by Goal.isDecidedUnsat().

3850  {
3851  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
3853  if (err != Z3_error_code.Z3_OK)
3854  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3855  return res;
3856  }
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 3831 of file Native.java.

Referenced by Goal.getNumExprs().

3832  {
3833  int res = INTERNALgoalNumExprs(a0, a1);
3835  if (err != Z3_error_code.Z3_OK)
3836  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3837  return res;
3838  }
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 3770 of file Native.java.

Referenced by Goal.getPrecision().

3771  {
3772  int res = INTERNALgoalPrecision(a0, a1);
3774  if (err != Z3_error_code.Z3_OK)
3775  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3776  return res;
3777  }
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 3805 of file Native.java.

Referenced by Goal.reset().

3806  {
3807  INTERNALgoalReset(a0, a1);
3809  if (err != Z3_error_code.Z3_OK)
3810  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3811  }
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 3813 of file Native.java.

Referenced by Goal.size().

3814  {
3815  int res = INTERNALgoalSize(a0, a1);
3817  if (err != Z3_error_code.Z3_OK)
3818  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3819  return res;
3820  }
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 3867 of file Native.java.

Referenced by Goal.toString().

3868  {
3869  String res = INTERNALgoalToString(a0, a1);
3871  if (err != Z3_error_code.Z3_OK)
3872  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3873  return res;
3874  }
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:9821
static final Z3_error_code fromInt(int v)

§ goalTranslate()

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

Definition at line 3858 of file Native.java.

Referenced by Goal.translate().

3859  {
3860  long res = INTERNALgoalTranslate(a0, a1, a2);
3862  if (err != Z3_error_code.Z3_OK)
3863  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3864  return res;
3865  }
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 736 of file Native.java.

Referenced by AST.getSExpr().

737  {
738  INTERNALincRef(a0, a1);
740  if (err != Z3_error_code.Z3_OK)
741  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
742  }
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)

§ INTERNALaddConstInterp()

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

Referenced by Native.addConstInterp().

§ INTERNALaddFuncInterp()

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

Referenced by Native.addFuncInterp().

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

§ INTERNALevalSmtlib2String()

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

§ 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

§ INTERNALfixedpointAddInvariant()

static native void INTERNALfixedpointAddInvariant ( long  a0,
long  a1,
long  a2,
long  a3 
)
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

§ INTERNALfixedpointGetGroundSatAnswer()

static native long INTERNALfixedpointGetGroundSatAnswer ( long  a0,
long  a1 
)
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

§ INTERNALfixedpointGetReachable()

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

§ INTERNALfixedpointGetReasonUnknown()

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

§ INTERNALfixedpointGetRuleNamesAlongTrace()

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

§ INTERNALfixedpointGetRules()

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

§ INTERNALfixedpointGetRulesAlongTrace()

static native long INTERNALfixedpointGetRulesAlongTrace ( 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().

§ INTERNALfixedpointQueryFromLvl()

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

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

§ INTERNALfpaGetNumeralExponentBv()

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

§ INTERNALfpaGetNumeralExponentInt64()

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

§ INTERNALfpaGetNumeralExponentString()

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

§ INTERNALfpaGetNumeralSign()

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

§ INTERNALfpaGetNumeralSignBv()

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

§ INTERNALfpaGetNumeralSignificandBv()

static native long INTERNALfpaGetNumeralSignificandBv ( long  a0,
long  a1 
)
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().

§ INTERNALfpaIsNumeralInf()

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

Referenced by Native.fpaIsNumeralInf().

§ INTERNALfpaIsNumeralNan()

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

Referenced by Native.fpaIsNumeralNan().

§ INTERNALfpaIsNumeralNegative()

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

§ INTERNALfpaIsNumeralNormal()

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

§ INTERNALfpaIsNumeralPositive()

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

§ INTERNALfpaIsNumeralSubnormal()

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

§ INTERNALfpaIsNumeralZero()

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

Referenced by Native.fpaIsNumeralZero().

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

§ INTERNALfuncInterpAddEntry()

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

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

§ INTERNALfuncInterpSetElse()

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

§ 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.addConstInterp(), Native.addFuncInterp(), 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.evalSmtlib2String(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddInvariant(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetGroundSatAnswer(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReachable(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRuleNamesAlongTrace(), Native.fixedpointGetRules(), Native.fixedpointGetRulesAlongTrace(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointPop(), Native.fixedpointPush(), Native.fixedpointQuery(), Native.fixedpointQueryFromLvl(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.fpaGetEbits(), Native.fpaGetNumeralExponentBv(), Native.fpaGetNumeralExponentInt64(), Native.fpaGetNumeralExponentString(), Native.fpaGetNumeralSign(), Native.fpaGetNumeralSignBv(), Native.fpaGetNumeralSignificandBv(), Native.fpaGetNumeralSignificandString(), Native.fpaGetNumeralSignificandUint64(), Native.fpaGetSbits(), Native.fpaIsNumeralInf(), Native.fpaIsNumeralNan(), Native.fpaIsNumeralNegative(), Native.fpaIsNumeralNormal(), Native.fpaIsNumeralPositive(), Native.fpaIsNumeralSubnormal(), Native.fpaIsNumeralZero(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpAddEntry(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.funcInterpSetElse(), 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.getParserError(), 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.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.mkArraySortN(), Native.mkAsArray(), Native.mkAstMap(), Native.mkAstVector(), Native.mkAtleast(), 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.mkBvNumeral(), 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.mkIntToStr(), Native.mkIsInt(), Native.mkIte(), Native.mkLe(), Native.mkListSort(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkModel(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOptimize(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPbeq(), Native.mkPbge(), Native.mkPble(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkReComplement(), Native.mkReConcat(), Native.mkReEmpty(), Native.mkReFull(), Native.mkReIntersect(), Native.mkReLoop(), Native.mkRem(), Native.mkReOption(), Native.mkRepeat(), Native.mkRePlus(), Native.mkReRange(), Native.mkReSort(), Native.mkReStar(), Native.mkReUnion(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSelectN(), 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.mkStoreN(), Native.mkString(), Native.mkStringSort(), Native.mkStringSymbol(), Native.mkStrToInt(), 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.modelExtrapolate(), 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.modelTranslate(), Native.optimizeAssert(), Native.optimizeAssertSoft(), Native.optimizeCheck(), Native.optimizeDecRef(), Native.optimizeFromFile(), Native.optimizeFromString(), Native.optimizeGetAssertions(), Native.optimizeGetHelp(), Native.optimizeGetLower(), Native.optimizeGetLowerAsVector(), Native.optimizeGetModel(), Native.optimizeGetObjectives(), Native.optimizeGetParamDescrs(), Native.optimizeGetReasonUnknown(), Native.optimizeGetStatistics(), Native.optimizeGetUpper(), Native.optimizeGetUpperAsVector(), 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.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.qeLite(), Native.qeModelProject(), Native.qeModelProjectSkolem(), 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.solverFromFile(), Native.solverFromString(), 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.addConstInterp(), Native.addFuncInterp(), 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.evalSmtlib2String(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddInvariant(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetGroundSatAnswer(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReachable(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRuleNamesAlongTrace(), Native.fixedpointGetRules(), Native.fixedpointGetRulesAlongTrace(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointPop(), Native.fixedpointPush(), Native.fixedpointQuery(), Native.fixedpointQueryFromLvl(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.fpaGetEbits(), Native.fpaGetNumeralExponentBv(), Native.fpaGetNumeralExponentInt64(), Native.fpaGetNumeralExponentString(), Native.fpaGetNumeralSign(), Native.fpaGetNumeralSignBv(), Native.fpaGetNumeralSignificandBv(), Native.fpaGetNumeralSignificandString(), Native.fpaGetNumeralSignificandUint64(), Native.fpaGetSbits(), Native.fpaIsNumeralInf(), Native.fpaIsNumeralNan(), Native.fpaIsNumeralNegative(), Native.fpaIsNumeralNormal(), Native.fpaIsNumeralPositive(), Native.fpaIsNumeralSubnormal(), Native.fpaIsNumeralZero(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpAddEntry(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.funcInterpSetElse(), 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.getParserError(), 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.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.mkArraySortN(), Native.mkAsArray(), Native.mkAstMap(), Native.mkAstVector(), Native.mkAtleast(), 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.mkBvNumeral(), 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.mkIntToStr(), Native.mkIsInt(), Native.mkIte(), Native.mkLe(), Native.mkListSort(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkModel(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOptimize(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPbeq(), Native.mkPbge(), Native.mkPble(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkReComplement(), Native.mkReConcat(), Native.mkReEmpty(), Native.mkReFull(), Native.mkReIntersect(), Native.mkReLoop(), Native.mkRem(), Native.mkReOption(), Native.mkRepeat(), Native.mkRePlus(), Native.mkReRange(), Native.mkReSort(), Native.mkReStar(), Native.mkReUnion(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSelectN(), 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.mkStoreN(), Native.mkString(), Native.mkStringSort(), Native.mkStringSymbol(), Native.mkStrToInt(), 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.modelExtrapolate(), 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.modelTranslate(), Native.optimizeAssert(), Native.optimizeAssertSoft(), Native.optimizeCheck(), Native.optimizeDecRef(), Native.optimizeFromFile(), Native.optimizeFromString(), Native.optimizeGetAssertions(), Native.optimizeGetHelp(), Native.optimizeGetLower(), Native.optimizeGetLowerAsVector(), Native.optimizeGetModel(), Native.optimizeGetObjectives(), Native.optimizeGetParamDescrs(), Native.optimizeGetReasonUnknown(), Native.optimizeGetStatistics(), Native.optimizeGetUpper(), Native.optimizeGetUpperAsVector(), 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.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.qeLite(), Native.qeModelProject(), Native.qeModelProjectSkolem(), 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.solverFromFile(), Native.solverFromString(), 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().

§ INTERNALgetParserError()

static native String INTERNALgetParserError ( long  a0)
staticprotected

Referenced by Native.getParserError().

§ 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

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

§ INTERNALmkArraySortN()

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

Referenced by Native.mkArraySortN().

§ INTERNALmkAsArray()

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

Referenced by Native.mkAsArray().

§ INTERNALmkAstMap()

static native long INTERNALmkAstMap ( long  a0)
staticprotected

Referenced by Native.mkAstMap().

§ INTERNALmkAstVector()

static native long INTERNALmkAstVector ( long  a0)
staticprotected

Referenced by Native.mkAstVector().

§ INTERNALmkAtleast()

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

Referenced by Native.mkAtleast().

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

§ INTERNALmkBvNumeral()

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

Referenced by Native.mkBvNumeral().

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

§ INTERNALmkIntToStr()

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

Referenced by Native.mkIntToStr().

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

§ INTERNALmkModel()

static native long INTERNALmkModel ( long  a0)
staticprotected

Referenced by Native.mkModel().

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

§ INTERNALmkPbge()

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

Referenced by Native.mkPbge().

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

§ INTERNALmkReComplement()

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

Referenced by Native.mkReComplement().

§ INTERNALmkReConcat()

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

Referenced by Native.mkReConcat().

§ INTERNALmkReEmpty()

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

Referenced by Native.mkReEmpty().

§ INTERNALmkReFull()

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

Referenced by Native.mkReFull().

§ INTERNALmkReIntersect()

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

Referenced by Native.mkReIntersect().

§ INTERNALmkReLoop()

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

Referenced by Native.mkReLoop().

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

§ INTERNALmkReRange()

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

Referenced by Native.mkReRange().

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

§ INTERNALmkSelectN()

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

Referenced by Native.mkSelectN().

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

§ INTERNALmkStoreN()

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

Referenced by Native.mkStoreN().

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

§ INTERNALmkStrToInt()

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

Referenced by Native.mkStrToInt().

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

§ INTERNALmodelExtrapolate()

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

Referenced by Native.modelExtrapolate().

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

§ INTERNALmodelTranslate()

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

Referenced by Native.modelTranslate().

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

§ INTERNALoptimizeGetLowerAsVector()

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

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

§ INTERNALoptimizeGetUpperAsVector()

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

§ 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

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

§ INTERNALqeLite()

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

Referenced by Native.qeLite().

§ INTERNALqeModelProject()

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

Referenced by Native.qeModelProject().

§ INTERNALqeModelProjectSkolem()

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

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

§ INTERNALsolverFromFile()

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

Referenced by Native.solverFromFile().

§ INTERNALsolverFromString()

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

Referenced by Native.solverFromString().

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

Referenced by InterpolationContext.InterpolationProfile().

5659  {
5662  if (err != Z3_error_code.Z3_OK)
5663  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5664  return res;
5665  }
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:9821
static final Z3_error_code fromInt(int v)

§ interrupt()

static void interrupt ( long  a0) throws Z3Exception
inlinestatic

Definition at line 760 of file Native.java.

Referenced by Context.interrupt().

761  {
762  INTERNALinterrupt(a0);
764  if (err != Z3_error_code.Z3_OK)
765  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
766  }
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 2960 of file Native.java.

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

2961  {
2962  boolean res = INTERNALisAlgebraicNumber(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 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 2942 of file Native.java.

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

2943  {
2944  boolean res = INTERNALisApp(a0, a1);
2946  if (err != Z3_error_code.Z3_OK)
2947  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2948  return res;
2949  }
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 3426 of file Native.java.

Referenced by Model.getFuncInterp().

3427  {
3428  boolean res = INTERNALisAsArray(a0, a1);
3430  if (err != Z3_error_code.Z3_OK)
3431  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3432  return res;
3433  }
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 2879 of file Native.java.

Referenced by AST.equals().

2880  {
2881  boolean res = INTERNALisEqAst(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 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 2690 of file Native.java.

Referenced by FuncDecl.equals().

2691  {
2692  boolean res = INTERNALisEqFuncDecl(a0, a1, a2);
2694  if (err != Z3_error_code.Z3_OK)
2695  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2696  return res;
2697  }
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 2492 of file Native.java.

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

2493  {
2494  boolean res = INTERNALisEqSort(a0, a1, a2);
2496  if (err != Z3_error_code.Z3_OK)
2497  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2498  return res;
2499  }
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 2951 of file Native.java.

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

2952  {
2953  boolean res = INTERNALisNumeralAst(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 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 3131 of file Native.java.

Referenced by Quantifier.isUniversal().

3132  {
3133  boolean res = INTERNALisQuantifierForall(a0, a1);
3135  if (err != Z3_error_code.Z3_OK)
3136  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3137  return res;
3138  }
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 2060 of file Native.java.

2061  {
2062  boolean res = INTERNALisReSort(a0, a1);
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 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 2042 of file Native.java.

2043  {
2044  boolean res = INTERNALisSeqSort(a0, a1);
2046  if (err != Z3_error_code.Z3_OK)
2047  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2048  return res;
2049  }
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 2096 of file Native.java.

Referenced by Expr.isString().

2097  {
2098  boolean res = INTERNALisString(a0, a1);
2100  if (err != Z3_error_code.Z3_OK)
2101  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2102  return res;
2103  }
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 2078 of file Native.java.

2079  {
2080  boolean res = INTERNALisStringSort(a0, a1);
2082  if (err != Z3_error_code.Z3_OK)
2083  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2084  return res;
2085  }
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 2915 of file Native.java.

Referenced by Expr.isWellSorted().

2916  {
2917  boolean res = INTERNALisWellSorted(a0, a1);
2919  if (err != Z3_error_code.Z3_OK)
2920  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2921  return res;
2922  }
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 1223 of file Native.java.

Referenced by Context.mkAdd().

1224  {
1225  long res = INTERNALmkAdd(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 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 1205 of file Native.java.

Referenced by Context.mkAnd().

1206  {
1207  long res = INTERNALmkAnd(a0, a1, a2);
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 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 1088 of file Native.java.

Referenced by Expr.Expr().

1089  {
1090  long res = INTERNALmkApp(a0, a1, a2, a3);
1092  if (err != Z3_error_code.Z3_OK)
1093  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1094  return res;
1095  }
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 1844 of file Native.java.

Referenced by Context.mkTermArray().

1845  {
1846  long res = INTERNALmkArrayDefault(a0, a1);
1848  if (err != Z3_error_code.Z3_OK)
1849  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1850  return res;
1851  }
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 1961 of file Native.java.

Referenced by Context.mkArrayExt().

1962  {
1963  long res = INTERNALmkArrayExt(a0, a1, a2);
1965  if (err != Z3_error_code.Z3_OK)
1966  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1967  return res;
1968  }
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 975 of file Native.java.

Referenced by ArraySort.getRange().

976  {
977  long res = INTERNALmkArraySort(a0, a1, a2);
979  if (err != Z3_error_code.Z3_OK)
980  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
981  return res;
982  }
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)

§ mkArraySortN()

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

Definition at line 984 of file Native.java.

Referenced by ArraySort.getRange().

985  {
986  long res = INTERNALmkArraySortN(a0, a1, a2, a3);
988  if (err != Z3_error_code.Z3_OK)
989  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
990  return res;
991  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkArraySortN(long a0, int a1, long[] a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkAsArray()

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

Definition at line 1853 of file Native.java.

1854  {
1855  long res = INTERNALmkAsArray(a0, a1);
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 INTERNALmkAsArray(long a0, long a1)
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 4696 of file Native.java.

4697  {
4698  long res = INTERNALmkAstMap(a0);
4700  if (err != Z3_error_code.Z3_OK)
4701  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4702  return res;
4703  }
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 4611 of file Native.java.

Referenced by ASTVector.toString().

4612  {
4613  long res = INTERNALmkAstVector(a0);
4615  if (err != Z3_error_code.Z3_OK)
4616  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4617  return res;
4618  }
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)

§ mkAtleast()

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

Definition at line 2645 of file Native.java.

Referenced by Context.mkAtLeast().

2646  {
2647  long res = INTERNALmkAtleast(a0, a1, a2, a3);
2649  if (err != Z3_error_code.Z3_OK)
2650  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2651  return res;
2652  }
static native long INTERNALmkAtleast(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)

§ mkAtmost()

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

Definition at line 2636 of file Native.java.

Referenced by Context.mkAtMost().

2637  {
2638  long res = INTERNALmkAtmost(a0, a1, a2, a3);
2640  if (err != Z3_error_code.Z3_OK)
2641  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2642  return res;
2643  }
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 930 of file Native.java.

Referenced by Expr.isBool().

931  {
932  long res = INTERNALmkBoolSort(a0);
934  if (err != Z3_error_code.Z3_OK)
935  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
936  return res;
937  }
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 2357 of file Native.java.

Referenced by Context.mkBound().

2358  {
2359  long res = INTERNALmkBound(a0, a1, a2);
2361  if (err != Z3_error_code.Z3_OK)
2362  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2363  return res;
2364  }
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 1709 of file Native.java.

Referenced by Context.mkBV2Int().

1710  {
1711  long res = INTERNALmkBv2int(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 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 1448 of file Native.java.

Referenced by Context.mkBVAdd().

1449  {
1450  long res = INTERNALmkBvadd(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 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 1718 of file Native.java.

Referenced by Context.mkBVAddNoOverflow().

1719  {
1720  long res = INTERNALmkBvaddNoOverflow(a0, a1, a2, a3);
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 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 1727 of file Native.java.

Referenced by Context.mkBVAddNoUnderflow().

1728  {
1729  long res = INTERNALmkBvaddNoUnderflow(a0, a1, a2);
1731  if (err != Z3_error_code.Z3_OK)
1732  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1733  return res;
1734  }
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 1385 of file Native.java.

Referenced by Context.mkBVAND().

1386  {
1387  long res = INTERNALmkBvand(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 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 1655 of file Native.java.

Referenced by Context.mkBVASHR().

1656  {
1657  long res = INTERNALmkBvashr(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 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 1646 of file Native.java.

Referenced by Context.mkBVLSHR().

1647  {
1648  long res = INTERNALmkBvlshr(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 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 1466 of file Native.java.

Referenced by Context.mkBVMul().

1467  {
1468  long res = INTERNALmkBvmul(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 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 1772 of file Native.java.

Referenced by Context.mkBVMulNoOverflow().

1773  {
1774  long res = INTERNALmkBvmulNoOverflow(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 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 1781 of file Native.java.

Referenced by Context.mkBVMulNoUnderflow().

1782  {
1783  long res = INTERNALmkBvmulNoUnderflow(a0, a1, a2);
1785  if (err != Z3_error_code.Z3_OK)
1786  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1787  return res;
1788  }
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 1412 of file Native.java.

Referenced by Context.mkBVNAND().

1413  {
1414  long res = INTERNALmkBvnand(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 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 1439 of file Native.java.

Referenced by Context.mkBVNeg().

1440  {
1441  long res = INTERNALmkBvneg(a0, a1);
1443  if (err != Z3_error_code.Z3_OK)
1444  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1445  return res;
1446  }
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 1763 of file Native.java.

Referenced by Context.mkBVNegNoOverflow().

1764  {
1765  long res = INTERNALmkBvnegNoOverflow(a0, a1);
1767  if (err != Z3_error_code.Z3_OK)
1768  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1769  return res;
1770  }
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 1421 of file Native.java.

Referenced by Context.mkBVNOR().

1422  {
1423  long res = INTERNALmkBvnor(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 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 1358 of file Native.java.

Referenced by Context.mkBVNot().

1359  {
1360  long res = INTERNALmkBvnot(a0, a1);
1362  if (err != Z3_error_code.Z3_OK)
1363  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1364  return res;
1365  }
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)

§ mkBvNumeral()

static long mkBvNumeral ( long  a0,
int  a1,
boolean []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2024 of file Native.java.

2025  {
2026  long res = INTERNALmkBvNumeral(a0, a1, a2);
2028  if (err != Z3_error_code.Z3_OK)
2029  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2030  return res;
2031  }
static native long INTERNALmkBvNumeral(long a0, int 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)

§ mkBvor()

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

Definition at line 1394 of file Native.java.

Referenced by Context.mkBVOR().

1395  {
1396  long res = INTERNALmkBvor(a0, a1, a2);
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 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 1367 of file Native.java.

Referenced by Context.mkBVRedAND().

1368  {
1369  long res = INTERNALmkBvredand(a0, a1);
1371  if (err != Z3_error_code.Z3_OK)
1372  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1373  return res;
1374  }
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 1376 of file Native.java.

Referenced by Context.mkBVRedOR().

1377  {
1378  long res = INTERNALmkBvredor(a0, a1);
1380  if (err != Z3_error_code.Z3_OK)
1381  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1382  return res;
1383  }
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 1484 of file Native.java.

Referenced by Context.mkBVSDiv().

1485  {
1486  long res = INTERNALmkBvsdiv(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 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 1754 of file Native.java.

Referenced by Context.mkBVSDivNoOverflow().

1755  {
1756  long res = INTERNALmkBvsdivNoOverflow(a0, a1, a2);
1758  if (err != Z3_error_code.Z3_OK)
1759  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1760  return res;
1761  }
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 1565 of file Native.java.

Referenced by Context.mkBVSGE().

1566  {
1567  long res = INTERNALmkBvsge(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 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 1583 of file Native.java.

Referenced by Context.mkBVSGT().

1584  {
1585  long res = INTERNALmkBvsgt(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 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 1637 of file Native.java.

Referenced by Context.mkBVSHL().

1638  {
1639  long res = INTERNALmkBvshl(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 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 1547 of file Native.java.

Referenced by Context.mkBVSLE().

1548  {
1549  long res = INTERNALmkBvsle(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 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 1529 of file Native.java.

Referenced by Context.mkBVSLT().

1530  {
1531  long res = INTERNALmkBvslt(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 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 1511 of file Native.java.

Referenced by Context.mkBVSMod().

1512  {
1513  long res = INTERNALmkBvsmod(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 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 957 of file Native.java.

Referenced by Context.mkBitVecSort().

958  {
959  long res = INTERNALmkBvSort(a0, a1);
961  if (err != Z3_error_code.Z3_OK)
962  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
963  return res;
964  }
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 1502 of file Native.java.

Referenced by Context.mkBVSRem().

1503  {
1504  long res = INTERNALmkBvsrem(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 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 1457 of file Native.java.

Referenced by Context.mkBVSub().

1458  {
1459  long res = INTERNALmkBvsub(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 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 1736 of file Native.java.

Referenced by Context.mkBVSubNoOverflow().

1737  {
1738  long res = INTERNALmkBvsubNoOverflow(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 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 1745 of file Native.java.

Referenced by Context.mkBVSubNoUnderflow().

1746  {
1747  long res = INTERNALmkBvsubNoUnderflow(a0, a1, a2, a3);
1749  if (err != Z3_error_code.Z3_OK)
1750  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1751  return res;
1752  }
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 1475 of file Native.java.

Referenced by Context.mkBVUDiv().

1476  {
1477  long res = INTERNALmkBvudiv(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 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 1556 of file Native.java.

Referenced by Context.mkBVUGE().

1557  {
1558  long res = INTERNALmkBvuge(a0, a1, a2);
1560  if (err != Z3_error_code.Z3_OK)
1561  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1562  return res;
1563  }
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 1574 of file Native.java.

Referenced by Context.mkBVUGT().

1575  {
1576  long res = INTERNALmkBvugt(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 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 1538 of file Native.java.

Referenced by Context.mkBVULE().

1539  {
1540  long res = INTERNALmkBvule(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 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 1520 of file Native.java.

Referenced by Context.mkBVULT().

1521  {
1522  long res = INTERNALmkBvult(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 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 1493 of file Native.java.

Referenced by Context.mkBVURem().

1494  {
1495  long res = INTERNALmkBvurem(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 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 1430 of file Native.java.

Referenced by Context.mkBVXNOR().

1431  {
1432  long res = INTERNALmkBvxnor(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 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 1403 of file Native.java.

Referenced by Context.mkBVXOR().

1404  {
1405  long res = INTERNALmkBvxor(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 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 1592 of file Native.java.

Referenced by Context.mkConcat().

1593  {
1594  long res = INTERNALmkConcat(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 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 699 of file Native.java.

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

700  {
701  long res = INTERNALmkConfig();
702  return res;
703  }
static native long INTERNALmkConfig()

§ mkConst()

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

Definition at line 1097 of file Native.java.

Referenced by Context.mkConst().

1098  {
1099  long res = INTERNALmkConst(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 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 1826 of file Native.java.

Referenced by Context.mkConstArray().

1827  {
1828  long res = INTERNALmkConstArray(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 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 1020 of file Native.java.

Referenced by Constructor.getAccessorDecls().

1021  {
1022  long res = INTERNALmkConstructor(a0, a1, a2, a3, a4, a5, a6);
1024  if (err != Z3_error_code.Z3_OK)
1025  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1026  return res;
1027  }
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 1046 of file Native.java.

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

716  {
717  long res = INTERNALmkContext(a0);
718  if (res == 0)
719  throw new Z3Exception("Object allocation failed.");
720  return res;
721  }
static native long INTERNALmkContext(long a0)

§ mkContextRc()

static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 723 of file Native.java.

Referenced by Context.Context().

724  {
725  long res = INTERNALmkContextRc(a0);
726  if (res == 0)
727  throw new Z3Exception("Object allocation failed.");
728  return res;
729  }
static native long INTERNALmkContextRc(long a0)

§ mkDatatype()

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

Definition at line 1037 of file Native.java.

Referenced by DatatypeSort.getAccessors().

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

Referenced by Context.mkDatatypeSorts().

1064  {
1065  INTERNALmkDatatypes(a0, a1, a2, a3, a4);
1067  if (err != Z3_error_code.Z3_OK)
1068  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1069  }
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 1151 of file Native.java.

Referenced by Context.mkDistinct().

1152  {
1153  long res = INTERNALmkDistinct(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 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 1259 of file Native.java.

Referenced by Context.mkDiv().

1260  {
1261  long res = INTERNALmkDiv(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 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 1871 of file Native.java.

Referenced by Context.mkEmptySet().

1872  {
1873  long res = INTERNALmkEmptySet(a0, a1);
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 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 1002 of file Native.java.

Referenced by EnumSort.getTesterDecl().

1003  {
1004  long res = INTERNALmkEnumerationSort(a0, a1, a2, a3, a4, a5);
1006  if (err != Z3_error_code.Z3_OK)
1007  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1008  return res;
1009  }
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 1142 of file Native.java.

Referenced by Context.mkEq().

1143  {
1144  long res = INTERNALmkEq(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 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 2375 of file Native.java.

2376  {
2377  long res = INTERNALmkExists(a0, a1, a2, a3, a4, a5, a6, a7);
2379  if (err != Z3_error_code.Z3_OK)
2380  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2381  return res;
2382  }
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 2411 of file Native.java.

2412  {
2413  long res = INTERNALmkExistsConst(a0, a1, a2, a3, a4, a5, a6);
2415  if (err != Z3_error_code.Z3_OK)
2416  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2417  return res;
2418  }
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 1601 of file Native.java.

Referenced by Context.mkExtract().

1602  {
1603  long res = INTERNALmkExtract(a0, a1, a2, a3);
1605  if (err != Z3_error_code.Z3_OK)
1606  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1607  return res;
1608  }
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 1682 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1683  {
1684  long res = INTERNALmkExtRotateLeft(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 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 1691 of file Native.java.

Referenced by Context.mkBVRotateRight().

1692  {
1693  long res = INTERNALmkExtRotateRight(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 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 1133 of file Native.java.

Referenced by Context.mkFalse().

1134  {
1135  long res = INTERNALmkFalse(a0);
1137  if (err != Z3_error_code.Z3_OK)
1138  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1139  return res;
1140  }
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 966 of file Native.java.

Referenced by FiniteDomainSort.getSize().

967  {
968  long res = INTERNALmkFiniteDomainSort(a0, a1, a2);
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 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 5175 of file Native.java.

Referenced by Fixedpoint.ParseString().

5176  {
5177  long res = INTERNALmkFixedpoint(a0);
5179  if (err != Z3_error_code.Z3_OK)
5180  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5181  return res;
5182  }
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 2366 of file Native.java.

2367  {
2368  long res = INTERNALmkForall(a0, a1, a2, a3, a4, a5, a6, a7);
2370  if (err != Z3_error_code.Z3_OK)
2371  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2372  return res;
2373  }
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 2402 of file Native.java.

2403  {
2404  long res = INTERNALmkForallConst(a0, a1, a2, a3, a4, a5, a6);
2406  if (err != Z3_error_code.Z3_OK)
2407  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2408  return res;
2409  }
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 5954 of file Native.java.

Referenced by Context.mkFPAbs().

5955  {
5956  long res = INTERNALmkFpaAbs(a0, a1);
5958  if (err != Z3_error_code.Z3_OK)
5959  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5960  return res;
5961  }
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 5972 of file Native.java.

Referenced by Context.mkFPAdd().

5973  {
5974  long res = INTERNALmkFpaAdd(a0, a1, a2, a3);
5976  if (err != Z3_error_code.Z3_OK)
5977  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5978  return res;
5979  }
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 5999 of file Native.java.

Referenced by Context.mkFPDiv().

6000  {
6001  long res = INTERNALmkFpaDiv(a0, a1, a2, a3);
6003  if (err != Z3_error_code.Z3_OK)
6004  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6005  return res;
6006  }
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 6098 of file Native.java.

Referenced by Context.mkFPEq().

6099  {
6100  long res = INTERNALmkFpaEq(a0, a1, a2);
6102  if (err != Z3_error_code.Z3_OK)
6103  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6104  return res;
6105  }
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 6008 of file Native.java.

Referenced by Context.mkFPFMA().

6009  {
6010  long res = INTERNALmkFpaFma(a0, a1, a2, a3, a4);
6012  if (err != Z3_error_code.Z3_OK)
6013  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6014  return res;
6015  }
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 5900 of file Native.java.

Referenced by Context.mkFP().

5901  {
5902  long res = INTERNALmkFpaFp(a0, a1, a2, a3);
5904  if (err != Z3_error_code.Z3_OK)
5905  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5906  return res;
5907  }
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 6080 of file Native.java.

Referenced by Context.mkFPGEq().

6081  {
6082  long res = INTERNALmkFpaGeq(a0, a1, a2);
6084  if (err != Z3_error_code.Z3_OK)
6085  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6086  return res;
6087  }
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 6089 of file Native.java.

Referenced by Context.mkFPGt().

6090  {
6091  long res = INTERNALmkFpaGt(a0, a1, a2);
6093  if (err != Z3_error_code.Z3_OK)
6094  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6095  return res;
6096  }
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 5882 of file Native.java.

Referenced by Context.mkFPInf().

5883  {
5884  long res = INTERNALmkFpaInf(a0, a1, a2);
5886  if (err != Z3_error_code.Z3_OK)
5887  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5888  return res;
5889  }
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 6134 of file Native.java.

Referenced by Context.mkFPIsInfinite().

6135  {
6136  long res = INTERNALmkFpaIsInfinite(a0, a1);
6138  if (err != Z3_error_code.Z3_OK)
6139  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6140  return res;
6141  }
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 6143 of file Native.java.

Referenced by Context.mkFPIsNaN().

6144  {
6145  long res = INTERNALmkFpaIsNan(a0, a1);
6147  if (err != Z3_error_code.Z3_OK)
6148  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6149  return res;
6150  }
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 6152 of file Native.java.

Referenced by Context.mkFPIsNegative().

6153  {
6154  long res = INTERNALmkFpaIsNegative(a0, a1);
6156  if (err != Z3_error_code.Z3_OK)
6157  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6158  return res;
6159  }
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 6107 of file Native.java.

Referenced by Context.mkFPIsNormal().

6108  {
6109  long res = INTERNALmkFpaIsNormal(a0, a1);
6111  if (err != Z3_error_code.Z3_OK)
6112  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6113  return res;
6114  }
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 6161 of file Native.java.

Referenced by Context.mkFPIsPositive().

6162  {
6163  long res = INTERNALmkFpaIsPositive(a0, a1);
6165  if (err != Z3_error_code.Z3_OK)
6166  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6167  return res;
6168  }
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 6116 of file Native.java.

Referenced by Context.mkFPIsSubnormal().

6117  {
6118  long res = INTERNALmkFpaIsSubnormal(a0, a1);
6120  if (err != Z3_error_code.Z3_OK)
6121  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6122  return res;
6123  }
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 6125 of file Native.java.

Referenced by Context.mkFPIsZero().

6126  {
6127  long res = INTERNALmkFpaIsZero(a0, a1);
6129  if (err != Z3_error_code.Z3_OK)
6130  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6131  return res;
6132  }
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 6062 of file Native.java.

Referenced by Context.mkFPLEq().

6063  {
6064  long res = INTERNALmkFpaLeq(a0, a1, a2);
6066  if (err != Z3_error_code.Z3_OK)
6067  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6068  return res;
6069  }
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 6071 of file Native.java.

Referenced by Context.mkFPLt().

6072  {
6073  long res = INTERNALmkFpaLt(a0, a1, a2);
6075  if (err != Z3_error_code.Z3_OK)
6076  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6077  return res;
6078  }
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 6053 of file Native.java.

Referenced by Context.mkFPMax().

6054  {
6055  long res = INTERNALmkFpaMax(a0, a1, a2);
6057  if (err != Z3_error_code.Z3_OK)
6058  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6059  return res;
6060  }
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 6044 of file Native.java.

Referenced by Context.mkFPMin().

6045  {
6046  long res = INTERNALmkFpaMin(a0, a1, a2);
6048  if (err != Z3_error_code.Z3_OK)
6049  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6050  return res;
6051  }
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 5990 of file Native.java.

Referenced by Context.mkFPMul().

5991  {
5992  long res = INTERNALmkFpaMul(a0, a1, a2, a3);
5994  if (err != Z3_error_code.Z3_OK)
5995  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5996  return res;
5997  }
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 5873 of file Native.java.

Referenced by Context.mkFPNaN().

5874  {
5875  long res = INTERNALmkFpaNan(a0, a1);
5877  if (err != Z3_error_code.Z3_OK)
5878  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5879  return res;
5880  }
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 5963 of file Native.java.

Referenced by Context.mkFPNeg().

5964  {
5965  long res = INTERNALmkFpaNeg(a0, a1);
5967  if (err != Z3_error_code.Z3_OK)
5968  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5969  return res;
5970  }
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 5918 of file Native.java.

Referenced by Context.mkFPNumeral().

5919  {
5920  long res = INTERNALmkFpaNumeralDouble(a0, a1, a2);
5922  if (err != Z3_error_code.Z3_OK)
5923  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5924  return res;
5925  }
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 5909 of file Native.java.

Referenced by Context.mkFPNumeral().

5910  {
5911  long res = INTERNALmkFpaNumeralFloat(a0, a1, a2);
5913  if (err != Z3_error_code.Z3_OK)
5914  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5915  return res;
5916  }
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 5927 of file Native.java.

Referenced by Context.mkFPNumeral().

5928  {
5929  long res = INTERNALmkFpaNumeralInt(a0, a1, a2);
5931  if (err != Z3_error_code.Z3_OK)
5932  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5933  return res;
5934  }
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 5945 of file Native.java.

Referenced by Context.mkFPNumeral().

5946  {
5947  long res = INTERNALmkFpaNumeralInt64Uint64(a0, a1, a2, a3, a4);
5949  if (err != Z3_error_code.Z3_OK)
5950  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5951  return res;
5952  }
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 5936 of file Native.java.

Referenced by Context.mkFPNumeral().

5937  {
5938  long res = INTERNALmkFpaNumeralIntUint(a0, a1, a2, a3, a4);
5940  if (err != Z3_error_code.Z3_OK)
5941  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5942  return res;
5943  }
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 6026 of file Native.java.

Referenced by Context.mkFPRem().

6027  {
6028  long res = INTERNALmkFpaRem(a0, a1, a2);
6030  if (err != Z3_error_code.Z3_OK)
6031  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6032  return res;
6033  }
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 5729 of file Native.java.

Referenced by Context.mkFPRNA().

5730  {
5731  long res = INTERNALmkFpaRna(a0);
5733  if (err != Z3_error_code.Z3_OK)
5734  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5735  return res;
5736  }
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 5711 of file Native.java.

Referenced by Context.mkFPRNE().

5712  {
5713  long res = INTERNALmkFpaRne(a0);
5715  if (err != Z3_error_code.Z3_OK)
5716  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5717  return res;
5718  }
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 5693 of file Native.java.

Referenced by FPRMSort.FPRMSort().

5694  {
5695  long res = INTERNALmkFpaRoundingModeSort(a0);
5697  if (err != Z3_error_code.Z3_OK)
5698  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5699  return res;
5700  }
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 5720 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToAway().

5721  {
5722  long res = INTERNALmkFpaRoundNearestTiesToAway(a0);
5724  if (err != Z3_error_code.Z3_OK)
5725  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5726  return res;
5727  }
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 5702 of file Native.java.

Referenced by Context.mkFPRoundNearestTiesToEven().

5703  {
5704  long res = INTERNALmkFpaRoundNearestTiesToEven(a0);
5706  if (err != Z3_error_code.Z3_OK)
5707  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5708  return res;
5709  }
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 6035 of file Native.java.

Referenced by Context.mkFPRoundToIntegral().

6036  {
6037  long res = INTERNALmkFpaRoundToIntegral(a0, a1, a2);
6039  if (err != Z3_error_code.Z3_OK)
6040  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6041  return res;
6042  }
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 5756 of file Native.java.

Referenced by Context.mkFPRoundTowardNegative().

5757  {
5758  long res = INTERNALmkFpaRoundTowardNegative(a0);
5760  if (err != Z3_error_code.Z3_OK)
5761  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5762  return res;
5763  }
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 5738 of file Native.java.

Referenced by Context.mkFPRoundTowardPositive().

5739  {
5740  long res = INTERNALmkFpaRoundTowardPositive(a0);
5742  if (err != Z3_error_code.Z3_OK)
5743  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5744  return res;
5745  }
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 5774 of file Native.java.

Referenced by Context.mkFPRoundTowardZero().

5775  {
5776  long res = INTERNALmkFpaRoundTowardZero(a0);
5778  if (err != Z3_error_code.Z3_OK)
5779  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5780  return res;
5781  }
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 5765 of file Native.java.

Referenced by Context.mkFPRTN().

5766  {
5767  long res = INTERNALmkFpaRtn(a0);
5769  if (err != Z3_error_code.Z3_OK)
5770  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5771  return res;
5772  }
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 5747 of file Native.java.

Referenced by Context.mkFPRTP().

5748  {
5749  long res = INTERNALmkFpaRtp(a0);
5751  if (err != Z3_error_code.Z3_OK)
5752  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5753  return res;
5754  }
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 5783 of file Native.java.

Referenced by Context.mkFPRTZ().

5784  {
5785  long res = INTERNALmkFpaRtz(a0);
5787  if (err != Z3_error_code.Z3_OK)
5788  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5789  return res;
5790  }
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 5792 of file Native.java.

Referenced by FPSort.FPSort().

5793  {
5794  long res = INTERNALmkFpaSort(a0, a1, a2);
5796  if (err != Z3_error_code.Z3_OK)
5797  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5798  return res;
5799  }
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 5864 of file Native.java.

Referenced by Context.mkFPSort128().

5865  {
5866  long res = INTERNALmkFpaSort128(a0);
5868  if (err != Z3_error_code.Z3_OK)
5869  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5870  return res;
5871  }
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 5810 of file Native.java.

Referenced by Context.mkFPSort16().

5811  {
5812  long res = INTERNALmkFpaSort16(a0);
5814  if (err != Z3_error_code.Z3_OK)
5815  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5816  return res;
5817  }
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 5828 of file Native.java.

Referenced by Context.mkFPSort32().

5829  {
5830  long res = INTERNALmkFpaSort32(a0);
5832  if (err != Z3_error_code.Z3_OK)
5833  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5834  return res;
5835  }
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 5846 of file Native.java.

Referenced by Context.mkFPSort64().

5847  {
5848  long res = INTERNALmkFpaSort64(a0);
5850  if (err != Z3_error_code.Z3_OK)
5851  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5852  return res;
5853  }
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 5837 of file Native.java.

Referenced by Context.mkFPSortDouble().

5838  {
5839  long res = INTERNALmkFpaSortDouble(a0);
5841  if (err != Z3_error_code.Z3_OK)
5842  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5843  return res;
5844  }
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 5801 of file Native.java.

Referenced by Context.mkFPSortHalf().

5802  {
5803  long res = INTERNALmkFpaSortHalf(a0);
5805  if (err != Z3_error_code.Z3_OK)
5806  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5807  return res;
5808  }
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 5855 of file Native.java.

Referenced by Context.mkFPSortQuadruple().

5856  {
5857  long res = INTERNALmkFpaSortQuadruple(a0);
5859  if (err != Z3_error_code.Z3_OK)
5860  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5861  return res;
5862  }
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 5819 of file Native.java.

Referenced by Context.mkFPSortSingle().

5820  {
5821  long res = INTERNALmkFpaSortSingle(a0);
5823  if (err != Z3_error_code.Z3_OK)
5824  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5825  return res;
5826  }
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 6017 of file Native.java.

Referenced by Context.mkFPSqrt().

6018  {
6019  long res = INTERNALmkFpaSqrt(a0, a1, a2);
6021  if (err != Z3_error_code.Z3_OK)
6022  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6023  return res;
6024  }
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 5981 of file Native.java.

Referenced by Context.mkFPSub().

5982  {
5983  long res = INTERNALmkFpaSub(a0, a1, a2, a3);
5985  if (err != Z3_error_code.Z3_OK)
5986  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5987  return res;
5988  }
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 6170 of file Native.java.

Referenced by Context.mkFPToFP().

6171  {
6172  long res = INTERNALmkFpaToFpBv(a0, a1, a2);
6174  if (err != Z3_error_code.Z3_OK)
6175  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6176  return res;
6177  }
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 6179 of file Native.java.

Referenced by Context.mkFPToFP().

6180  {
6181  long res = INTERNALmkFpaToFpFloat(a0, a1, a2, a3);
6183  if (err != Z3_error_code.Z3_OK)
6184  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6185  return res;
6186  }
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 6404 of file Native.java.

Referenced by Context.mkFPToFP().

6405  {
6406  long res = INTERNALmkFpaToFpIntReal(a0, a1, a2, a3, a4);
6408  if (err != Z3_error_code.Z3_OK)
6409  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6410  return res;
6411  }
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 6188 of file Native.java.

Referenced by Context.mkFPToFP().

6189  {
6190  long res = INTERNALmkFpaToFpReal(a0, a1, a2, a3);
6192  if (err != Z3_error_code.Z3_OK)
6193  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6194  return res;
6195  }
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 6197 of file Native.java.

Referenced by Context.mkFPToFP().

6198  {
6199  long res = INTERNALmkFpaToFpSigned(a0, a1, a2, a3);
6201  if (err != Z3_error_code.Z3_OK)
6202  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6203  return res;
6204  }
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 6206 of file Native.java.

Referenced by Context.mkFPToFP().

6207  {
6208  long res = INTERNALmkFpaToFpUnsigned(a0, a1, a2, a3);
6210  if (err != Z3_error_code.Z3_OK)
6211  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6212  return res;
6213  }
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 6395 of file Native.java.

Referenced by Context.mkFPToIEEEBV().

6396  {
6397  long res = INTERNALmkFpaToIeeeBv(a0, a1);
6399  if (err != Z3_error_code.Z3_OK)
6400  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6401  return res;
6402  }
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 6233 of file Native.java.

Referenced by Context.mkFPToReal().

6234  {
6235  long res = INTERNALmkFpaToReal(a0, a1);
6237  if (err != Z3_error_code.Z3_OK)
6238  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6239  return res;
6240  }
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 6224 of file Native.java.

Referenced by Context.mkFPToBV().

6225  {
6226  long res = INTERNALmkFpaToSbv(a0, a1, a2, a3);
6228  if (err != Z3_error_code.Z3_OK)
6229  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6230  return res;
6231  }
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 6215 of file Native.java.

Referenced by Context.mkFPToBV().

6216  {
6217  long res = INTERNALmkFpaToUbv(a0, a1, a2, a3);
6219  if (err != Z3_error_code.Z3_OK)
6220  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6221  return res;
6222  }
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 5891 of file Native.java.

Referenced by Context.mkFPZero().

5892  {
5893  long res = INTERNALmkFpaZero(a0, a1, a2);
5895  if (err != Z3_error_code.Z3_OK)
5896  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5897  return res;
5898  }
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 1115 of file Native.java.

Referenced by Context.mkFreshConst().

1116  {
1117  long res = INTERNALmkFreshConst(a0, a1, a2);
1119  if (err != Z3_error_code.Z3_OK)
1120  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1121  return res;
1122  }
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 1106 of file Native.java.

Referenced by FuncDecl.Parameter.getParameterKind().

1107  {
1108  long res = INTERNALmkFreshFuncDecl(a0, a1, a2, a3, a4);
1110  if (err != Z3_error_code.Z3_OK)
1111  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1112  return res;
1113  }
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 1880 of file Native.java.

Referenced by Context.mkFullSet().

1881  {
1882  long res = INTERNALmkFullSet(a0, a1);
1884  if (err != Z3_error_code.Z3_OK)
1885  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1886  return res;
1887  }
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 1079 of file Native.java.

Referenced by FuncDecl.Parameter.getParameterKind().

1080  {
1081  long res = INTERNALmkFuncDecl(a0, a1, a2, a3, a4);
1083  if (err != Z3_error_code.Z3_OK)
1084  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1085  return res;
1086  }
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 1322 of file Native.java.

Referenced by Context.mkGe().

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

Referenced by Goal.AsBoolExpr().

3746  {
3747  long res = INTERNALmkGoal(a0, a1, a2, a3);
3749  if (err != Z3_error_code.Z3_OK)
3750  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3751  return res;
3752  }
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 1313 of file Native.java.

Referenced by Context.mkGt().

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

Referenced by Context.mkIff().

1179  {
1180  long res = INTERNALmkIff(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 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 1187 of file Native.java.

Referenced by Context.mkImplies().

1188  {
1189  long res = INTERNALmkImplies(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 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 1988 of file Native.java.

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

1989  {
1990  long res = INTERNALmkInt(a0, a1, a2);
1992  if (err != Z3_error_code.Z3_OK)
1993  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1994  return res;
1995  }
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 1700 of file Native.java.

Referenced by Context.mkInt2BV().

1701  {
1702  long res = INTERNALmkInt2bv(a0, a1, a2);
1704  if (err != Z3_error_code.Z3_OK)
1705  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1706  return res;
1707  }
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 1331 of file Native.java.

Referenced by Context.mkInt2Real().

1332  {
1333  long res = INTERNALmkInt2real(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 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 2006 of file Native.java.

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

2007  {
2008  long res = INTERNALmkInt64(a0, a1, a2);
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 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 5623 of file Native.java.

Referenced by InterpolationContext.MkInterpolant().

5624  {
5625  long res = INTERNALmkInterpolant(a0, a1);
5627  if (err != Z3_error_code.Z3_OK)
5628  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5629  return res;
5630  }
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 5632 of file Native.java.

Referenced by InterpolationContext.mkContext().

5633  {
5634  long res = INTERNALmkInterpolationContext(a0);
5635  if (res == 0)
5636  throw new Z3Exception("Object allocation failed.");
5637  return res;
5638  }
static native long INTERNALmkInterpolationContext(long a0)

§ mkIntSort()

static long mkIntSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 939 of file Native.java.

940  {
941  long res = INTERNALmkIntSort(a0);
943  if (err != Z3_error_code.Z3_OK)
944  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
945  return res;
946  }
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 903 of file Native.java.

Referenced by IntSymbol.getInt().

904  {
905  long res = INTERNALmkIntSymbol(a0, a1);
907  if (err != Z3_error_code.Z3_OK)
908  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
909  return res;
910  }
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)

§ mkIntToStr()

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

Definition at line 2222 of file Native.java.

2223  {
2224  long res = INTERNALmkIntToStr(a0, a1);
2226  if (err != Z3_error_code.Z3_OK)
2227  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2228  return res;
2229  }
static native long INTERNALmkIntToStr(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)

§ mkIsInt()

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

Definition at line 1349 of file Native.java.

Referenced by Context.mkIsInteger().

1350  {
1351  long res = INTERNALmkIsInt(a0, a1);
1353  if (err != Z3_error_code.Z3_OK)
1354  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1355  return res;
1356  }
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 1169 of file Native.java.

Referenced by Context.mkITE().

1170  {
1171  long res = INTERNALmkIte(a0, a1, a2, a3);
1173  if (err != Z3_error_code.Z3_OK)
1174  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1175  return res;
1176  }
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 1304 of file Native.java.

Referenced by Context.mkLe().

1305  {
1306  long res = INTERNALmkLe(a0, a1, a2);
1308  if (err != Z3_error_code.Z3_OK)
1309  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1310  return res;
1311  }
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 1011 of file Native.java.

Referenced by ListSort.getTailDecl().

1012  {
1013  long res = INTERNALmkListSort(a0, a1, a2, a3, a4, a5, a6, a7, a8);
1015  if (err != Z3_error_code.Z3_OK)
1016  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1017  return res;
1018  }
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 1295 of file Native.java.

Referenced by Context.mkLt().

1296  {
1297  long res = INTERNALmkLt(a0, a1, a2);
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 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 1835 of file Native.java.

Referenced by Context.mkMap().

1836  {
1837  long res = INTERNALmkMap(a0, a1, a2, a3);
1839  if (err != Z3_error_code.Z3_OK)
1840  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1841  return res;
1842  }
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 1268 of file Native.java.

Referenced by Context.mkMod().

1269  {
1270  long res = INTERNALmkMod(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 long INTERNALmkMod(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkModel()

static long mkModel ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3293 of file Native.java.

3294  {
3295  long res = INTERNALmkModel(a0);
3297  if (err != Z3_error_code.Z3_OK)
3298  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3299  return res;
3300  }
static native long INTERNALmkModel(long a0)
static native int INTERNALgetErrorCode(long a0)
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 1232 of file Native.java.

Referenced by Context.mkMul().

1233  {
1234  long res = INTERNALmkMul(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 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 1160 of file Native.java.

Referenced by Context.mkNot().

1161  {
1162  long res = INTERNALmkNot(a0, a1);
1164  if (err != Z3_error_code.Z3_OK)
1165  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1166  return res;
1167  }
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 1970 of file Native.java.

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

1971  {
1972  long res = INTERNALmkNumeral(a0, a1, a2);
1974  if (err != Z3_error_code.Z3_OK)
1975  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1976  return res;
1977  }
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 5406 of file Native.java.

Referenced by Optimize.getStatistics().

5407  {
5408  long res = INTERNALmkOptimize(a0);
5410  if (err != Z3_error_code.Z3_OK)
5411  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5412  return res;
5413  }
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 1214 of file Native.java.

Referenced by Context.mkOr().

1215  {
1216  long res = INTERNALmkOr(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 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 768 of file Native.java.

Referenced by Params.toString().

769  {
770  long res = INTERNALmkParams(a0);
772  if (err != Z3_error_code.Z3_OK)
773  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
774  return res;
775  }
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 2348 of file Native.java.

Referenced by Context.mkPattern().

2349  {
2350  long res = INTERNALmkPattern(a0, a1, a2);
2352  if (err != Z3_error_code.Z3_OK)
2353  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2354  return res;
2355  }
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 2672 of file Native.java.

Referenced by Context.mkPBEq().

2673  {
2674  long res = INTERNALmkPbeq(a0, a1, a2, a3, a4);
2676  if (err != Z3_error_code.Z3_OK)
2677  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2678  return res;
2679  }
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)

§ mkPbge()

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

Definition at line 2663 of file Native.java.

Referenced by Context.mkPBGe().

2664  {
2665  long res = INTERNALmkPbge(a0, a1, a2, a3, a4);
2667  if (err != Z3_error_code.Z3_OK)
2668  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2669  return res;
2670  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkPbge(long a0, int a1, long[] a2, int[] a3, int a4)
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 2654 of file Native.java.

Referenced by Context.mkPBLe().

2655  {
2656  long res = INTERNALmkPble(a0, a1, a2, a3, a4);
2658  if (err != Z3_error_code.Z3_OK)
2659  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2660  return res;
2661  }
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 1286 of file Native.java.

Referenced by Context.mkPower().

1287  {
1288  long res = INTERNALmkPower(a0, a1, a2);
1290  if (err != Z3_error_code.Z3_OK)
1291  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1292  return res;
1293  }
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 3901 of file Native.java.

Referenced by Probe.apply().

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

Referenced by Quantifier.of().

2385  {
2386  long res = INTERNALmkQuantifier(a0, a1, a2, a3, a4, a5, a6, a7, a8);
2388  if (err != Z3_error_code.Z3_OK)
2389  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2390  return res;
2391  }
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 2420 of file Native.java.

Referenced by Quantifier.of().

2421  {
2422  long res = INTERNALmkQuantifierConst(a0, a1, a2, a3, a4, a5, a6, a7);
2424  if (err != Z3_error_code.Z3_OK)
2425  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2426  return res;
2427  }
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 2429 of file Native.java.

Referenced by Quantifier.of().

2430  {
2431  long res = INTERNALmkQuantifierConstEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
2433  if (err != Z3_error_code.Z3_OK)
2434  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2435  return res;
2436  }
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 2393 of file Native.java.

Referenced by Quantifier.of().

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

Referenced by Context.mkReal().

1980  {
1981  long res = INTERNALmkReal(a0, a1, a2);
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 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 1340 of file Native.java.

Referenced by Context.mkReal2Int().

1341  {
1342  long res = INTERNALmkReal2int(a0, a1);
1344  if (err != Z3_error_code.Z3_OK)
1345  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1346  return res;
1347  }
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 948 of file Native.java.

949  {
950  long res = INTERNALmkRealSort(a0);
952  if (err != Z3_error_code.Z3_OK)
953  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
954  return res;
955  }
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)

§ mkReComplement()

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

Definition at line 2321 of file Native.java.

Referenced by Context.mkComplement().

2322  {
2323  long res = INTERNALmkReComplement(a0, a1);
2325  if (err != Z3_error_code.Z3_OK)
2326  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2327  return res;
2328  }
static native long INTERNALmkReComplement(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)

§ mkReConcat()

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

Definition at line 2285 of file Native.java.

Referenced by Context.mkConcat().

2286  {
2287  long res = INTERNALmkReConcat(a0, a1, a2);
2289  if (err != Z3_error_code.Z3_OK)
2290  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2291  return res;
2292  }
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)

§ mkReEmpty()

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

Definition at line 2330 of file Native.java.

2331  {
2332  long res = INTERNALmkReEmpty(a0, a1);
2334  if (err != Z3_error_code.Z3_OK)
2335  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2336  return res;
2337  }
static native long INTERNALmkReEmpty(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)

§ mkReFull()

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

Definition at line 2339 of file Native.java.

2340  {
2341  long res = INTERNALmkReFull(a0, a1);
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 long INTERNALmkReFull(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ mkReIntersect()

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

Definition at line 2312 of file Native.java.

Referenced by Context.mkIntersect().

2313  {
2314  long res = INTERNALmkReIntersect(a0, a1, a2);
2316  if (err != Z3_error_code.Z3_OK)
2317  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2318  return res;
2319  }
static native long INTERNALmkReIntersect(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)

§ mkReLoop()

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

Definition at line 2303 of file Native.java.

Referenced by Context.mkLoop().

2304  {
2305  long res = INTERNALmkReLoop(a0, a1, a2, a3);
2307  if (err != Z3_error_code.Z3_OK)
2308  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2309  return res;
2310  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReLoop(long a0, long a1, int a2, int a3)
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 1277 of file Native.java.

Referenced by Context.mkRem().

1278  {
1279  long res = INTERNALmkRem(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 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 2267 of file Native.java.

Referenced by Context.mkOption().

2268  {
2269  long res = INTERNALmkReOption(a0, a1);
2271  if (err != Z3_error_code.Z3_OK)
2272  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2273  return res;
2274  }
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 1628 of file Native.java.

Referenced by Context.mkRepeat().

1629  {
1630  long res = INTERNALmkRepeat(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 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 2249 of file Native.java.

Referenced by Context.mkPlus().

2250  {
2251  long res = INTERNALmkRePlus(a0, a1);
2253  if (err != Z3_error_code.Z3_OK)
2254  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2255  return res;
2256  }
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)

§ mkReRange()

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

Definition at line 2294 of file Native.java.

Referenced by Context.mkRange().

2295  {
2296  long res = INTERNALmkReRange(a0, a1, a2);
2298  if (err != Z3_error_code.Z3_OK)
2299  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2300  return res;
2301  }
static native long INTERNALmkReRange(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)

§ mkReSort()

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

Definition at line 2051 of file Native.java.

Referenced by Context.mkReSort().

2052  {
2053  long res = INTERNALmkReSort(a0, a1);
2055  if (err != Z3_error_code.Z3_OK)
2056  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2057  return res;
2058  }
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 2258 of file Native.java.

Referenced by Context.mkStar().

2259  {
2260  long res = INTERNALmkReStar(a0, a1);
2262  if (err != Z3_error_code.Z3_OK)
2263  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2264  return res;
2265  }
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 2276 of file Native.java.

Referenced by Context.mkUnion().

2277  {
2278  long res = INTERNALmkReUnion(a0, a1, a2);
2280  if (err != Z3_error_code.Z3_OK)
2281  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2282  return res;
2283  }
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 1664 of file Native.java.

Referenced by Context.mkBVRotateLeft().

1665  {
1666  long res = INTERNALmkRotateLeft(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 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 1673 of file Native.java.

Referenced by Context.mkBVRotateRight().

1674  {
1675  long res = INTERNALmkRotateRight(a0, a1, a2);
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 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 1790 of file Native.java.

Referenced by Context.mkSelect().

1791  {
1792  long res = INTERNALmkSelect(a0, a1, a2);
1794  if (err != Z3_error_code.Z3_OK)
1795  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1796  return res;
1797  }
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)

§ mkSelectN()

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

Definition at line 1799 of file Native.java.

Referenced by Context.mkSelect().

1800  {
1801  long res = INTERNALmkSelectN(a0, a1, a2, a3);
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 INTERNALmkSelectN(long a0, long a1, int a2, long[] a3)
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 2186 of file Native.java.

Referenced by Context.mkAt().

2187  {
2188  long res = INTERNALmkSeqAt(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 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 2132 of file Native.java.

Referenced by Context.mkConcat().

2133  {
2134  long res = INTERNALmkSeqConcat(a0, a1, a2);
2136  if (err != Z3_error_code.Z3_OK)
2137  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2138  return res;
2139  }
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 2159 of file Native.java.

Referenced by Context.mkContains().

2160  {
2161  long res = INTERNALmkSeqContains(a0, a1, a2);
2163  if (err != Z3_error_code.Z3_OK)
2164  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2165  return res;
2166  }
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 2114 of file Native.java.

Referenced by Context.mkEmptySeq().

2115  {
2116  long res = INTERNALmkSeqEmpty(a0, a1);
2118  if (err != Z3_error_code.Z3_OK)
2119  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2120  return res;
2121  }
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 2168 of file Native.java.

Referenced by Context.mkExtract().

2169  {
2170  long res = INTERNALmkSeqExtract(a0, a1, a2, a3);
2172  if (err != Z3_error_code.Z3_OK)
2173  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2174  return res;
2175  }
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 2204 of file Native.java.

Referenced by Context.mkIndexOf().

2205  {
2206  long res = INTERNALmkSeqIndex(a0, a1, a2, a3);
2208  if (err != Z3_error_code.Z3_OK)
2209  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2210  return res;
2211  }
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 2240 of file Native.java.

Referenced by Context.mkInRe().

2241  {
2242  long res = INTERNALmkSeqInRe(a0, a1, a2);
2244  if (err != Z3_error_code.Z3_OK)
2245  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2246  return res;
2247  }
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 2195 of file Native.java.

Referenced by Context.mkLength().

2196  {
2197  long res = INTERNALmkSeqLength(a0, a1);
2199  if (err != Z3_error_code.Z3_OK)
2200  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2201  return res;
2202  }
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 2141 of file Native.java.

Referenced by Context.mkPrefixOf().

2142  {
2143  long res = INTERNALmkSeqPrefix(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 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 2177 of file Native.java.

Referenced by Context.mkReplace().

2178  {
2179  long res = INTERNALmkSeqReplace(a0, a1, a2, a3);
2181  if (err != Z3_error_code.Z3_OK)
2182  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2183  return res;
2184  }
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 2033 of file Native.java.

Referenced by Context.mkSeqSort().

2034  {
2035  long res = INTERNALmkSeqSort(a0, a1);
2037  if (err != Z3_error_code.Z3_OK)
2038  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2039  return res;
2040  }
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 2150 of file Native.java.

Referenced by Context.mkSuffixOf().

2151  {
2152  long res = INTERNALmkSeqSuffix(a0, a1, a2);
2154  if (err != Z3_error_code.Z3_OK)
2155  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2156  return res;
2157  }
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 2231 of file Native.java.

Referenced by Context.mkToRe().

2232  {
2233  long res = INTERNALmkSeqToRe(a0, a1);
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 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 2123 of file Native.java.

Referenced by Context.mkUnit().

2124  {
2125  long res = INTERNALmkSeqUnit(a0, a1);
2127  if (err != Z3_error_code.Z3_OK)
2128  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2129  return res;
2130  }
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 1889 of file Native.java.

Referenced by Context.mkSetAdd().

1890  {
1891  long res = INTERNALmkSetAdd(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 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 1934 of file Native.java.

Referenced by Context.mkSetComplement().

1935  {
1936  long res = INTERNALmkSetComplement(a0, a1);
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 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 1898 of file Native.java.

Referenced by Context.mkSetDel().

1899  {
1900  long res = INTERNALmkSetDel(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 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 1925 of file Native.java.

Referenced by Context.mkSetDifference().

1926  {
1927  long res = INTERNALmkSetDifference(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 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 1916 of file Native.java.

Referenced by Context.mkSetIntersection().

1917  {
1918  long res = INTERNALmkSetIntersect(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 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 1943 of file Native.java.

Referenced by Context.mkSetMembership().

1944  {
1945  long res = INTERNALmkSetMember(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 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 1862 of file Native.java.

1863  {
1864  long res = INTERNALmkSetSort(a0, a1);
1866  if (err != Z3_error_code.Z3_OK)
1867  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1868  return res;
1869  }
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 1952 of file Native.java.

Referenced by Context.mkSetSubset().

1953  {
1954  long res = INTERNALmkSetSubset(a0, a1, a2);
1956  if (err != Z3_error_code.Z3_OK)
1957  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1958  return res;
1959  }
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 1907 of file Native.java.

Referenced by Context.mkSetUnion().

1908  {
1909  long res = INTERNALmkSetUnion(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 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 1610 of file Native.java.

Referenced by Context.mkSignExt().

1611  {
1612  long res = INTERNALmkSignExt(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 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 4284 of file Native.java.

Referenced by Context.mkSimpleSolver().

4285  {
4286  long res = INTERNALmkSimpleSolver(a0);
4288  if (err != Z3_error_code.Z3_OK)
4289  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4290  return res;
4291  }
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 4275 of file Native.java.

Referenced by Context.mkSolver().

4276  {
4277  long res = INTERNALmkSolver(a0);
4279  if (err != Z3_error_code.Z3_OK)
4280  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4281  return res;
4282  }
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 4293 of file Native.java.

Referenced by Context.mkSolver().

4294  {
4295  long res = INTERNALmkSolverForLogic(a0, a1);
4297  if (err != Z3_error_code.Z3_OK)
4298  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4299  return res;
4300  }
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 4302 of file Native.java.

Referenced by Context.mkSolver().

4303  {
4304  long res = INTERNALmkSolverFromTactic(a0, a1);
4306  if (err != Z3_error_code.Z3_OK)
4307  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4308  return res;
4309  }
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 1808 of file Native.java.

Referenced by Context.mkStore().

1809  {
1810  long res = INTERNALmkStore(a0, a1, a2, a3);
1812  if (err != Z3_error_code.Z3_OK)
1813  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1814  return res;
1815  }
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)

§ mkStoreN()

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

Definition at line 1817 of file Native.java.

Referenced by Context.mkStore().

1818  {
1819  long res = INTERNALmkStoreN(a0, a1, a2, a3, a4);
1821  if (err != Z3_error_code.Z3_OK)
1822  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1823  return res;
1824  }
static native long INTERNALmkStoreN(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)

§ mkString()

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

Definition at line 2087 of file Native.java.

Referenced by Context.mkString().

2088  {
2089  long res = INTERNALmkString(a0, a1);
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 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 2069 of file Native.java.

Referenced by Context.mkStringSort().

2070  {
2071  long res = INTERNALmkStringSort(a0);
2073  if (err != Z3_error_code.Z3_OK)
2074  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2075  return res;
2076  }
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 912 of file Native.java.

Referenced by StringSymbol.getString().

913  {
914  long res = INTERNALmkStringSymbol(a0, a1);
916  if (err != Z3_error_code.Z3_OK)
917  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
918  return res;
919  }
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)

§ mkStrToInt()

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

Definition at line 2213 of file Native.java.

2214  {
2215  long res = INTERNALmkStrToInt(a0, a1);
2217  if (err != Z3_error_code.Z3_OK)
2218  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2219  return res;
2220  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkStrToInt(long a0, long a1)
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 1241 of file Native.java.

Referenced by Context.mkSub().

1242  {
1243  long res = INTERNALmkSub(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 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 3876 of file Native.java.

Referenced by Tactic.getSolver().

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

Referenced by Context.mkTrue().

1125  {
1126  long res = INTERNALmkTrue(a0);
1128  if (err != Z3_error_code.Z3_OK)
1129  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1130  return res;
1131  }
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 993 of file Native.java.

Referenced by TupleSort.getFieldDecls().

994  {
995  long res = INTERNALmkTupleSort(a0, a1, a2, a3, a4, a5, a6);
997  if (err != Z3_error_code.Z3_OK)
998  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
999  return res;
1000  }
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 1250 of file Native.java.

Referenced by Context.mkUnaryMinus().

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

922  {
923  long res = INTERNALmkUninterpretedSort(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 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 1997 of file Native.java.

1998  {
1999  long res = INTERNALmkUnsignedInt(a0, a1, a2);
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 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 2015 of file Native.java.

2016  {
2017  long res = INTERNALmkUnsignedInt64(a0, a1, a2);
2019  if (err != Z3_error_code.Z3_OK)
2020  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2021  return res;
2022  }
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 1196 of file Native.java.

Referenced by Context.mkXor().

1197  {
1198  long res = INTERNALmkXor(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 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 1619 of file Native.java.

Referenced by Context.mkZeroExt().

1620  {
1621  long res = INTERNALmkZeroExt(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 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 3310 of file Native.java.

3311  {
3312  INTERNALmodelDecRef(a0, a1);
3314  if (err != Z3_error_code.Z3_OK)
3315  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3316  }
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 3318 of file Native.java.

Referenced by Model.eval().

3319  {
3320  boolean res = INTERNALmodelEval(a0, a1, a2, a3, a4);
3322  if (err != Z3_error_code.Z3_OK)
3323  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3324  return res;
3325  }
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)

§ modelExtrapolate()

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

Definition at line 6484 of file Native.java.

6485  {
6486  long res = INTERNALmodelExtrapolate(a0, a1, a2);
6488  if (err != Z3_error_code.Z3_OK)
6489  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6490  return res;
6491  }
static native long INTERNALmodelExtrapolate(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)

§ modelGetConstDecl()

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

Definition at line 3363 of file Native.java.

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

3364  {
3365  long res = INTERNALmodelGetConstDecl(a0, a1, a2);
3367  if (err != Z3_error_code.Z3_OK)
3368  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3369  return res;
3370  }
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 3327 of file Native.java.

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

3328  {
3329  long res = INTERNALmodelGetConstInterp(a0, a1, a2);
3331  if (err != Z3_error_code.Z3_OK)
3332  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3333  return res;
3334  }
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 3381 of file Native.java.

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

3382  {
3383  long res = INTERNALmodelGetFuncDecl(a0, a1, a2);
3385  if (err != Z3_error_code.Z3_OK)
3386  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3387  return res;
3388  }
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 3345 of file Native.java.

Referenced by Model.getFuncInterp().

3346  {
3347  long res = INTERNALmodelGetFuncInterp(a0, a1, a2);
3349  if (err != Z3_error_code.Z3_OK)
3350  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3351  return res;
3352  }
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 3354 of file Native.java.

Referenced by Model.getNumConsts().

3355  {
3356  int res = INTERNALmodelGetNumConsts(a0, a1);
3358  if (err != Z3_error_code.Z3_OK)
3359  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3360  return res;
3361  }
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 3372 of file Native.java.

Referenced by Model.getNumFuncs().

3373  {
3374  int res = INTERNALmodelGetNumFuncs(a0, a1);
3376  if (err != Z3_error_code.Z3_OK)
3377  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3378  return res;
3379  }
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 3390 of file Native.java.

Referenced by Model.getNumSorts().

3391  {
3392  int res = INTERNALmodelGetNumSorts(a0, a1);
3394  if (err != Z3_error_code.Z3_OK)
3395  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3396  return res;
3397  }
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 3399 of file Native.java.

Referenced by Model.getSorts().

3400  {
3401  long res = INTERNALmodelGetSort(a0, a1, a2);
3403  if (err != Z3_error_code.Z3_OK)
3404  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3405  return res;
3406  }
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 3408 of file Native.java.

Referenced by Model.getSortUniverse().

3409  {
3410  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
3412  if (err != Z3_error_code.Z3_OK)
3413  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3414  return res;
3415  }
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 3336 of file Native.java.

3337  {
3338  boolean res = INTERNALmodelHasInterp(a0, a1, a2);
3340  if (err != Z3_error_code.Z3_OK)
3341  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3342  return res;
3343  }
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 3302 of file Native.java.

Referenced by Model.toString().

3303  {
3304  INTERNALmodelIncRef(a0, a1);
3306  if (err != Z3_error_code.Z3_OK)
3307  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3308  }
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 3637 of file Native.java.

Referenced by Model.toString().

3638  {
3639  String res = INTERNALmodelToString(a0, a1);
3641  if (err != Z3_error_code.Z3_OK)
3642  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3643  return res;
3644  }
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:9821
static final Z3_error_code fromInt(int v)

§ modelTranslate()

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

Definition at line 3417 of file Native.java.

3418  {
3419  long res = INTERNALmodelTranslate(a0, a1, a2);
3421  if (err != Z3_error_code.Z3_OK)
3422  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3423  return res;
3424  }
static native long INTERNALmodelTranslate(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)

§ openLog()

static int openLog ( String  a0)
inlinestatic

Definition at line 3572 of file Native.java.

Referenced by Log.open().

3573  {
3574  int res = INTERNALopenLog(a0);
3575  return res;
3576  }
static native int INTERNALopenLog(String a0)

§ optimizeAssert()

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

Definition at line 5431 of file Native.java.

Referenced by Optimize.Assert().

5432  {
5433  INTERNALoptimizeAssert(a0, a1, a2);
5435  if (err != Z3_error_code.Z3_OK)
5436  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5437  }
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 5439 of file Native.java.

Referenced by Optimize.AssertSoft().

5440  {
5441  int res = INTERNALoptimizeAssertSoft(a0, a1, a2, a3, a4);
5443  if (err != Z3_error_code.Z3_OK)
5444  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5445  return res;
5446  }
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 5482 of file Native.java.

Referenced by Optimize.Check().

5483  {
5484  int res = INTERNALoptimizeCheck(a0, a1);
5486  if (err != Z3_error_code.Z3_OK)
5487  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5488  return res;
5489  }
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 5423 of file Native.java.

5424  {
5425  INTERNALoptimizeDecRef(a0, a1);
5427  if (err != Z3_error_code.Z3_OK)
5428  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5429  }
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 5579 of file Native.java.

Referenced by Optimize.fromFile().

5580  {
5581  INTERNALoptimizeFromFile(a0, a1, a2);
5583  if (err != Z3_error_code.Z3_OK)
5584  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5585  }
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 5571 of file Native.java.

Referenced by Optimize.fromString().

5572  {
5573  INTERNALoptimizeFromString(a0, a1, a2);
5575  if (err != Z3_error_code.Z3_OK)
5576  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5577  }
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 5605 of file Native.java.

5606  {
5607  long res = INTERNALoptimizeGetAssertions(a0, a1);
5609  if (err != Z3_error_code.Z3_OK)
5610  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5611  return res;
5612  }
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 5587 of file Native.java.

Referenced by Optimize.getHelp().

5588  {
5589  String res = INTERNALoptimizeGetHelp(a0, a1);
5591  if (err != Z3_error_code.Z3_OK)
5592  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5593  return res;
5594  }
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:9821
static final Z3_error_code fromInt(int v)

§ optimizeGetLower()

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

Definition at line 5526 of file Native.java.

Referenced by Optimize.MkMinimize().

5527  {
5528  long res = INTERNALoptimizeGetLower(a0, a1, a2);
5530  if (err != Z3_error_code.Z3_OK)
5531  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5532  return res;
5533  }
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)

§ optimizeGetLowerAsVector()

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

Definition at line 5544 of file Native.java.

Referenced by Optimize.MkMinimize().

5545  {
5546  long res = INTERNALoptimizeGetLowerAsVector(a0, a1, a2);
5548  if (err != Z3_error_code.Z3_OK)
5549  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5550  return res;
5551  }
static native long INTERNALoptimizeGetLowerAsVector(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)

§ optimizeGetModel()

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

Definition at line 5500 of file Native.java.

Referenced by Optimize.getModel().

5501  {
5502  long res = INTERNALoptimizeGetModel(a0, a1);
5504  if (err != Z3_error_code.Z3_OK)
5505  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5506  return res;
5507  }
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 5614 of file Native.java.

5615  {
5616  long res = INTERNALoptimizeGetObjectives(a0, a1);
5618  if (err != Z3_error_code.Z3_OK)
5619  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5620  return res;
5621  }
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 5517 of file Native.java.

Referenced by Optimize.getParameterDescriptions().

5518  {
5519  long res = INTERNALoptimizeGetParamDescrs(a0, a1);
5521  if (err != Z3_error_code.Z3_OK)
5522  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5523  return res;
5524  }
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 5491 of file Native.java.

Referenced by Optimize.getReasonUnknown().

5492  {
5495  if (err != Z3_error_code.Z3_OK)
5496  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5497  return res;
5498  }
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:9821
static final Z3_error_code fromInt(int v)

§ optimizeGetStatistics()

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

Definition at line 5596 of file Native.java.

Referenced by Optimize.getStatistics().

5597  {
5598  long res = INTERNALoptimizeGetStatistics(a0, a1);
5600  if (err != Z3_error_code.Z3_OK)
5601  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5602  return res;
5603  }
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 5535 of file Native.java.

Referenced by Optimize.MkMinimize().

5536  {
5537  long res = INTERNALoptimizeGetUpper(a0, a1, a2);
5539  if (err != Z3_error_code.Z3_OK)
5540  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5541  return res;
5542  }
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)

§ optimizeGetUpperAsVector()

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

Definition at line 5553 of file Native.java.

Referenced by Optimize.MkMinimize().

5554  {
5555  long res = INTERNALoptimizeGetUpperAsVector(a0, a1, a2);
5557  if (err != Z3_error_code.Z3_OK)
5558  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5559  return res;
5560  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetUpperAsVector(long a0, long a1, int a2)
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 5415 of file Native.java.

Referenced by Optimize.getStatistics().

5416  {
5417  INTERNALoptimizeIncRef(a0, a1);
5419  if (err != Z3_error_code.Z3_OK)
5420  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5421  }
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 5448 of file Native.java.

Referenced by Optimize.MkMaximize().

5449  {
5450  int res = INTERNALoptimizeMaximize(a0, a1, a2);
5452  if (err != Z3_error_code.Z3_OK)
5453  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5454  return res;
5455  }
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 5457 of file Native.java.

Referenced by Optimize.MkMinimize().

5458  {
5459  int res = INTERNALoptimizeMinimize(a0, a1, a2);
5461  if (err != Z3_error_code.Z3_OK)
5462  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5463  return res;
5464  }
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 5474 of file Native.java.

Referenced by Optimize.Pop().

5475  {
5476  INTERNALoptimizePop(a0, a1);
5478  if (err != Z3_error_code.Z3_OK)
5479  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5480  }
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 5466 of file Native.java.

Referenced by Optimize.Push().

5467  {
5468  INTERNALoptimizePush(a0, a1);
5470  if (err != Z3_error_code.Z3_OK)
5471  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5472  }
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 5509 of file Native.java.

Referenced by Optimize.setParameters().

5510  {
5511  INTERNALoptimizeSetParams(a0, a1, a2);
5513  if (err != Z3_error_code.Z3_OK)
5514  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5515  }
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 5562 of file Native.java.

Referenced by Optimize.toString().

5563  {
5564  String res = INTERNALoptimizeToString(a0, a1);
5566  if (err != Z3_error_code.Z3_OK)
5567  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5568  return res;
5569  }
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:9821
static final Z3_error_code fromInt(int v)

§ paramDescrsDecRef()

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

Definition at line 850 of file Native.java.

851  {
854  if (err != Z3_error_code.Z3_OK)
855  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
856  }
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 885 of file Native.java.

Referenced by ParamDescrs.getDocumentation().

886  {
889  if (err != Z3_error_code.Z3_OK)
890  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
891  return res;
892  }
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:9821
static final Z3_error_code fromInt(int v)

§ paramDescrsGetKind()

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

Definition at line 858 of file Native.java.

Referenced by ParamDescrs.getKind().

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

Referenced by ParamDescrs.getNames().

877  {
878  long res = INTERNALparamDescrsGetName(a0, a1, a2);
880  if (err != Z3_error_code.Z3_OK)
881  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
882  return res;
883  }
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 842 of file Native.java.

Referenced by ParamDescrs.toString().

843  {
846  if (err != Z3_error_code.Z3_OK)
847  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
848  }
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 867 of file Native.java.

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

868  {
869  int res = INTERNALparamDescrsSize(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 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 894 of file Native.java.

Referenced by ParamDescrs.toString().

895  {
896  String res = INTERNALparamDescrsToString(a0, a1);
898  if (err != Z3_error_code.Z3_OK)
899  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
900  return res;
901  }
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:9821
static final Z3_error_code fromInt(int v)

§ paramsDecRef()

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

Definition at line 785 of file Native.java.

786  {
787  INTERNALparamsDecRef(a0, a1);
789  if (err != Z3_error_code.Z3_OK)
790  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
791  }
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 777 of file Native.java.

Referenced by Params.toString().

778  {
779  INTERNALparamsIncRef(a0, a1);
781  if (err != Z3_error_code.Z3_OK)
782  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
783  }
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 793 of file Native.java.

Referenced by Params.add().

794  {
795  INTERNALparamsSetBool(a0, a1, a2, a3);
797  if (err != Z3_error_code.Z3_OK)
798  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
799  }
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 809 of file Native.java.

Referenced by Params.add().

810  {
811  INTERNALparamsSetDouble(a0, a1, a2, a3);
813  if (err != Z3_error_code.Z3_OK)
814  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
815  }
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 817 of file Native.java.

Referenced by Params.add().

818  {
819  INTERNALparamsSetSymbol(a0, a1, a2, a3);
821  if (err != Z3_error_code.Z3_OK)
822  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
823  }
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 801 of file Native.java.

Referenced by Params.add().

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

Referenced by Params.toString().

826  {
827  String res = INTERNALparamsToString(a0, a1);
829  if (err != Z3_error_code.Z3_OK)
830  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
831  return res;
832  }
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:9821
static final Z3_error_code fromInt(int v)

§ paramsValidate()

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

Definition at line 834 of file Native.java.

Referenced by ParamDescrs.validate().

835  {
836  INTERNALparamsValidate(a0, a1, a2);
838  if (err != Z3_error_code.Z3_OK)
839  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
840  }
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 3664 of file Native.java.

Referenced by Context.parseSMTLIB2File().

3665  {
3666  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3668  if (err != Z3_error_code.Z3_OK)
3669  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3670  return res;
3671  }
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 3655 of file Native.java.

Referenced by Context.parseSMTLIB2String().

3656  {
3657  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3659  if (err != Z3_error_code.Z3_OK)
3660  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3661  return res;
3662  }
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)

§ patternToAst()

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

Definition at line 3095 of file Native.java.

3096  {
3097  long res = INTERNALpatternToAst(a0, a1);
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 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 3610 of file Native.java.

Referenced by Pattern.toString().

3611  {
3612  String res = INTERNALpatternToString(a0, a1);
3614  if (err != Z3_error_code.Z3_OK)
3615  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3616  return res;
3617  }
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:9821
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 4961 of file Native.java.

4962  {
4963  long res = INTERNALpolynomialSubresultants(a0, a1, a2, a3);
4965  if (err != Z3_error_code.Z3_OK)
4966  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4967  return res;
4968  }
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 4097 of file Native.java.

Referenced by Context.and().

4098  {
4099  long res = INTERNALprobeAnd(a0, a1, a2);
4101  if (err != Z3_error_code.Z3_OK)
4102  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4103  return res;
4104  }
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 4196 of file Native.java.

Referenced by Probe.apply().

4197  {
4198  double res = INTERNALprobeApply(a0, a1, a2);
4200  if (err != Z3_error_code.Z3_OK)
4201  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4202  return res;
4203  }
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 4043 of file Native.java.

Referenced by Context.constProbe().

4044  {
4045  long res = INTERNALprobeConst(a0, a1);
4047  if (err != Z3_error_code.Z3_OK)
4048  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4049  return res;
4050  }
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 3918 of file Native.java.

3919  {
3920  INTERNALprobeDecRef(a0, a1);
3922  if (err != Z3_error_code.Z3_OK)
3923  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3924  }
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 4088 of file Native.java.

Referenced by Context.eq().

4089  {
4090  long res = INTERNALprobeEq(a0, a1, a2);
4092  if (err != Z3_error_code.Z3_OK)
4093  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4094  return res;
4095  }
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 4079 of file Native.java.

Referenced by Context.ge().

4080  {
4081  long res = INTERNALprobeGe(a0, a1, a2);
4083  if (err != Z3_error_code.Z3_OK)
4084  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4085  return res;
4086  }
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 4187 of file Native.java.

Referenced by Context.getProbeDescription().

4188  {
4189  String res = INTERNALprobeGetDescr(a0, a1);
4191  if (err != Z3_error_code.Z3_OK)
4192  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4193  return res;
4194  }
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:9821
static final Z3_error_code fromInt(int v)

§ probeGt()

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

Definition at line 4061 of file Native.java.

Referenced by Context.gt().

4062  {
4063  long res = INTERNALprobeGt(a0, a1, a2);
4065  if (err != Z3_error_code.Z3_OK)
4066  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4067  return res;
4068  }
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 3910 of file Native.java.

Referenced by Probe.apply().

3911  {
3912  INTERNALprobeIncRef(a0, a1);
3914  if (err != Z3_error_code.Z3_OK)
3915  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3916  }
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 4070 of file Native.java.

Referenced by Context.le().

4071  {
4072  long res = INTERNALprobeLe(a0, a1, a2);
4074  if (err != Z3_error_code.Z3_OK)
4075  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4076  return res;
4077  }
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 4052 of file Native.java.

Referenced by Context.lt().

4053  {
4054  long res = INTERNALprobeLt(a0, a1, a2);
4056  if (err != Z3_error_code.Z3_OK)
4057  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4058  return res;
4059  }
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 4115 of file Native.java.

Referenced by Context.not().

4116  {
4117  long res = INTERNALprobeNot(a0, a1);
4119  if (err != Z3_error_code.Z3_OK)
4120  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4121  return res;
4122  }
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 4106 of file Native.java.

Referenced by Context.or().

4107  {
4108  long res = INTERNALprobeOr(a0, a1, a2);
4110  if (err != Z3_error_code.Z3_OK)
4111  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4112  return res;
4113  }
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)

§ qeLite()

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

Definition at line 6493 of file Native.java.

6494  {
6495  long res = INTERNALqeLite(a0, a1, a2);
6497  if (err != Z3_error_code.Z3_OK)
6498  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6499  return res;
6500  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALqeLite(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ qeModelProject()

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

Definition at line 6466 of file Native.java.

6467  {
6468  long res = INTERNALqeModelProject(a0, a1, a2, a3, a4);
6470  if (err != Z3_error_code.Z3_OK)
6471  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6472  return res;
6473  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALqeModelProject(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)

§ qeModelProjectSkolem()

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

Definition at line 6475 of file Native.java.

6476  {
6477  long res = INTERNALqeModelProjectSkolem(a0, a1, a2, a3, a4, a5);
6479  if (err != Z3_error_code.Z3_OK)
6480  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6481  return res;
6482  }
static native long INTERNALqeModelProjectSkolem(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)

§ queryConstructor()

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

Definition at line 1071 of file Native.java.

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

1072  {
1073  INTERNALqueryConstructor(a0, a1, a2, a3, a4, a5);
1075  if (err != Z3_error_code.Z3_OK)
1076  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1077  }
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 5032 of file Native.java.

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

4971  {
4972  INTERNALrcfDel(a0, a1);
4974  if (err != Z3_error_code.Z3_OK)
4975  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4976  }
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 5059 of file Native.java.

5060  {
5061  long res = INTERNALrcfDiv(a0, a1, a2);
5063  if (err != Z3_error_code.Z3_OK)
5064  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5065  return res;
5066  }
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 5131 of file Native.java.

5132  {
5133  boolean res = INTERNALrcfEq(a0, a1, a2);
5135  if (err != Z3_error_code.Z3_OK)
5136  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5137  return res;
5138  }
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 5122 of file Native.java.

5123  {
5124  boolean res = INTERNALrcfGe(a0, a1, a2);
5126  if (err != Z3_error_code.Z3_OK)
5127  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5128  return res;
5129  }
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 5167 of file Native.java.

5168  {
5169  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5171  if (err != Z3_error_code.Z3_OK)
5172  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5173  }
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 5104 of file Native.java.

5105  {
5106  boolean res = INTERNALrcfGt(a0, a1, a2);
5108  if (err != Z3_error_code.Z3_OK)
5109  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5110  return res;
5111  }
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 5077 of file Native.java.

5078  {
5079  long res = INTERNALrcfInv(a0, a1);
5081  if (err != Z3_error_code.Z3_OK)
5082  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5083  return res;
5084  }
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 5113 of file Native.java.

5114  {
5115  boolean res = INTERNALrcfLe(a0, a1, a2);
5117  if (err != Z3_error_code.Z3_OK)
5118  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5119  return res;
5120  }
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 5095 of file Native.java.

5096  {
5097  boolean res = INTERNALrcfLt(a0, a1, a2);
5099  if (err != Z3_error_code.Z3_OK)
5100  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5101  return res;
5102  }
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 5005 of file Native.java.

5006  {
5007  long res = INTERNALrcfMkE(a0);
5009  if (err != Z3_error_code.Z3_OK)
5010  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5011  return res;
5012  }
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 5014 of file Native.java.

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

4997  {
4998  long res = INTERNALrcfMkPi(a0);
5000  if (err != Z3_error_code.Z3_OK)
5001  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5002  return res;
5003  }
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 4978 of file Native.java.

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

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

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

5051  {
5052  long res = INTERNALrcfMul(a0, a1, a2);
5054  if (err != Z3_error_code.Z3_OK)
5055  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5056  return res;
5057  }
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 5068 of file Native.java.

5069  {
5070  long res = INTERNALrcfNeg(a0, a1);
5072  if (err != Z3_error_code.Z3_OK)
5073  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5074  return res;
5075  }
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 5140 of file Native.java.

5141  {
5142  boolean res = INTERNALrcfNeq(a0, a1, a2);
5144  if (err != Z3_error_code.Z3_OK)
5145  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5146  return res;
5147  }
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 5158 of file Native.java.

5159  {
5160  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5162  if (err != Z3_error_code.Z3_OK)
5163  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5164  return res;
5165  }
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:9821
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 5149 of file Native.java.

5150  {
5151  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
5153  if (err != Z3_error_code.Z3_OK)
5154  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5155  return res;
5156  }
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:9821
static final Z3_error_code fromInt(int v)

§ rcfPower()

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

Definition at line 5086 of file Native.java.

5087  {
5088  long res = INTERNALrcfPower(a0, a1, a2);
5090  if (err != Z3_error_code.Z3_OK)
5091  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5092  return res;
5093  }
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 5041 of file Native.java.

5042  {
5043  long res = INTERNALrcfSub(a0, a1, a2);
5045  if (err != Z3_error_code.Z3_OK)
5046  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5047  return res;
5048  }
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 5667 of file Native.java.

Referenced by InterpolationContext.ReadInterpolationProblem().

5668  {
5669  int res = INTERNALreadInterpolationProblem(a0, a1, a2, a3, a4, a5, a6, a7);
5671  if (err != Z3_error_code.Z3_OK)
5672  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5673  return res;
5674  }
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 3735 of file Native.java.

3736  {
3738  }
static native void INTERNALresetMemory()

§ setAstPrintMode()

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

Definition at line 3593 of file Native.java.

Referenced by Context.setPrintMode().

3594  {
3595  INTERNALsetAstPrintMode(a0, a1);
3597  if (err != Z3_error_code.Z3_OK)
3598  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3599  }
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 3697 of file Native.java.

3698  {
3699  INTERNALsetError(a0, a1);
3701  if (err != Z3_error_code.Z3_OK)
3702  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3703  }
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 710 of file Native.java.

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

711  {
712  INTERNALsetParamValue(a0, a1, a2);
713  }
static native void INTERNALsetParamValue(long a0, String a1, String a2)

§ simplify()

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

Definition at line 3221 of file Native.java.

Referenced by Expr.simplify().

3222  {
3223  long res = INTERNALsimplify(a0, a1);
3225  if (err != Z3_error_code.Z3_OK)
3226  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3227  return res;
3228  }
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 3230 of file Native.java.

Referenced by Expr.simplify().

3231  {
3232  long res = INTERNALsimplifyEx(a0, a1, a2);
3234  if (err != Z3_error_code.Z3_OK)
3235  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3236  return res;
3237  }
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 3239 of file Native.java.

Referenced by Context.SimplifyHelp().

3240  {
3241  String res = INTERNALsimplifyGetHelp(a0);
3243  if (err != Z3_error_code.Z3_OK)
3244  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3245  return res;
3246  }
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:9821
static final Z3_error_code fromInt(int v)

§ simplifyGetParamDescrs()

static long simplifyGetParamDescrs ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3248 of file Native.java.

Referenced by Context.getSimplifyParameterDescriptions().

3249  {
3250  long res = INTERNALsimplifyGetParamDescrs(a0);
3252  if (err != Z3_error_code.Z3_OK)
3253  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3254  return res;
3255  }
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 4395 of file Native.java.

Referenced by Solver.add().

4396  {
4397  INTERNALsolverAssert(a0, a1, a2);
4399  if (err != Z3_error_code.Z3_OK)
4400  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4401  }
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 4403 of file Native.java.

Referenced by Solver.assertAndTrack().

4404  {
4405  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4407  if (err != Z3_error_code.Z3_OK)
4408  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4409  }
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 4436 of file Native.java.

Referenced by Solver.check().

4437  {
4438  int res = INTERNALsolverCheck(a0, a1);
4440  if (err != Z3_error_code.Z3_OK)
4441  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4442  return res;
4443  }
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 4445 of file Native.java.

Referenced by Solver.check().

4446  {
4447  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
4449  if (err != Z3_error_code.Z3_OK)
4450  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4451  return res;
4452  }
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 4354 of file Native.java.

4355  {
4356  INTERNALsolverDecRef(a0, a1);
4358  if (err != Z3_error_code.Z3_OK)
4359  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4360  }
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)

§ solverFromFile()

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

Definition at line 4420 of file Native.java.

Referenced by Solver.fromFile().

4421  {
4422  INTERNALsolverFromFile(a0, a1, a2);
4424  if (err != Z3_error_code.Z3_OK)
4425  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4426  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverFromFile(long a0, long a1, String a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

§ solverFromString()

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

Definition at line 4428 of file Native.java.

Referenced by Solver.fromString().

4429  {
4430  INTERNALsolverFromString(a0, a1, a2);
4432  if (err != Z3_error_code.Z3_OK)
4433  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4434  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverFromString(long a0, long a1, String a2)
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 4411 of file Native.java.

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

4412  {
4413  long res = INTERNALsolverGetAssertions(a0, a1);
4415  if (err != Z3_error_code.Z3_OK)
4416  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4417  return res;
4418  }
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 4463 of file Native.java.

4464  {
4465  int res = INTERNALsolverGetConsequences(a0, a1, a2, a3, a4);
4467  if (err != Z3_error_code.Z3_OK)
4468  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4469  return res;
4470  }
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 4320 of file Native.java.

Referenced by Solver.getHelp().

4321  {
4322  String res = INTERNALsolverGetHelp(a0, a1);
4324  if (err != Z3_error_code.Z3_OK)
4325  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4326  return res;
4327  }
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:9821
static final Z3_error_code fromInt(int v)

§ solverGetModel()

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

Definition at line 4472 of file Native.java.

Referenced by Solver.getModel().

4473  {
4474  long res = INTERNALsolverGetModel(a0, a1);
4476  if (err != Z3_error_code.Z3_OK)
4477  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4478  return res;
4479  }
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 4386 of file Native.java.

Referenced by Solver.getNumScopes().

4387  {
4388  int res = INTERNALsolverGetNumScopes(a0, a1);
4390  if (err != Z3_error_code.Z3_OK)
4391  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4392  return res;
4393  }
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 4329 of file Native.java.

Referenced by Solver.getParameterDescriptions().

4330  {
4331  long res = INTERNALsolverGetParamDescrs(a0, a1);
4333  if (err != Z3_error_code.Z3_OK)
4334  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4335  return res;
4336  }
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 4481 of file Native.java.

Referenced by Solver.getProof().

4482  {
4483  long res = INTERNALsolverGetProof(a0, a1);
4485  if (err != Z3_error_code.Z3_OK)
4486  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4487  return res;
4488  }
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 4499 of file Native.java.

Referenced by Solver.getReasonUnknown().

4500  {
4501  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4503  if (err != Z3_error_code.Z3_OK)
4504  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4505  return res;
4506  }
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:9821
static final Z3_error_code fromInt(int v)

§ solverGetStatistics()

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

Definition at line 4508 of file Native.java.

Referenced by Solver.getStatistics().

4509  {
4510  long res = INTERNALsolverGetStatistics(a0, a1);
4512  if (err != Z3_error_code.Z3_OK)
4513  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4514  return res;
4515  }
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 4490 of file Native.java.

Referenced by Solver.getUnsatCore().

4491  {
4492  long res = INTERNALsolverGetUnsatCore(a0, a1);
4494  if (err != Z3_error_code.Z3_OK)
4495  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4496  return res;
4497  }
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 4346 of file Native.java.

Referenced by Solver.toString().

4347  {
4348  INTERNALsolverIncRef(a0, a1);
4350  if (err != Z3_error_code.Z3_OK)
4351  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4352  }
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 4370 of file Native.java.

Referenced by Solver.pop().

4371  {
4372  INTERNALsolverPop(a0, a1, a2);
4374  if (err != Z3_error_code.Z3_OK)
4375  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4376  }
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 4362 of file Native.java.

Referenced by Solver.push().

4363  {
4364  INTERNALsolverPush(a0, a1);
4366  if (err != Z3_error_code.Z3_OK)
4367  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4368  }
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 4378 of file Native.java.

Referenced by Solver.reset().

4379  {
4380  INTERNALsolverReset(a0, a1);
4382  if (err != Z3_error_code.Z3_OK)
4383  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4384  }
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 4338 of file Native.java.

Referenced by Solver.setParameters().

4339  {
4340  INTERNALsolverSetParams(a0, a1, a2);
4342  if (err != Z3_error_code.Z3_OK)
4343  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4344  }
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 4517 of file Native.java.

Referenced by Solver.toString().

4518  {
4519  String res = INTERNALsolverToString(a0, a1);
4521  if (err != Z3_error_code.Z3_OK)
4522  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4523  return res;
4524  }
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:9821
static final Z3_error_code fromInt(int v)

§ solverTranslate()

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

Definition at line 4311 of file Native.java.

Referenced by Solver.translate().

4312  {
4313  long res = INTERNALsolverTranslate(a0, a1, a2);
4315  if (err != Z3_error_code.Z3_OK)
4316  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4317  return res;
4318  }
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 2483 of file Native.java.

2484  {
2485  long res = INTERNALsortToAst(a0, a1);
2487  if (err != Z3_error_code.Z3_OK)
2488  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2489  return res;
2490  }
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 3619 of file Native.java.

Referenced by Sort.toString().

3620  {
3621  String res = INTERNALsortToString(a0, a1);
3623  if (err != Z3_error_code.Z3_OK)
3624  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3625  return res;
3626  }
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:9821
static final Z3_error_code fromInt(int v)

§ statsDecRef()

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

Definition at line 4543 of file Native.java.

4544  {
4545  INTERNALstatsDecRef(a0, a1);
4547  if (err != Z3_error_code.Z3_OK)
4548  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4549  }
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 4596 of file Native.java.

Referenced by Statistics.getEntries().

4597  {
4598  double res = INTERNALstatsGetDoubleValue(a0, a1, a2);
4600  if (err != Z3_error_code.Z3_OK)
4601  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4602  return res;
4603  }
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 4560 of file Native.java.

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

4561  {
4562  String res = INTERNALstatsGetKey(a0, a1, a2);
4564  if (err != Z3_error_code.Z3_OK)
4565  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4566  return res;
4567  }
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:9821
static final Z3_error_code fromInt(int v)

§ statsGetUintValue()

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

Definition at line 4587 of file Native.java.

Referenced by Statistics.getEntries().

4588  {
4589  int res = INTERNALstatsGetUintValue(a0, a1, a2);
4591  if (err != Z3_error_code.Z3_OK)
4592  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4593  return res;
4594  }
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 4535 of file Native.java.

Referenced by Statistics.get().

4536  {
4537  INTERNALstatsIncRef(a0, a1);
4539  if (err != Z3_error_code.Z3_OK)
4540  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4541  }
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 4578 of file Native.java.

Referenced by Statistics.getEntries().

4579  {
4580  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4582  if (err != Z3_error_code.Z3_OK)
4583  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4584  return res;
4585  }
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 4569 of file Native.java.

Referenced by Statistics.getEntries().

4570  {
4571  boolean res = INTERNALstatsIsUint(a0, a1, a2);
4573  if (err != Z3_error_code.Z3_OK)
4574  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4575  return res;
4576  }
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 4551 of file Native.java.

Referenced by Statistics.size().

4552  {
4553  int res = INTERNALstatsSize(a0, a1);
4555  if (err != Z3_error_code.Z3_OK)
4556  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4557  return res;
4558  }
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 4526 of file Native.java.

Referenced by Statistics.toString().

4527  {
4528  String res = INTERNALstatsToString(a0, a1);
4530  if (err != Z3_error_code.Z3_OK)
4531  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4532  return res;
4533  }
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:9821
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 3266 of file Native.java.

Referenced by Expr.substitute().

3267  {
3268  long res = INTERNALsubstitute(a0, a1, a2, a3, a4);
3270  if (err != Z3_error_code.Z3_OK)
3271  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3272  return res;
3273  }
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 3275 of file Native.java.

Referenced by Expr.substituteVars().

3276  {
3277  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
3279  if (err != Z3_error_code.Z3_OK)
3280  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3281  return res;
3282  }
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 3926 of file Native.java.

Referenced by Context.andThen().

3927  {
3928  long res = INTERNALtacticAndThen(a0, a1, a2);
3930  if (err != Z3_error_code.Z3_OK)
3931  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3932  return res;
3933  }
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 4205 of file Native.java.

Referenced by Tactic.apply().

4206  {
4207  long res = INTERNALtacticApply(a0, a1, a2);
4209  if (err != Z3_error_code.Z3_OK)
4210  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4211  return res;
4212  }
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 4214 of file Native.java.

Referenced by Tactic.apply().

4215  {
4216  long res = INTERNALtacticApplyEx(a0, a1, a2, a3);
4218  if (err != Z3_error_code.Z3_OK)
4219  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4220  return res;
4221  }
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 3980 of file Native.java.

Referenced by Context.cond().

3981  {
3982  long res = INTERNALtacticCond(a0, a1, a2, a3);
3984  if (err != Z3_error_code.Z3_OK)
3985  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3986  return res;
3987  }
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 3893 of file Native.java.

3894  {
3895  INTERNALtacticDecRef(a0, a1);
3897  if (err != Z3_error_code.Z3_OK)
3898  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3899  }
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 4007 of file Native.java.

Referenced by Context.fail().

4008  {
4009  long res = INTERNALtacticFail(a0);
4011  if (err != Z3_error_code.Z3_OK)
4012  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4013  return res;
4014  }
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 4016 of file Native.java.

Referenced by Context.failIf().

4017  {
4018  long res = INTERNALtacticFailIf(a0, a1);
4020  if (err != Z3_error_code.Z3_OK)
4021  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4022  return res;
4023  }
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 4025 of file Native.java.

Referenced by Context.failIfNotDecided().

4026  {
4027  long res = INTERNALtacticFailIfNotDecided(a0);
4029  if (err != Z3_error_code.Z3_OK)
4030  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4031  return res;
4032  }
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 4178 of file Native.java.

Referenced by Context.getTacticDescription().

4179  {
4180  String res = INTERNALtacticGetDescr(a0, a1);
4182  if (err != Z3_error_code.Z3_OK)
4183  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4184  return res;
4185  }
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:9821
static final Z3_error_code fromInt(int v)

§ tacticGetHelp()

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

Definition at line 4160 of file Native.java.

Referenced by Tactic.getHelp().

4161  {
4162  String res = INTERNALtacticGetHelp(a0, a1);
4164  if (err != Z3_error_code.Z3_OK)
4165  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4166  return res;
4167  }
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:9821
static final Z3_error_code fromInt(int v)

§ tacticGetParamDescrs()

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

Definition at line 4169 of file Native.java.

Referenced by Tactic.getParameterDescriptions().

4170  {
4171  long res = INTERNALtacticGetParamDescrs(a0, a1);
4173  if (err != Z3_error_code.Z3_OK)
4174  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4175  return res;
4176  }
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 3885 of file Native.java.

Referenced by Tactic.getSolver().

3886  {
3887  INTERNALtacticIncRef(a0, a1);
3889  if (err != Z3_error_code.Z3_OK)
3890  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3891  }
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 3935 of file Native.java.

Referenced by Context.orElse().

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

Referenced by Context.parAndThen().

3954  {
3955  long res = INTERNALtacticParAndThen(a0, a1, a2);
3957  if (err != Z3_error_code.Z3_OK)
3958  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3959  return res;
3960  }
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 3944 of file Native.java.

Referenced by Context.parOr().

3945  {
3946  long res = INTERNALtacticParOr(a0, a1, a2);
3948  if (err != Z3_error_code.Z3_OK)
3949  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3950  return res;
3951  }
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 3989 of file Native.java.

Referenced by Context.repeat().

3990  {
3991  long res = INTERNALtacticRepeat(a0, a1, a2);
3993  if (err != Z3_error_code.Z3_OK)
3994  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3995  return res;
3996  }
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 3998 of file Native.java.

Referenced by Context.skip().

3999  {
4000  long res = INTERNALtacticSkip(a0);
4002  if (err != Z3_error_code.Z3_OK)
4003  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4004  return res;
4005  }
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 3962 of file Native.java.

Referenced by Context.tryFor().

3963  {
3964  long res = INTERNALtacticTryFor(a0, a1, a2);
3966  if (err != Z3_error_code.Z3_OK)
3967  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3968  return res;
3969  }
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 4034 of file Native.java.

Referenced by Context.usingParams().

4035  {
4036  long res = INTERNALtacticUsingParams(a0, a1, a2);
4038  if (err != Z3_error_code.Z3_OK)
4039  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4040  return res;
4041  }
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 3971 of file Native.java.

Referenced by Context.when().

3972  {
3973  long res = INTERNALtacticWhen(a0, a1, a2);
3975  if (err != Z3_error_code.Z3_OK)
3976  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3977  return res;
3978  }
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 2969 of file Native.java.

2970  {
2971  long res = INTERNALtoApp(a0, a1);
2973  if (err != Z3_error_code.Z3_OK)
2974  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2975  return res;
2976  }
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 2978 of file Native.java.

2979  {
2980  long res = INTERNALtoFuncDecl(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 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 3588 of file Native.java.

Referenced by Global.ToggleWarningMessages().

3589  {
3591  }
static native void INTERNALtoggleWarningMessages(boolean a0)

§ translate()

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

Definition at line 3284 of file Native.java.

Referenced by AST.translate().

3285  {
3286  long res = INTERNALtranslate(a0, a1, a2);
3288  if (err != Z3_error_code.Z3_OK)
3289  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3290  return res;
3291  }
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 752 of file Native.java.

Referenced by Context.updateParamValue().

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

Referenced by Expr.update().

3258  {
3259  long res = INTERNALupdateTerm(a0, a1, a2, a3);
3261  if (err != Z3_error_code.Z3_OK)
3262  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3263  return res;
3264  }
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 5685 of file Native.java.

Referenced by InterpolationContext.WriteInterpolationProblem().

5686  {
5687  INTERNALwriteInterpolationProblem(a0, a1, a2, a3, a4, a5, a6);
5689  if (err != Z3_error_code.Z3_OK)
5690  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5691  }
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)