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

3443  {
3444  INTERNALaddConstInterp(a0, a1, a2, a3);
3446  if (err != Z3_error_code.Z3_OK)
3447  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3448  }
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 3433 of file Native.java.

3434  {
3435  long res = INTERNALaddFuncInterp(a0, a1, a2, a3);
3437  if (err != Z3_error_code.Z3_OK)
3438  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3439  return res;
3440  }
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 4815 of file Native.java.

4816  {
4817  long res = INTERNALalgebraicAdd(a0, a1, a2);
4819  if (err != Z3_error_code.Z3_OK)
4820  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4821  return res;
4822  }
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 4842 of file Native.java.

4843  {
4844  long res = INTERNALalgebraicDiv(a0, a1, a2);
4846  if (err != Z3_error_code.Z3_OK)
4847  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4848  return res;
4849  }
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 4905 of file Native.java.

4906  {
4907  boolean res = INTERNALalgebraicEq(a0, a1, a2);
4909  if (err != Z3_error_code.Z3_OK)
4910  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4911  return res;
4912  }
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 4932 of file Native.java.

4933  {
4934  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
4936  if (err != Z3_error_code.Z3_OK)
4937  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4938  return res;
4939  }
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 4896 of file Native.java.

4897  {
4898  boolean res = INTERNALalgebraicGe(a0, a1, a2);
4900  if (err != Z3_error_code.Z3_OK)
4901  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4902  return res;
4903  }
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 4878 of file Native.java.

4879  {
4880  boolean res = INTERNALalgebraicGt(a0, a1, a2);
4882  if (err != Z3_error_code.Z3_OK)
4883  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4884  return res;
4885  }
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 4788 of file Native.java.

4789  {
4790  boolean res = INTERNALalgebraicIsNeg(a0, a1);
4792  if (err != Z3_error_code.Z3_OK)
4793  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4794  return res;
4795  }
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 4779 of file Native.java.

4780  {
4781  boolean res = INTERNALalgebraicIsPos(a0, a1);
4783  if (err != Z3_error_code.Z3_OK)
4784  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4785  return res;
4786  }
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 4770 of file Native.java.

4771  {
4772  boolean res = INTERNALalgebraicIsValue(a0, a1);
4774  if (err != Z3_error_code.Z3_OK)
4775  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4776  return res;
4777  }
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 4797 of file Native.java.

4798  {
4799  boolean res = INTERNALalgebraicIsZero(a0, a1);
4801  if (err != Z3_error_code.Z3_OK)
4802  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4803  return res;
4804  }
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 4887 of file Native.java.

4888  {
4889  boolean res = INTERNALalgebraicLe(a0, a1, a2);
4891  if (err != Z3_error_code.Z3_OK)
4892  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4893  return res;
4894  }
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 4869 of file Native.java.

4870  {
4871  boolean res = INTERNALalgebraicLt(a0, a1, a2);
4873  if (err != Z3_error_code.Z3_OK)
4874  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4875  return res;
4876  }
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 4833 of file Native.java.

4834  {
4835  long res = INTERNALalgebraicMul(a0, a1, a2);
4837  if (err != Z3_error_code.Z3_OK)
4838  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4839  return res;
4840  }
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 4914 of file Native.java.

4915  {
4916  boolean res = INTERNALalgebraicNeq(a0, a1, a2);
4918  if (err != Z3_error_code.Z3_OK)
4919  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4920  return res;
4921  }
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 4860 of file Native.java.

4861  {
4862  long res = INTERNALalgebraicPower(a0, a1, a2);
4864  if (err != Z3_error_code.Z3_OK)
4865  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4866  return res;
4867  }
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 4851 of file Native.java.

4852  {
4853  long res = INTERNALalgebraicRoot(a0, a1, a2);
4855  if (err != Z3_error_code.Z3_OK)
4856  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4857  return res;
4858  }
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 4923 of file Native.java.

4924  {
4925  long res = INTERNALalgebraicRoots(a0, a1, a2, a3);
4927  if (err != Z3_error_code.Z3_OK)
4928  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4929  return res;
4930  }
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 4806 of file Native.java.

4807  {
4808  int res = INTERNALalgebraicSign(a0, a1);
4810  if (err != Z3_error_code.Z3_OK)
4811  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4812  return res;
4813  }
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 4824 of file Native.java.

4825  {
4826  long res = INTERNALalgebraicSub(a0, a1, a2);
4828  if (err != Z3_error_code.Z3_OK)
4829  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4830  return res;
4831  }
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 3567 of file Native.java.

Referenced by Log.append().

3568  {
3569  INTERNALappendLog(a0);
3570  }
static native void INTERNALappendLog(String a0)

◆ applyResultConvertModel()

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

Definition at line 4246 of file Native.java.

Referenced by ApplyResult.convertModel().

4247  {
4248  long res = INTERNALapplyResultConvertModel(a0, a1, a2, a3);
4250  if (err != Z3_error_code.Z3_OK)
4251  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4252  return res;
4253  }
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 4211 of file Native.java.

4212  {
4213  INTERNALapplyResultDecRef(a0, a1);
4215  if (err != Z3_error_code.Z3_OK)
4216  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4217  }
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 4228 of file Native.java.

Referenced by ApplyResult.getNumSubgoals().

4229  {
4230  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4232  if (err != Z3_error_code.Z3_OK)
4233  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4234  return res;
4235  }
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 4237 of file Native.java.

Referenced by ApplyResult.getSubgoals().

4238  {
4239  long res = INTERNALapplyResultGetSubgoal(a0, a1, a2);
4241  if (err != Z3_error_code.Z3_OK)
4242  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4243  return res;
4244  }
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 4203 of file Native.java.

4204  {
4205  INTERNALapplyResultIncRef(a0, a1);
4207  if (err != Z3_error_code.Z3_OK)
4208  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4209  }
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 4219 of file Native.java.

Referenced by ApplyResult.toString().

4220  {
4221  String res = INTERNALapplyResultToString(a0, a1);
4223  if (err != Z3_error_code.Z3_OK)
4224  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4225  return res;
4226  }
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:9738
static final Z3_error_code fromInt(int v)

◆ appToAst()

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

Definition at line 2841 of file Native.java.

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

4702  {
4703  boolean res = INTERNALastMapContains(a0, a1, a2);
4705  if (err != Z3_error_code.Z3_OK)
4706  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4707  return res;
4708  }
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 4693 of file Native.java.

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

4728  {
4729  INTERNALastMapErase(a0, a1, a2);
4731  if (err != Z3_error_code.Z3_OK)
4732  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4733  }
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 4710 of file Native.java.

4711  {
4712  long res = INTERNALastMapFind(a0, a1, a2);
4714  if (err != Z3_error_code.Z3_OK)
4715  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4716  return res;
4717  }
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 4685 of file Native.java.

4686  {
4687  INTERNALastMapIncRef(a0, a1);
4689  if (err != Z3_error_code.Z3_OK)
4690  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4691  }
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 4719 of file Native.java.

4720  {
4721  INTERNALastMapInsert(a0, a1, a2, a3);
4723  if (err != Z3_error_code.Z3_OK)
4724  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4725  }
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 4752 of file Native.java.

4753  {
4754  long res = INTERNALastMapKeys(a0, a1);
4756  if (err != Z3_error_code.Z3_OK)
4757  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4758  return res;
4759  }
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 4735 of file Native.java.

4736  {
4737  INTERNALastMapReset(a0, a1);
4739  if (err != Z3_error_code.Z3_OK)
4740  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4741  }
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 4743 of file Native.java.

4744  {
4745  int res = INTERNALastMapSize(a0, a1);
4747  if (err != Z3_error_code.Z3_OK)
4748  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4749  return res;
4750  }
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 4761 of file Native.java.

4762  {
4763  String res = INTERNALastMapToString(a0, a1);
4765  if (err != Z3_error_code.Z3_OK)
4766  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4767  return res;
4768  }
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:9738
static final Z3_error_code fromInt(int v)

◆ astToString()

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

Definition at line 3590 of file Native.java.

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

3591  {
3592  String res = INTERNALastToString(a0, a1);
3594  if (err != Z3_error_code.Z3_OK)
3595  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3596  return res;
3597  }
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:9738
static final Z3_error_code fromInt(int v)

◆ astVectorDecRef()

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

Definition at line 4608 of file Native.java.

4609  {
4610  INTERNALastVectorDecRef(a0, a1);
4612  if (err != Z3_error_code.Z3_OK)
4613  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4614  }
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 4625 of file Native.java.

Referenced by ASTVector.get().

4626  {
4627  long res = INTERNALastVectorGet(a0, a1, a2);
4629  if (err != Z3_error_code.Z3_OK)
4630  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4631  return res;
4632  }
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 4600 of file Native.java.

4601  {
4602  INTERNALastVectorIncRef(a0, a1);
4604  if (err != Z3_error_code.Z3_OK)
4605  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4606  }
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 4650 of file Native.java.

Referenced by ASTVector.push().

4651  {
4652  INTERNALastVectorPush(a0, a1, a2);
4654  if (err != Z3_error_code.Z3_OK)
4655  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4656  }
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 4642 of file Native.java.

Referenced by ASTVector.resize().

4643  {
4644  INTERNALastVectorResize(a0, a1, a2);
4646  if (err != Z3_error_code.Z3_OK)
4647  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4648  }
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 4634 of file Native.java.

Referenced by ASTVector.set().

4635  {
4636  INTERNALastVectorSet(a0, a1, a2, a3);
4638  if (err != Z3_error_code.Z3_OK)
4639  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4640  }
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 4616 of file Native.java.

Referenced by ASTVector.size().

4617  {
4618  int res = INTERNALastVectorSize(a0, a1);
4620  if (err != Z3_error_code.Z3_OK)
4621  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4622  return res;
4623  }
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 4667 of file Native.java.

Referenced by ASTVector.toString().

4668  {
4669  String res = INTERNALastVectorToString(a0, a1);
4671  if (err != Z3_error_code.Z3_OK)
4672  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4673  return res;
4674  }
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:9738
static final Z3_error_code fromInt(int v)

◆ astVectorTranslate()

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

Definition at line 4658 of file Native.java.

Referenced by ASTVector.translate().

4659  {
4660  long res = INTERNALastVectorTranslate(a0, a1, a2);
4662  if (err != Z3_error_code.Z3_OK)
4663  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4664  return res;
4665  }
static native int INTERNALgetErrorCode(long a0)
static native 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 3635 of file Native.java.

Referenced by Context.benchmarkToSMTString().

3636  {
3637  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3639  if (err != Z3_error_code.Z3_OK)
3640  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3641  return res;
3642  }
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:9738
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 5656 of file Native.java.

Referenced by InterpolationContext.CheckInterpolant().

5657  {
5658  int res = INTERNALcheckInterpolant(a0, a1, a2, a3, a4, a5, a6, a7);
5660  if (err != Z3_error_code.Z3_OK)
5661  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5662  return res;
5663  }
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 3572 of file Native.java.

Referenced by Log.close().

3573  {
3574  INTERNALcloseLog();
3575  }
static native void INTERNALcloseLog()

◆ computeInterpolant()

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

Definition at line 5629 of file Native.java.

Referenced by InterpolationContext.ComputeInterpolant().

5630  {
5631  int res = INTERNALcomputeInterpolant(a0, a1, a2, a3, a4);
5633  if (err != Z3_error_code.Z3_OK)
5634  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5635  return res;
5636  }
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 2607 of file Native.java.

Referenced by Context.mkUpdateField().

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

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

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

704  {
705  INTERNALdelConfig(a0);
706  }
static native void INTERNALdelConfig(long a0)

◆ delConstructor()

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

Definition at line 1027 of file Native.java.

Referenced by ConstructorDecRefQueue.decRef().

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

Referenced by ConstructorListDecRefQueue.decRef().

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

Referenced by Context.close().

730  {
731  INTERNALdelContext(a0);
732  }
static native void INTERNALdelContext(long a0)

◆ disableTrace()

static void disableTrace ( String  a0)
inlinestatic

Definition at line 3710 of file Native.java.

Referenced by Global.disableTrace().

3711  {
3713  }
static native void INTERNALdisableTrace(String a0)

◆ enableTrace()

static void enableTrace ( String  a0)
inlinestatic

Definition at line 3705 of file Native.java.

Referenced by Global.enableTrace().

3706  {
3707  INTERNALenableTrace(a0);
3708  }
static native void INTERNALenableTrace(String a0)

◆ finalizeMemory()

static void finalizeMemory ( )
inlinestatic

Definition at line 3720 of file Native.java.

3721  {
3723  }
static native void INTERNALfinalizeMemory()

◆ fixedpointAddCover()

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

Definition at line 5266 of file Native.java.

Referenced by Fixedpoint.addCover().

5267  {
5268  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
5270  if (err != Z3_error_code.Z3_OK)
5271  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5272  }
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 5188 of file Native.java.

Referenced by Fixedpoint.addFact().

5189  {
5190  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
5192  if (err != Z3_error_code.Z3_OK)
5193  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5194  }
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 6429 of file Native.java.

6430  {
6431  INTERNALfixedpointAddInvariant(a0, a1, a2, a3);
6433  if (err != Z3_error_code.Z3_OK)
6434  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6435  }
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 5180 of file Native.java.

Referenced by Fixedpoint.addRule().

5181  {
5182  INTERNALfixedpointAddRule(a0, a1, a2, a3);
5184  if (err != Z3_error_code.Z3_OK)
5185  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5186  }
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 5196 of file Native.java.

Referenced by Fixedpoint.add().

5197  {
5198  INTERNALfixedpointAssert(a0, a1, a2);
5200  if (err != Z3_error_code.Z3_OK)
5201  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5202  }
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 5172 of file Native.java.

5173  {
5174  INTERNALfixedpointDecRef(a0, a1);
5176  if (err != Z3_error_code.Z3_OK)
5177  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5178  }
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 5361 of file Native.java.

Referenced by Fixedpoint.ParseFile().

5362  {
5363  long res = INTERNALfixedpointFromFile(a0, a1, a2);
5365  if (err != Z3_error_code.Z3_OK)
5366  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5367  return res;
5368  }
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 5352 of file Native.java.

Referenced by Fixedpoint.ParseString().

5353  {
5354  long res = INTERNALfixedpointFromString(a0, a1, a2);
5356  if (err != Z3_error_code.Z3_OK)
5357  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5358  return res;
5359  }
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 5222 of file Native.java.

Referenced by Fixedpoint.getAnswer().

5223  {
5224  long res = INTERNALfixedpointGetAnswer(a0, a1);
5226  if (err != Z3_error_code.Z3_OK)
5227  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5228  return res;
5229  }
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 5308 of file Native.java.

Referenced by Fixedpoint.getAssertions().

5309  {
5310  long res = INTERNALfixedpointGetAssertions(a0, a1);
5312  if (err != Z3_error_code.Z3_OK)
5313  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5314  return res;
5315  }
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 5257 of file Native.java.

Referenced by Fixedpoint.getCoverDelta().

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

6403  {
6404  long res = INTERNALfixedpointGetGroundSatAnswer(a0, a1);
6406  if (err != Z3_error_code.Z3_OK)
6407  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6408  return res;
6409  }
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 5325 of file Native.java.

Referenced by Fixedpoint.getHelp().

5326  {
5327  String res = INTERNALfixedpointGetHelp(a0, a1);
5329  if (err != Z3_error_code.Z3_OK)
5330  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5331  return res;
5332  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:9738
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 5248 of file Native.java.

Referenced by Fixedpoint.getNumLevels().

5249  {
5250  int res = INTERNALfixedpointGetNumLevels(a0, a1, a2);
5252  if (err != Z3_error_code.Z3_OK)
5253  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5254  return res;
5255  }
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 5334 of file Native.java.

Referenced by Fixedpoint.getParameterDescriptions().

5335  {
5336  long res = INTERNALfixedpointGetParamDescrs(a0, a1);
5338  if (err != Z3_error_code.Z3_OK)
5339  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5340  return res;
5341  }
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 6437 of file Native.java.

6438  {
6439  long res = INTERNALfixedpointGetReachable(a0, a1, a2);
6441  if (err != Z3_error_code.Z3_OK)
6442  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6443  return res;
6444  }
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 5231 of file Native.java.

Referenced by Fixedpoint.getReasonUnknown().

5232  {
5235  if (err != Z3_error_code.Z3_OK)
5236  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5237  return res;
5238  }
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:9738
static final Z3_error_code fromInt(int v)

◆ fixedpointGetRuleNamesAlongTrace()

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

Definition at line 6420 of file Native.java.

6421  {
6422  long res = INTERNALfixedpointGetRuleNamesAlongTrace(a0, a1);
6424  if (err != Z3_error_code.Z3_OK)
6425  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6426  return res;
6427  }
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 5299 of file Native.java.

Referenced by Fixedpoint.getRules().

5300  {
5301  long res = INTERNALfixedpointGetRules(a0, a1);
5303  if (err != Z3_error_code.Z3_OK)
5304  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5305  return res;
5306  }
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 6411 of file Native.java.

6412  {
6413  long res = INTERNALfixedpointGetRulesAlongTrace(a0, a1);
6415  if (err != Z3_error_code.Z3_OK)
6416  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6417  return res;
6418  }
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 5274 of file Native.java.

Referenced by Fixedpoint.getStatistics().

5275  {
5276  long res = INTERNALfixedpointGetStatistics(a0, a1);
5278  if (err != Z3_error_code.Z3_OK)
5279  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5280  return res;
5281  }
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 5164 of file Native.java.

5165  {
5166  INTERNALfixedpointIncRef(a0, a1);
5168  if (err != Z3_error_code.Z3_OK)
5169  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5170  }
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 5378 of file Native.java.

Referenced by Fixedpoint.pop().

5379  {
5380  INTERNALfixedpointPop(a0, a1);
5382  if (err != Z3_error_code.Z3_OK)
5383  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5384  }
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 5370 of file Native.java.

Referenced by Fixedpoint.push().

5371  {
5372  INTERNALfixedpointPush(a0, a1);
5374  if (err != Z3_error_code.Z3_OK)
5375  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5376  }
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 5204 of file Native.java.

Referenced by Fixedpoint.query().

5205  {
5206  int res = INTERNALfixedpointQuery(a0, a1, a2);
5208  if (err != Z3_error_code.Z3_OK)
5209  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5210  return res;
5211  }
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 6393 of file Native.java.

6394  {
6395  int res = INTERNALfixedpointQueryFromLvl(a0, a1, a2, a3);
6397  if (err != Z3_error_code.Z3_OK)
6398  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6399  return res;
6400  }
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 5213 of file Native.java.

Referenced by Fixedpoint.query().

5214  {
5215  int res = INTERNALfixedpointQueryRelations(a0, a1, a2, a3);
5217  if (err != Z3_error_code.Z3_OK)
5218  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5219  return res;
5220  }
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 5283 of file Native.java.

Referenced by Fixedpoint.registerRelation().

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

Referenced by Fixedpoint.setParameters().

5318  {
5319  INTERNALfixedpointSetParams(a0, a1, a2);
5321  if (err != Z3_error_code.Z3_OK)
5322  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5323  }
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 5291 of file Native.java.

Referenced by Fixedpoint.setPredicateRepresentation().

5292  {
5295  if (err != Z3_error_code.Z3_OK)
5296  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5297  }
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 5343 of file Native.java.

Referenced by Fixedpoint.toString().

5344  {
5345  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
5347  if (err != Z3_error_code.Z3_OK)
5348  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5349  return res;
5350  }
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:9738
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 5240 of file Native.java.

Referenced by Fixedpoint.updateRule().

5241  {
5242  INTERNALfixedpointUpdateRule(a0, a1, a2, a3);
5244  if (err != Z3_error_code.Z3_OK)
5245  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5246  }
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 6222 of file Native.java.

Referenced by FPSort.getEBits().

6223  {
6224  int res = INTERNALfpaGetEbits(a0, a1);
6226  if (err != Z3_error_code.Z3_OK)
6227  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6228  return res;
6229  }
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 6366 of file Native.java.

Referenced by FPNum.getExponentBV().

6367  {
6368  long res = INTERNALfpaGetNumeralExponentBv(a0, a1, a2);
6370  if (err != Z3_error_code.Z3_OK)
6371  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6372  return res;
6373  }
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 6357 of file Native.java.

Referenced by FPNum.getExponentInt64().

6358  {
6359  boolean res = INTERNALfpaGetNumeralExponentInt64(a0, a1, a2, a3);
6361  if (err != Z3_error_code.Z3_OK)
6362  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6363  return res;
6364  }
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 6348 of file Native.java.

Referenced by FPNum.getExponent().

6349  {
6350  String res = INTERNALfpaGetNumeralExponentString(a0, a1, a2);
6352  if (err != Z3_error_code.Z3_OK)
6353  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6354  return res;
6355  }
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:9738
static final Z3_error_code fromInt(int v)

◆ fpaGetNumeralSign()

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

Definition at line 6321 of file Native.java.

Referenced by FPNum.getSign().

6322  {
6323  boolean res = INTERNALfpaGetNumeralSign(a0, a1, a2);
6325  if (err != Z3_error_code.Z3_OK)
6326  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6327  return res;
6328  }
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 6303 of file Native.java.

Referenced by FPNum.getSignBV().

6304  {
6305  long res = INTERNALfpaGetNumeralSignBv(a0, a1);
6307  if (err != Z3_error_code.Z3_OK)
6308  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6309  return res;
6310  }
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 6312 of file Native.java.

Referenced by FPNum.getSignificandBV().

6313  {
6314  long res = INTERNALfpaGetNumeralSignificandBv(a0, a1);
6316  if (err != Z3_error_code.Z3_OK)
6317  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6318  return res;
6319  }
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 6330 of file Native.java.

Referenced by FPNum.getSignificand().

6331  {
6334  if (err != Z3_error_code.Z3_OK)
6335  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6336  return res;
6337  }
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:9738
static final Z3_error_code fromInt(int v)

◆ fpaGetNumeralSignificandUint64()

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

Definition at line 6339 of file Native.java.

Referenced by FPNum.getSignificandUInt64().

6340  {
6341  boolean res = INTERNALfpaGetNumeralSignificandUint64(a0, a1, a2);
6343  if (err != Z3_error_code.Z3_OK)
6344  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6345  return res;
6346  }
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 6231 of file Native.java.

Referenced by FPSort.getSBits().

6232  {
6233  int res = INTERNALfpaGetSbits(a0, a1);
6235  if (err != Z3_error_code.Z3_OK)
6236  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6237  return res;
6238  }
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 6249 of file Native.java.

Referenced by FPNum.isInf().

6250  {
6251  boolean res = INTERNALfpaIsNumeralInf(a0, a1);
6253  if (err != Z3_error_code.Z3_OK)
6254  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6255  return res;
6256  }
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 6240 of file Native.java.

Referenced by FPNum.isNaN().

6241  {
6242  boolean res = INTERNALfpaIsNumeralNan(a0, a1);
6244  if (err != Z3_error_code.Z3_OK)
6245  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6246  return res;
6247  }
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 6294 of file Native.java.

Referenced by FPNum.isNegative().

6295  {
6296  boolean res = INTERNALfpaIsNumeralNegative(a0, a1);
6298  if (err != Z3_error_code.Z3_OK)
6299  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6300  return res;
6301  }
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 6267 of file Native.java.

Referenced by FPNum.isNormal().

6268  {
6269  boolean res = INTERNALfpaIsNumeralNormal(a0, a1);
6271  if (err != Z3_error_code.Z3_OK)
6272  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6273  return res;
6274  }
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 6285 of file Native.java.

Referenced by FPNum.isPositive().

6286  {
6287  boolean res = INTERNALfpaIsNumeralPositive(a0, a1);
6289  if (err != Z3_error_code.Z3_OK)
6290  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6291  return res;
6292  }
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 6276 of file Native.java.

Referenced by FPNum.isSubnormal().

6277  {
6278  boolean res = INTERNALfpaIsNumeralSubnormal(a0, a1);
6280  if (err != Z3_error_code.Z3_OK)
6281  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6282  return res;
6283  }
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 6258 of file Native.java.

Referenced by FPNum.isZero().

6259  {
6260  boolean res = INTERNALfpaIsNumeralZero(a0, a1);
6262  if (err != Z3_error_code.Z3_OK)
6263  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6264  return res;
6265  }
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 2679 of file Native.java.

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

Referenced by FuncDecl.toString().

3618  {
3619  String res = INTERNALfuncDeclToString(a0, a1);
3621  if (err != Z3_error_code.Z3_OK)
3622  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3623  return res;
3624  }
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:9738
static final Z3_error_code fromInt(int v)

◆ funcEntryDecRef()

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

Definition at line 3526 of file Native.java.

3527  {
3528  INTERNALfuncEntryDecRef(a0, a1);
3530  if (err != Z3_error_code.Z3_OK)
3531  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3532  }
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 3552 of file Native.java.

3553  {
3554  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
3556  if (err != Z3_error_code.Z3_OK)
3557  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3558  return res;
3559  }
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 3543 of file Native.java.

3544  {
3545  int res = INTERNALfuncEntryGetNumArgs(a0, a1);
3547  if (err != Z3_error_code.Z3_OK)
3548  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3549  return res;
3550  }
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 3534 of file Native.java.

3535  {
3536  long res = INTERNALfuncEntryGetValue(a0, a1);
3538  if (err != Z3_error_code.Z3_OK)
3539  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3540  return res;
3541  }
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 3518 of file Native.java.

3519  {
3520  INTERNALfuncEntryIncRef(a0, a1);
3522  if (err != Z3_error_code.Z3_OK)
3523  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3524  }
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 3510 of file Native.java.

3511  {
3512  INTERNALfuncInterpAddEntry(a0, a1, a2, a3);
3514  if (err != Z3_error_code.Z3_OK)
3515  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3516  }
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 3458 of file Native.java.

3459  {
3460  INTERNALfuncInterpDecRef(a0, a1);
3462  if (err != Z3_error_code.Z3_OK)
3463  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3464  }
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 3501 of file Native.java.

Referenced by FuncInterp.getArity().

3502  {
3503  int res = INTERNALfuncInterpGetArity(a0, a1);
3505  if (err != Z3_error_code.Z3_OK)
3506  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3507  return res;
3508  }
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 3484 of file Native.java.

Referenced by FuncInterp.getElse().

3485  {
3486  long res = INTERNALfuncInterpGetElse(a0, a1);
3488  if (err != Z3_error_code.Z3_OK)
3489  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3490  return res;
3491  }
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 3475 of file Native.java.

Referenced by FuncInterp.getEntries().

3476  {
3477  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
3479  if (err != Z3_error_code.Z3_OK)
3480  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3481  return res;
3482  }
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 3466 of file Native.java.

Referenced by FuncInterp.getNumEntries().

3467  {
3468  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
3470  if (err != Z3_error_code.Z3_OK)
3471  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3472  return res;
3473  }
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 3450 of file Native.java.

3451  {
3452  INTERNALfuncInterpIncRef(a0, a1);
3454  if (err != Z3_error_code.Z3_OK)
3455  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3456  }
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 3493 of file Native.java.

3494  {
3495  INTERNALfuncInterpSetElse(a0, a1, a2);
3497  if (err != Z3_error_code.Z3_OK)
3498  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3499  }
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 3075 of file Native.java.

Referenced by AlgebraicNum.toLower().

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

Referenced by AlgebraicNum.toUpper().

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

Referenced by Expr.getArgs().

2869  {
2870  long res = INTERNALgetAppArg(a0, a1, a2);
2872  if (err != Z3_error_code.Z3_OK)
2873  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2874  return res;
2875  }
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 2850 of file Native.java.

Referenced by Expr.getFuncDecl().

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

Referenced by Expr.getNumArgs().

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

Referenced by FuncDecl.getArity().

2734  {
2735  int res = INTERNALgetArity(a0, a1);
2737  if (err != Z3_error_code.Z3_OK)
2738  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2739  return res;
2740  }
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 2526 of file Native.java.

Referenced by ArraySort.getDomain().

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

Referenced by ArraySort.getRange().

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

Referenced by Model.getFuncInterp().

3425  {
3426  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
3428  if (err != Z3_error_code.Z3_OK)
3429  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3430  return res;
3431  }
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 2895 of file Native.java.

Referenced by AST.hashCode().

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

Referenced by AST.getId().

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

Referenced by AST.getASTKind().

2932  {
2933  int res = INTERNALgetAstKind(a0, a1);
2935  if (err != Z3_error_code.Z3_OK)
2936  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2937  return res;
2938  }
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 2922 of file Native.java.

Referenced by Expr.getBoolValue().

2923  {
2924  int res = INTERNALgetBoolValue(a0, a1);
2926  if (err != Z3_error_code.Z3_OK)
2927  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2928  return res;
2929  }
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 2508 of file Native.java.

Referenced by BitVecSort.getSize().

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

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

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

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

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

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

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

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

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

Referenced by FuncDecl.getParameters().

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

Referenced by FuncDecl.getParameters().

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

Referenced by FuncDecl.getParameters().

2824  {
2825  long res = INTERNALgetDeclFuncDeclParameter(a0, a1, a2);
2827  if (err != Z3_error_code.Z3_OK)
2828  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2829  return res;
2830  }
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 2778 of file Native.java.

Referenced by FuncDecl.getParameters().

2779  {
2780  int res = INTERNALgetDeclIntParameter(a0, a1, a2);
2782  if (err != Z3_error_code.Z3_OK)
2783  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2784  return res;
2785  }
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 2715 of file Native.java.

Referenced by FuncDecl.getDeclKind().

2716  {
2717  int res = INTERNALgetDeclKind(a0, a1);
2719  if (err != Z3_error_code.Z3_OK)
2720  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2721  return res;
2722  }
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 2706 of file Native.java.

Referenced by FuncDecl.getName().

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

Referenced by FuncDecl.getNumParameters().

2761  {
2762  int res = INTERNALgetDeclNumParameters(a0, a1);
2764  if (err != Z3_error_code.Z3_OK)
2765  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2766  return res;
2767  }
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 2769 of file Native.java.

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

Referenced by FuncDecl.getParameters().

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

◆ getDeclSortParameter()

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

Definition at line 2805 of file Native.java.

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

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

Referenced by RatNum.getDenominator().

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

Referenced by FuncDecl.getDomain().

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

Referenced by FuncDecl.getDomainSize().

2725  {
2726  int res = INTERNALgetDomainSize(a0, a1);
2728  if (err != Z3_error_code.Z3_OK)
2729  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2730  return res;
2731  }
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 3671 of file Native.java.

3672  {
3673  int res = INTERNALgetErrorCode(a0);
3674  return res;
3675  }
static native int INTERNALgetErrorCode(long a0)

◆ getErrorMsg()

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

Definition at line 3685 of file Native.java.

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

◆ getEstimatedAllocSize()

static long getEstimatedAllocSize ( )
inlinestatic

Definition at line 4585 of file Native.java.

4586  {
4587  long res = INTERNALgetEstimatedAllocSize();
4588  return res;
4589  }
static native long INTERNALgetEstimatedAllocSize()

◆ getFiniteDomainSortSize()

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

Definition at line 2517 of file Native.java.

Referenced by FiniteDomainSort.getSize().

2518  {
2519  boolean res = INTERNALgetFiniteDomainSortSize(a0, a1, a2);
2521  if (err != Z3_error_code.Z3_OK)
2522  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2523  return res;
2524  }
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 3699 of file Native.java.

Referenced by Version.getFullVersion().

3700  {
3702  return res;
3703  }
static native String INTERNALgetFullVersion()
def String(name, ctx=None)
Definition: z3py.py:9738

◆ getFuncDeclId()

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

Definition at line 2697 of file Native.java.

Referenced by FuncDecl.getId().

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

4435  {
4436  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4438  if (err != Z3_error_code.Z3_OK)
4439  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4440  return res;
4441  }
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 3120 of file Native.java.

Referenced by Expr.getIndex().

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

Referenced by InterpolationContext.GetInterpolant().

5621  {
5622  long res = INTERNALgetInterpolant(a0, a1, a2, a3);
5624  if (err != Z3_error_code.Z3_OK)
5625  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5626  return res;
5627  }
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 2994 of file Native.java.

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

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

◆ getNumeralInt()

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

Definition at line 3030 of file Native.java.

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

3031  {
3032  boolean res = INTERNALgetNumeralInt(a0, a1, a2);
3034  if (err != Z3_error_code.Z3_OK)
3035  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3036  return res;
3037  }
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 3057 of file Native.java.

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

3058  {
3059  boolean res = INTERNALgetNumeralInt64(a0, a1, a2);
3061  if (err != Z3_error_code.Z3_OK)
3062  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3063  return res;
3064  }
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 3066 of file Native.java.

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

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

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

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

◆ getNumeralUint()

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

Definition at line 3039 of file Native.java.

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

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

Referenced by RatNum.getNumerator().

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

Referenced by Context.getNumProbes().

4123  {
4124  int res = INTERNALgetNumProbes(a0);
4126  if (err != Z3_error_code.Z3_OK)
4127  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4128  return res;
4129  }
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 4104 of file Native.java.

Referenced by Context.getNumTactics().

4105  {
4106  int res = INTERNALgetNumTactics(a0);
4108  if (err != Z3_error_code.Z3_OK)
4109  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4110  return res;
4111  }
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 3662 of file Native.java.

3663  {
3664  String res = INTERNALgetParserError(a0);
3666  if (err != Z3_error_code.Z3_OK)
3667  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3668  return res;
3669  }
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:9738
static final Z3_error_code fromInt(int v)

◆ getPattern()

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

Definition at line 3111 of file Native.java.

Referenced by Pattern.getTerms().

3112  {
3113  long res = INTERNALgetPattern(a0, a1, a2);
3115  if (err != Z3_error_code.Z3_OK)
3116  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3117  return res;
3118  }
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 3102 of file Native.java.

Referenced by Pattern.getNumTerms().

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

Referenced by Context.getProbeNames().

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

◆ getQuantifierBody()

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

Definition at line 3210 of file Native.java.

Referenced by Quantifier.getBody().

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

Referenced by Quantifier.getBoundVariableNames().

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

Referenced by Quantifier.getBoundVariableSorts().

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

Referenced by Quantifier.getNoPatterns().

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

Referenced by Quantifier.getNumBound().

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

Referenced by Quantifier.getNumNoPatterns().

3166  {
3167  int res = INTERNALgetQuantifierNumNoPatterns(a0, a1);
3169  if (err != Z3_error_code.Z3_OK)
3170  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3171  return res;
3172  }
static native int INTERNALgetErrorCode(long a0)
static native 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 3147 of file Native.java.

Referenced by Quantifier.getNumPatterns().

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

Referenced by Quantifier.getPatterns().

3157  {
3158  long res = INTERNALgetQuantifierPatternAst(a0, a1, a2);
3160  if (err != Z3_error_code.Z3_OK)
3161  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3162  return res;
3163  }
static native int INTERNALgetErrorCode(long a0)
static native 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 3138 of file Native.java.

Referenced by Quantifier.getWeight().

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

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

2752  {
2753  long res = INTERNALgetRange(a0, a1);
2755  if (err != Z3_error_code.Z3_OK)
2756  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2757  return res;
2758  }
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 2616 of file Native.java.

Referenced by RelationSort.getArity().

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

Referenced by RelationSort.getColumnSorts().

2626  {
2627  long res = INTERNALgetRelationColumn(a0, a1, a2);
2629  if (err != Z3_error_code.Z3_OK)
2630  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2631  return res;
2632  }
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 2904 of file Native.java.

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

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

Referenced by Sort.getId().

2473  {
2474  int res = INTERNALgetSortId(a0, a1);
2476  if (err != Z3_error_code.Z3_OK)
2477  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2478  return res;
2479  }
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 2499 of file Native.java.

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

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

Referenced by Sort.getName().

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

Referenced by Expr.getString().

2104  {
2105  String res = INTERNALgetString(a0, a1);
2107  if (err != Z3_error_code.Z3_OK)
2108  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2109  return res;
2110  }
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:9738
static final Z3_error_code fromInt(int v)

◆ getSymbolInt()

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

Definition at line 2445 of file Native.java.

Referenced by IntSymbol.getInt().

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

Referenced by Symbol.getKind().

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

Referenced by StringSymbol.getString().

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

◆ getTacticName()

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

Definition at line 4113 of file Native.java.

Referenced by Context.getTacticNames().

4114  {
4115  String res = INTERNALgetTacticName(a0, a1);
4117  if (err != Z3_error_code.Z3_OK)
4118  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4119  return res;
4120  }
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:9738
static final Z3_error_code fromInt(int v)

◆ getTupleSortFieldDecl()

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

Definition at line 2562 of file Native.java.

Referenced by TupleSort.getFieldDecls().

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

Referenced by TupleSort.mkDecl().

2545  {
2546  long res = INTERNALgetTupleSortMkDecl(a0, a1);
2548  if (err != Z3_error_code.Z3_OK)
2549  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2550  return res;
2551  }
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 2553 of file Native.java.

Referenced by TupleSort.getNumFields().

2554  {
2555  int res = INTERNALgetTupleSortNumFields(a0, a1);
2557  if (err != Z3_error_code.Z3_OK)
2558  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2559  return res;
2560  }
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 3694 of file Native.java.

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

3695  {
3696  INTERNALgetVersion(a0, a1, a2, a3);
3697  }
static native void INTERNALgetVersion(IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)

◆ globalParamGet()

static boolean globalParamGet ( String  a0,
StringPtr  a1 
)
inlinestatic

Definition at line 691 of file Native.java.

Referenced by Global.getParameter().

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

◆ globalParamResetAll()

static void globalParamResetAll ( )
inlinestatic

Definition at line 686 of file Native.java.

Referenced by Global.resetParameters().

687  {
689  }
static native void INTERNALglobalParamResetAll()

◆ globalParamSet()

static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 681 of file Native.java.

Referenced by Global.setParameter().

682  {
683  INTERNALglobalParamSet(a0, a1);
684  }
static native void INTERNALglobalParamSet(String a0, String a1)

◆ goalAssert()

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

Definition at line 3759 of file Native.java.

Referenced by Goal.add().

3760  {
3761  INTERNALgoalAssert(a0, a1, a2);
3763  if (err != Z3_error_code.Z3_OK)
3764  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3765  }
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 3742 of file Native.java.

3743  {
3744  INTERNALgoalDecRef(a0, a1);
3746  if (err != Z3_error_code.Z3_OK)
3747  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3748  }
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 3776 of file Native.java.

Referenced by Goal.getDepth().

3777  {
3778  int res = INTERNALgoalDepth(a0, a1);
3780  if (err != Z3_error_code.Z3_OK)
3781  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3782  return res;
3783  }
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 3802 of file Native.java.

Referenced by Goal.getFormulas().

3803  {
3804  long res = INTERNALgoalFormula(a0, a1, a2);
3806  if (err != Z3_error_code.Z3_OK)
3807  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3808  return res;
3809  }
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 3767 of file Native.java.

Referenced by Goal.inconsistent().

3768  {
3769  boolean res = INTERNALgoalInconsistent(a0, a1);
3771  if (err != Z3_error_code.Z3_OK)
3772  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3773  return res;
3774  }
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 3734 of file Native.java.

3735  {
3736  INTERNALgoalIncRef(a0, a1);
3738  if (err != Z3_error_code.Z3_OK)
3739  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3740  }
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 3820 of file Native.java.

Referenced by Goal.isDecidedSat().

3821  {
3822  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
3824  if (err != Z3_error_code.Z3_OK)
3825  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3826  return res;
3827  }
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 3829 of file Native.java.

Referenced by Goal.isDecidedUnsat().

3830  {
3831  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
3833  if (err != Z3_error_code.Z3_OK)
3834  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3835  return res;
3836  }
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 3811 of file Native.java.

Referenced by Goal.getNumExprs().

3812  {
3813  int res = INTERNALgoalNumExprs(a0, a1);
3815  if (err != Z3_error_code.Z3_OK)
3816  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3817  return res;
3818  }
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 3750 of file Native.java.

Referenced by Goal.getPrecision().

3751  {
3752  int res = INTERNALgoalPrecision(a0, a1);
3754  if (err != Z3_error_code.Z3_OK)
3755  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3756  return res;
3757  }
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 3785 of file Native.java.

Referenced by Goal.reset().

3786  {
3787  INTERNALgoalReset(a0, a1);
3789  if (err != Z3_error_code.Z3_OK)
3790  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3791  }
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 3793 of file Native.java.

Referenced by Goal.size().

3794  {
3795  int res = INTERNALgoalSize(a0, a1);
3797  if (err != Z3_error_code.Z3_OK)
3798  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3799  return res;
3800  }
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 3847 of file Native.java.

Referenced by Goal.toString().

3848  {
3849  String res = INTERNALgoalToString(a0, a1);
3851  if (err != Z3_error_code.Z3_OK)
3852  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3853  return res;
3854  }
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:9738
static final Z3_error_code fromInt(int v)

◆ goalTranslate()

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

Definition at line 3838 of file Native.java.

Referenced by Goal.translate().

3839  {
3840  long res = INTERNALgoalTranslate(a0, a1, a2);
3842  if (err != Z3_error_code.Z3_OK)
3843  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3844  return res;
3845  }
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 734 of file Native.java.

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

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

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

Referenced by InterpolationContext.InterpolationProfile().

5639  {
5642  if (err != Z3_error_code.Z3_OK)
5643  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5644  return res;
5645  }
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:9738
static final Z3_error_code fromInt(int v)

◆ interrupt()

static void interrupt ( long  a0) throws Z3Exception
inlinestatic

Definition at line 758 of file Native.java.

Referenced by Context.interrupt().

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

Referenced by Expr.isAlgebraicNumber().

2959  {
2960  boolean res = INTERNALisAlgebraicNumber(a0, a1);
2962  if (err != Z3_error_code.Z3_OK)
2963  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2964  return res;
2965  }
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 2940 of file Native.java.

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

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

Referenced by Model.getFuncInterp().

3416  {
3417  boolean res = INTERNALisAsArray(a0, a1);
3419  if (err != Z3_error_code.Z3_OK)
3420  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3421  return res;
3422  }
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 2877 of file Native.java.

Referenced by AST.equals().

2878  {
2879  boolean res = INTERNALisEqAst(a0, a1, a2);
2881  if (err != Z3_error_code.Z3_OK)
2882  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2883  return res;
2884  }
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 2688 of file Native.java.

Referenced by FuncDecl.equals().

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

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

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

Referenced by Expr.isNumeral().

2950  {
2951  boolean res = INTERNALisNumeralAst(a0, a1);
2953  if (err != Z3_error_code.Z3_OK)
2954  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2955  return res;
2956  }
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 3129 of file Native.java.

Referenced by Quantifier.isUniversal().

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

2059  {
2060  boolean res = INTERNALisReSort(a0, a1);
2062  if (err != Z3_error_code.Z3_OK)
2063  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2064  return res;
2065  }
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 2040 of file Native.java.

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

Referenced by Expr.isString().

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

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

Referenced by Expr.isWellSorted().

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

Referenced by Context.mkAdd().

1222  {
1223  long res = INTERNALmkAdd(a0, a1, a2);
1225  if (err != Z3_error_code.Z3_OK)
1226  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1227  return res;
1228  }
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 1203 of file Native.java.

Referenced by Context.mkAnd().

1204  {
1205  long res = INTERNALmkAnd(a0, a1, a2);
1207  if (err != Z3_error_code.Z3_OK)
1208  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1209  return res;
1210  }
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 1086 of file Native.java.

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

Referenced by Context.mkTermArray().

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

Referenced by Context.mkArrayExt().

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

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

983  {
984  long res = INTERNALmkArraySortN(a0, a1, a2, a3);
986  if (err != Z3_error_code.Z3_OK)
987  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
988  return res;
989  }
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 1851 of file Native.java.

1852  {
1853  long res = INTERNALmkAsArray(a0, a1);
1855  if (err != Z3_error_code.Z3_OK)
1856  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1857  return res;
1858  }
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 4676 of file Native.java.

4677  {
4678  long res = INTERNALmkAstMap(a0);
4680  if (err != Z3_error_code.Z3_OK)
4681  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4682  return res;
4683  }
static native int INTERNALgetErrorCode(long a0)
static native long 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 4591 of file Native.java.

4592  {
4593  long res = INTERNALmkAstVector(a0);
4595  if (err != Z3_error_code.Z3_OK)
4596  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4597  return res;
4598  }
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 2643 of file Native.java.

Referenced by Context.mkAtLeast().

2644  {
2645  long res = INTERNALmkAtleast(a0, a1, a2, a3);
2647  if (err != Z3_error_code.Z3_OK)
2648  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2649  return res;
2650  }
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 2634 of file Native.java.

Referenced by Context.mkAtMost().

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

Referenced by Expr.isBool().

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

Referenced by Context.mkBound().

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

Referenced by Context.mkBV2Int().

1708  {
1709  long res = INTERNALmkBv2int(a0, a1, a2);
1711  if (err != Z3_error_code.Z3_OK)
1712  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1713  return res;
1714  }
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 1446 of file Native.java.

Referenced by Context.mkBVAdd().

1447  {
1448  long res = INTERNALmkBvadd(a0, a1, a2);
1450  if (err != Z3_error_code.Z3_OK)
1451  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1452  return res;
1453  }
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 1716 of file Native.java.

Referenced by Context.mkBVAddNoOverflow().

1717  {
1718  long res = INTERNALmkBvaddNoOverflow(a0, a1, a2, a3);
1720  if (err != Z3_error_code.Z3_OK)
1721  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1722  return res;
1723  }
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 1725 of file Native.java.

Referenced by Context.mkBVAddNoUnderflow().

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

Referenced by Context.mkBVAND().

1384  {
1385  long res = INTERNALmkBvand(a0, a1, a2);
1387  if (err != Z3_error_code.Z3_OK)
1388  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1389  return res;
1390  }
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 1653 of file Native.java.

Referenced by Context.mkBVASHR().

1654  {
1655  long res = INTERNALmkBvashr(a0, a1, a2);
1657  if (err != Z3_error_code.Z3_OK)
1658  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1659  return res;
1660  }
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 1644 of file Native.java.

Referenced by Context.mkBVLSHR().

1645  {
1646  long res = INTERNALmkBvlshr(a0, a1, a2);
1648  if (err != Z3_error_code.Z3_OK)
1649  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1650  return res;
1651  }
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 1464 of file Native.java.

Referenced by Context.mkBVMul().

1465  {
1466  long res = INTERNALmkBvmul(a0, a1, a2);
1468  if (err != Z3_error_code.Z3_OK)
1469  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1470  return res;
1471  }
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 1770 of file Native.java.

Referenced by Context.mkBVMulNoOverflow().

1771  {
1772  long res = INTERNALmkBvmulNoOverflow(a0, a1, a2, a3);
1774  if (err != Z3_error_code.Z3_OK)
1775  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1776  return res;
1777  }
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 1779 of file Native.java.

Referenced by Context.mkBVMulNoUnderflow().

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

Referenced by Context.mkBVNAND().

1411  {
1412  long res = INTERNALmkBvnand(a0, a1, a2);
1414  if (err != Z3_error_code.Z3_OK)
1415  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1416  return res;
1417  }
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 1437 of file Native.java.

Referenced by Context.mkBVNeg().

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

Referenced by Context.mkBVNegNoOverflow().

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

Referenced by Context.mkBVNOR().

1420  {
1421  long res = INTERNALmkBvnor(a0, a1, a2);
1423  if (err != Z3_error_code.Z3_OK)
1424  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1425  return res;
1426  }
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 1356 of file Native.java.

Referenced by Context.mkBVNot().

1357  {
1358  long res = INTERNALmkBvnot(a0, a1);
1360  if (err != Z3_error_code.Z3_OK)
1361  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1362  return res;
1363  }
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 2022 of file Native.java.

2023  {
2024  long res = INTERNALmkBvNumeral(a0, a1, a2);
2026  if (err != Z3_error_code.Z3_OK)
2027  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2028  return res;
2029  }
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 1392 of file Native.java.

Referenced by Context.mkBVOR().

1393  {
1394  long res = INTERNALmkBvor(a0, a1, a2);
1396  if (err != Z3_error_code.Z3_OK)
1397  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1398  return res;
1399  }
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 1365 of file Native.java.

Referenced by Context.mkBVRedAND().

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

Referenced by Context.mkBVRedOR().

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

Referenced by Context.mkBVSDiv().

1483  {
1484  long res = INTERNALmkBvsdiv(a0, a1, a2);
1486  if (err != Z3_error_code.Z3_OK)
1487  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1488  return res;
1489  }
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 1752 of file Native.java.

Referenced by Context.mkBVSDivNoOverflow().

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

Referenced by Context.mkBVSGE().

1564  {
1565  long res = INTERNALmkBvsge(a0, a1, a2);
1567  if (err != Z3_error_code.Z3_OK)
1568  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1569  return res;
1570  }
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 1581 of file Native.java.

Referenced by Context.mkBVSGT().

1582  {
1583  long res = INTERNALmkBvsgt(a0, a1, a2);
1585  if (err != Z3_error_code.Z3_OK)
1586  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1587  return res;
1588  }
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 1635 of file Native.java.

Referenced by Context.mkBVSHL().

1636  {
1637  long res = INTERNALmkBvshl(a0, a1, a2);
1639  if (err != Z3_error_code.Z3_OK)
1640  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1641  return res;
1642  }
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 1545 of file Native.java.

Referenced by Context.mkBVSLE().

1546  {
1547  long res = INTERNALmkBvsle(a0, a1, a2);
1549  if (err != Z3_error_code.Z3_OK)
1550  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1551  return res;
1552  }
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 1527 of file Native.java.

Referenced by Context.mkBVSLT().

1528  {
1529  long res = INTERNALmkBvslt(a0, a1, a2);
1531  if (err != Z3_error_code.Z3_OK)
1532  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1533  return res;
1534  }
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 1509 of file Native.java.

Referenced by Context.mkBVSMod().

1510  {
1511  long res = INTERNALmkBvsmod(a0, a1, a2);
1513  if (err != Z3_error_code.Z3_OK)
1514  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1515  return res;
1516  }
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 955 of file Native.java.

Referenced by Context.mkBitVecSort().

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

Referenced by Context.mkBVSRem().

1501  {
1502  long res = INTERNALmkBvsrem(a0, a1, a2);
1504  if (err != Z3_error_code.Z3_OK)
1505  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1506  return res;
1507  }
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 1455 of file Native.java.

Referenced by Context.mkBVSub().

1456  {
1457  long res = INTERNALmkBvsub(a0, a1, a2);
1459  if (err != Z3_error_code.Z3_OK)
1460  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1461  return res;
1462  }
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 1734 of file Native.java.

Referenced by Context.mkBVSubNoOverflow().

1735  {
1736  long res = INTERNALmkBvsubNoOverflow(a0, a1, a2);
1738  if (err != Z3_error_code.Z3_OK)
1739  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1740  return res;
1741  }
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 1743 of file Native.java.

Referenced by Context.mkBVSubNoUnderflow().

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

Referenced by Context.mkBVUDiv().

1474  {
1475  long res = INTERNALmkBvudiv(a0, a1, a2);
1477  if (err != Z3_error_code.Z3_OK)
1478  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1479  return res;
1480  }
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 1554 of file Native.java.

Referenced by Context.mkBVUGE().

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

Referenced by Context.mkBVUGT().

1573  {
1574  long res = INTERNALmkBvugt(a0, a1, a2);
1576  if (err != Z3_error_code.Z3_OK)
1577  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1578  return res;
1579  }
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 1536 of file Native.java.

Referenced by Context.mkBVULE().

1537  {
1538  long res = INTERNALmkBvule(a0, a1, a2);
1540  if (err != Z3_error_code.Z3_OK)
1541  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1542  return res;
1543  }
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 1518 of file Native.java.

Referenced by Context.mkBVULT().

1519  {
1520  long res = INTERNALmkBvult(a0, a1, a2);
1522  if (err != Z3_error_code.Z3_OK)
1523  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1524  return res;
1525  }
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 1491 of file Native.java.

Referenced by Context.mkBVURem().

1492  {
1493  long res = INTERNALmkBvurem(a0, a1, a2);
1495  if (err != Z3_error_code.Z3_OK)
1496  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1497  return res;
1498  }
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 1428 of file Native.java.

Referenced by Context.mkBVXNOR().

1429  {
1430  long res = INTERNALmkBvxnor(a0, a1, a2);
1432  if (err != Z3_error_code.Z3_OK)
1433  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1434  return res;
1435  }
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 1401 of file Native.java.

Referenced by Context.mkBVXOR().

1402  {
1403  long res = INTERNALmkBvxor(a0, a1, a2);
1405  if (err != Z3_error_code.Z3_OK)
1406  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1407  return res;
1408  }
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 1590 of file Native.java.

Referenced by Context.mkConcat().

1591  {
1592  long res = INTERNALmkConcat(a0, a1, a2);
1594  if (err != Z3_error_code.Z3_OK)
1595  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1596  return res;
1597  }
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 697 of file Native.java.

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

698  {
699  long res = INTERNALmkConfig();
700  return res;
701  }
static native long INTERNALmkConfig()

◆ mkConst()

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

Definition at line 1095 of file Native.java.

Referenced by Context.mkConst().

1096  {
1097  long res = INTERNALmkConst(a0, a1, a2);
1099  if (err != Z3_error_code.Z3_OK)
1100  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1101  return res;
1102  }
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 1824 of file Native.java.

Referenced by Context.mkConstArray().

1825  {
1826  long res = INTERNALmkConstArray(a0, a1, a2);
1828  if (err != Z3_error_code.Z3_OK)
1829  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1830  return res;
1831  }
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 1018 of file Native.java.

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

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

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

◆ mkContextRc()

static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 721 of file Native.java.

Referenced by Context.Context().

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

◆ mkDatatype()

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

Definition at line 1035 of file Native.java.

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

Referenced by Context.mkDatatypeSorts().

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

Referenced by Context.mkDistinct().

1150  {
1151  long res = INTERNALmkDistinct(a0, a1, a2);
1153  if (err != Z3_error_code.Z3_OK)
1154  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1155  return res;
1156  }
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 1257 of file Native.java.

Referenced by Context.mkDiv().

1258  {
1259  long res = INTERNALmkDiv(a0, a1, a2);
1261  if (err != Z3_error_code.Z3_OK)
1262  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1263  return res;
1264  }
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 1869 of file Native.java.

Referenced by Context.mkEmptySet().

1870  {
1871  long res = INTERNALmkEmptySet(a0, a1);
1873  if (err != Z3_error_code.Z3_OK)
1874  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1875  return res;
1876  }
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 1000 of file Native.java.

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

Referenced by Context.mkEq().

1141  {
1142  long res = INTERNALmkEq(a0, a1, a2);
1144  if (err != Z3_error_code.Z3_OK)
1145  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1146  return res;
1147  }
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 2373 of file Native.java.

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

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

Referenced by Context.mkExtract().

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

Referenced by Context.mkBVRotateLeft().

1681  {
1682  long res = INTERNALmkExtRotateLeft(a0, a1, a2);
1684  if (err != Z3_error_code.Z3_OK)
1685  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1686  return res;
1687  }
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 1689 of file Native.java.

Referenced by Context.mkBVRotateRight().

1690  {
1691  long res = INTERNALmkExtRotateRight(a0, a1, a2);
1693  if (err != Z3_error_code.Z3_OK)
1694  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1695  return res;
1696  }
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 1131 of file Native.java.

Referenced by Context.mkFalse().

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

965  {
966  long res = INTERNALmkFiniteDomainSort(a0, a1, a2);
968  if (err != Z3_error_code.Z3_OK)
969  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
970  return res;
971  }
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 5155 of file Native.java.

5156  {
5157  long res = INTERNALmkFixedpoint(a0);
5159  if (err != Z3_error_code.Z3_OK)
5160  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5161  return res;
5162  }
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 2364 of file Native.java.

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

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

Referenced by Context.mkFPAbs().

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

Referenced by Context.mkFPAdd().

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

Referenced by Context.mkFPDiv().

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

Referenced by Context.mkFPEq().

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

Referenced by Context.mkFPFMA().

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

Referenced by Context.mkFP().

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

Referenced by Context.mkFPGEq().

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

Referenced by Context.mkFPGt().

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

Referenced by Context.mkFPInf().

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

Referenced by Context.mkFPIsInfinite().

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

Referenced by Context.mkFPIsNaN().

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

Referenced by Context.mkFPIsNegative().

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

Referenced by Context.mkFPIsNormal().

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

Referenced by Context.mkFPIsPositive().

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

Referenced by Context.mkFPIsSubnormal().

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

Referenced by Context.mkFPIsZero().

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

Referenced by Context.mkFPLEq().

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

Referenced by Context.mkFPLt().

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

Referenced by Context.mkFPMax().

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

Referenced by Context.mkFPMin().

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

Referenced by Context.mkFPMul().

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

Referenced by Context.mkFPNaN().

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

Referenced by Context.mkFPNeg().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPRem().

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

Referenced by Context.mkFPRNA().

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

Referenced by Context.mkFPRNE().

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

Referenced by FPRMSort.FPRMSort().

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

Referenced by Context.mkFPRoundNearestTiesToAway().

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

Referenced by Context.mkFPRoundNearestTiesToEven().

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

Referenced by Context.mkFPRoundToIntegral().

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

Referenced by Context.mkFPRoundTowardNegative().

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

Referenced by Context.mkFPRoundTowardPositive().

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

Referenced by Context.mkFPRoundTowardZero().

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

Referenced by Context.mkFPRTN().

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

Referenced by Context.mkFPRTP().

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

Referenced by Context.mkFPRTZ().

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

Referenced by FPSort.FPSort().

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

Referenced by Context.mkFPSort128().

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

Referenced by Context.mkFPSort16().

5791  {
5792  long res = INTERNALmkFpaSort16(a0);
5794  if (err != Z3_error_code.Z3_OK)
5795  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5796  return res;
5797  }
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 5808 of file Native.java.

Referenced by Context.mkFPSort32().

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

Referenced by Context.mkFPSort64().

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

Referenced by Context.mkFPSortDouble().

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

Referenced by Context.mkFPSortHalf().

5782  {
5783  long res = INTERNALmkFpaSortHalf(a0);
5785  if (err != Z3_error_code.Z3_OK)
5786  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5787  return res;
5788  }
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 5835 of file Native.java.

Referenced by Context.mkFPSortQuadruple().

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

Referenced by Context.mkFPSortSingle().

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

Referenced by Context.mkFPSqrt().

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

Referenced by Context.mkFPSub().

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

Referenced by Context.mkFPToFP().

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

Referenced by Context.mkFPToFP().

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

Referenced by Context.mkFPToFP().

6385  {
6386  long res = INTERNALmkFpaToFpIntReal(a0, a1, a2, a3, a4);
6388  if (err != Z3_error_code.Z3_OK)
6389  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6390  return res;
6391  }
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 6168 of file Native.java.

Referenced by Context.mkFPToFP().

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

Referenced by Context.mkFPToFP().

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

Referenced by Context.mkFPToFP().

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

Referenced by Context.mkFPToIEEEBV().

6376  {
6377  long res = INTERNALmkFpaToIeeeBv(a0, a1);
6379  if (err != Z3_error_code.Z3_OK)
6380  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6381  return res;
6382  }
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 6213 of file Native.java.

Referenced by Context.mkFPToReal().

6214  {
6215  long res = INTERNALmkFpaToReal(a0, a1);
6217  if (err != Z3_error_code.Z3_OK)
6218  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6219  return res;
6220  }
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 6204 of file Native.java.

Referenced by Context.mkFPToBV().

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

Referenced by Context.mkFPToBV().

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

Referenced by Context.mkFPZero().

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

Referenced by Context.mkFreshConst().

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

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

Referenced by Context.mkFullSet().

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

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

Referenced by Context.mkGe().

1321  {
1322  long res = INTERNALmkGe(a0, a1, a2);
1324  if (err != Z3_error_code.Z3_OK)
1325  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1326  return res;
1327  }
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 3725 of file Native.java.

3726  {
3727  long res = INTERNALmkGoal(a0, a1, a2, a3);
3729  if (err != Z3_error_code.Z3_OK)
3730  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3731  return res;
3732  }
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 1311 of file Native.java.

Referenced by Context.mkGt().

1312  {
1313  long res = INTERNALmkGt(a0, a1, a2);
1315  if (err != Z3_error_code.Z3_OK)
1316  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1317  return res;
1318  }
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 1176 of file Native.java.

Referenced by Context.mkIff().

1177  {
1178  long res = INTERNALmkIff(a0, a1, a2);
1180  if (err != Z3_error_code.Z3_OK)
1181  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1182  return res;
1183  }
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 1185 of file Native.java.

Referenced by Context.mkImplies().

1186  {
1187  long res = INTERNALmkImplies(a0, a1, a2);
1189  if (err != Z3_error_code.Z3_OK)
1190  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1191  return res;
1192  }
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 1986 of file Native.java.

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

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

Referenced by Context.mkInt2BV().

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

Referenced by Context.mkInt2Real().

1330  {
1331  long res = INTERNALmkInt2real(a0, a1);
1333  if (err != Z3_error_code.Z3_OK)
1334  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1335  return res;
1336  }
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 2004 of file Native.java.

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

2005  {
2006  long res = INTERNALmkInt64(a0, a1, a2);
2008  if (err != Z3_error_code.Z3_OK)
2009  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2010  return res;
2011  }
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 5603 of file Native.java.

Referenced by InterpolationContext.MkInterpolant().

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

Referenced by InterpolationContext.mkContext().

5613  {
5614  long res = INTERNALmkInterpolationContext(a0);
5615  if (res == 0)
5616  throw new Z3Exception("Object allocation failed.");
5617  return res;
5618  }
static native long INTERNALmkInterpolationContext(long a0)

◆ mkIntSort()

static long mkIntSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 937 of file Native.java.

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

902  {
903  long res = INTERNALmkIntSymbol(a0, a1);
905  if (err != Z3_error_code.Z3_OK)
906  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
907  return res;
908  }
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 2220 of file Native.java.

2221  {
2222  long res = INTERNALmkIntToStr(a0, a1);
2224  if (err != Z3_error_code.Z3_OK)
2225  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2226  return res;
2227  }
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 1347 of file Native.java.

Referenced by Context.mkIsInteger().

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

Referenced by Context.mkITE().

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

Referenced by Context.mkLe().

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

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

Referenced by Context.mkLt().

1294  {
1295  long res = INTERNALmkLt(a0, a1, a2);
1297  if (err != Z3_error_code.Z3_OK)
1298  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1299  return res;
1300  }
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 1833 of file Native.java.

Referenced by Context.mkMap().

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

Referenced by Context.mkMod().

1267  {
1268  long res = INTERNALmkMod(a0, a1, a2);
1270  if (err != Z3_error_code.Z3_OK)
1271  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1272  return res;
1273  }
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 3291 of file Native.java.

3292  {
3293  long res = INTERNALmkModel(a0);
3295  if (err != Z3_error_code.Z3_OK)
3296  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3297  return res;
3298  }
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 1230 of file Native.java.

Referenced by Context.mkMul().

1231  {
1232  long res = INTERNALmkMul(a0, a1, a2);
1234  if (err != Z3_error_code.Z3_OK)
1235  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1236  return res;
1237  }
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 1158 of file Native.java.

Referenced by Context.mkNot().

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

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

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

5387  {
5388  long res = INTERNALmkOptimize(a0);
5390  if (err != Z3_error_code.Z3_OK)
5391  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5392  return res;
5393  }
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 1212 of file Native.java.

Referenced by Context.mkOr().

1213  {
1214  long res = INTERNALmkOr(a0, a1, a2);
1216  if (err != Z3_error_code.Z3_OK)
1217  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1218  return res;
1219  }
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 766 of file Native.java.

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

Referenced by Context.mkPattern().

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

Referenced by Context.mkPBEq().

2671  {
2672  long res = INTERNALmkPbeq(a0, a1, a2, a3, a4);
2674  if (err != Z3_error_code.Z3_OK)
2675  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2676  return res;
2677  }
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 2661 of file Native.java.

Referenced by Context.mkPBGe().

2662  {
2663  long res = INTERNALmkPbge(a0, a1, a2, a3, a4);
2665  if (err != Z3_error_code.Z3_OK)
2666  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2667  return res;
2668  }
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 2652 of file Native.java.

Referenced by Context.mkPBLe().

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

Referenced by Context.mkPower().

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

3882  {
3883  long res = INTERNALmkProbe(a0, a1);
3885  if (err != Z3_error_code.Z3_OK)
3886  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3887  return res;
3888  }
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 2382 of file Native.java.

Referenced by Quantifier.of().

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

Referenced by Quantifier.of().

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

Referenced by Quantifier.of().

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

Referenced by Quantifier.of().

2392  {
2393  long res = INTERNALmkQuantifierEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
2395  if (err != Z3_error_code.Z3_OK)
2396  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2397  return res;
2398  }
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 1977 of file Native.java.

Referenced by Context.mkReal().

1978  {
1979  long res = INTERNALmkReal(a0, a1, a2);
1981  if (err != Z3_error_code.Z3_OK)
1982  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1983  return res;
1984  }
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 1338 of file Native.java.

Referenced by Context.mkReal2Int().

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

947  {
948  long res = INTERNALmkRealSort(a0);
950  if (err != Z3_error_code.Z3_OK)
951  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
952  return res;
953  }
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 2319 of file Native.java.

Referenced by Context.mkComplement().

2320  {
2321  long res = INTERNALmkReComplement(a0, a1);
2323  if (err != Z3_error_code.Z3_OK)
2324  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2325  return res;
2326  }
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 2283 of file Native.java.

Referenced by Context.mkConcat().

2284  {
2285  long res = INTERNALmkReConcat(a0, a1, a2);
2287  if (err != Z3_error_code.Z3_OK)
2288  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2289  return res;
2290  }
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 2328 of file Native.java.

2329  {
2330  long res = INTERNALmkReEmpty(a0, a1);
2332  if (err != Z3_error_code.Z3_OK)
2333  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2334  return res;
2335  }
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 2337 of file Native.java.

2338  {
2339  long res = INTERNALmkReFull(a0, a1);
2341  if (err != Z3_error_code.Z3_OK)
2342  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2343  return res;
2344  }
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 2310 of file Native.java.

Referenced by Context.mkIntersect().

2311  {
2312  long res = INTERNALmkReIntersect(a0, a1, a2);
2314  if (err != Z3_error_code.Z3_OK)
2315  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2316  return res;
2317  }
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 2301 of file Native.java.

Referenced by Context.mkLoop().

2302  {
2303  long res = INTERNALmkReLoop(a0, a1, a2, a3);
2305  if (err != Z3_error_code.Z3_OK)
2306  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2307  return res;
2308  }
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 1275 of file Native.java.

Referenced by Context.mkRem().

1276  {
1277  long res = INTERNALmkRem(a0, a1, a2);
1279  if (err != Z3_error_code.Z3_OK)
1280  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1281  return res;
1282  }
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 2265 of file Native.java.

Referenced by Context.mkOption().

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

Referenced by Context.mkRepeat().

1627  {
1628  long res = INTERNALmkRepeat(a0, a1, a2);
1630  if (err != Z3_error_code.Z3_OK)
1631  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1632  return res;
1633  }
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 2247 of file Native.java.

Referenced by Context.mkPlus().

2248  {
2249  long res = INTERNALmkRePlus(a0, a1);
2251  if (err != Z3_error_code.Z3_OK)
2252  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2253  return res;
2254  }
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 2292 of file Native.java.

Referenced by Context.mkRange().

2293  {
2294  long res = INTERNALmkReRange(a0, a1, a2);
2296  if (err != Z3_error_code.Z3_OK)
2297  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2298  return res;
2299  }
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 2049 of file Native.java.

Referenced by Context.mkReSort().

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

Referenced by Context.mkStar().

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

Referenced by Context.mkUnion().

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

Referenced by Context.mkBVRotateLeft().

1663  {
1664  long res = INTERNALmkRotateLeft(a0, a1, a2);
1666  if (err != Z3_error_code.Z3_OK)
1667  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1668  return res;
1669  }
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 1671 of file Native.java.

Referenced by Context.mkBVRotateRight().

1672  {
1673  long res = INTERNALmkRotateRight(a0, a1, a2);
1675  if (err != Z3_error_code.Z3_OK)
1676  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1677  return res;
1678  }
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 1788 of file Native.java.

Referenced by Context.mkSelect().

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

Referenced by Context.mkSelect().

1798  {
1799  long res = INTERNALmkSelectN(a0, a1, a2, a3);
1801  if (err != Z3_error_code.Z3_OK)
1802  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1803  return res;
1804  }
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 2184 of file Native.java.

Referenced by Context.mkAt().

2185  {
2186  long res = INTERNALmkSeqAt(a0, a1, a2);
2188  if (err != Z3_error_code.Z3_OK)
2189  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2190  return res;
2191  }
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 2130 of file Native.java.

Referenced by Context.mkConcat().

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

Referenced by Context.mkContains().

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

Referenced by Context.mkEmptySeq().

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

Referenced by Context.mkExtract().

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

Referenced by Context.mkIndexOf().

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

Referenced by Context.mkInRe().

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

Referenced by Context.mkLength().

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

Referenced by Context.mkPrefixOf().

2140  {
2141  long res = INTERNALmkSeqPrefix(a0, a1, a2);
2143  if (err != Z3_error_code.Z3_OK)
2144  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2145  return res;
2146  }
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 2175 of file Native.java.

Referenced by Context.mkReplace().

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

Referenced by Context.mkSeqSort().

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

Referenced by Context.mkSuffixOf().

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

Referenced by Context.mkToRe().

2230  {
2231  long res = INTERNALmkSeqToRe(a0, a1);
2233  if (err != Z3_error_code.Z3_OK)
2234  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2235  return res;
2236  }
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 2121 of file Native.java.

Referenced by Context.mkUnit().

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

Referenced by Context.mkSetAdd().

1888  {
1889  long res = INTERNALmkSetAdd(a0, a1, a2);
1891  if (err != Z3_error_code.Z3_OK)
1892  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1893  return res;
1894  }
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 1932 of file Native.java.

Referenced by Context.mkSetComplement().

1933  {
1934  long res = INTERNALmkSetComplement(a0, a1);
1936  if (err != Z3_error_code.Z3_OK)
1937  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1938  return res;
1939  }
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 1896 of file Native.java.

Referenced by Context.mkSetDel().

1897  {
1898  long res = INTERNALmkSetDel(a0, a1, a2);
1900  if (err != Z3_error_code.Z3_OK)
1901  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1902  return res;
1903  }
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 1923 of file Native.java.

Referenced by Context.mkSetDifference().

1924  {
1925  long res = INTERNALmkSetDifference(a0, a1, a2);
1927  if (err != Z3_error_code.Z3_OK)
1928  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1929  return res;
1930  }
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 1914 of file Native.java.

Referenced by Context.mkSetIntersection().

1915  {
1916  long res = INTERNALmkSetIntersect(a0, a1, a2);
1918  if (err != Z3_error_code.Z3_OK)
1919  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1920  return res;
1921  }
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 1941 of file Native.java.

Referenced by Context.mkSetMembership().

1942  {
1943  long res = INTERNALmkSetMember(a0, a1, a2);
1945  if (err != Z3_error_code.Z3_OK)
1946  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1947  return res;
1948  }
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 1860 of file Native.java.

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

Referenced by Context.mkSetSubset().

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

Referenced by Context.mkSetUnion().

1906  {
1907  long res = INTERNALmkSetUnion(a0, a1, a2);
1909  if (err != Z3_error_code.Z3_OK)
1910  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1911  return res;
1912  }
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 1608 of file Native.java.

Referenced by Context.mkSignExt().

1609  {
1610  long res = INTERNALmkSignExt(a0, a1, a2);
1612  if (err != Z3_error_code.Z3_OK)
1613  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1614  return res;
1615  }
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 4264 of file Native.java.

Referenced by Context.mkSimpleSolver().

4265  {
4266  long res = INTERNALmkSimpleSolver(a0);
4268  if (err != Z3_error_code.Z3_OK)
4269  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4270  return res;
4271  }
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 4255 of file Native.java.

Referenced by Context.mkSolver().

4256  {
4257  long res = INTERNALmkSolver(a0);
4259  if (err != Z3_error_code.Z3_OK)
4260  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4261  return res;
4262  }
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 4273 of file Native.java.

Referenced by Context.mkSolver().

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

Referenced by Context.mkSolver().

4283  {
4284  long res = INTERNALmkSolverFromTactic(a0, a1);
4286  if (err != Z3_error_code.Z3_OK)
4287  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4288  return res;
4289  }
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 1806 of file Native.java.

Referenced by Context.mkStore().

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

Referenced by Context.mkStore().

1816  {
1817  long res = INTERNALmkStoreN(a0, a1, a2, a3, a4);
1819  if (err != Z3_error_code.Z3_OK)
1820  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1821  return res;
1822  }
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 2085 of file Native.java.

Referenced by Context.mkString().

2086  {
2087  long res = INTERNALmkString(a0, a1);
2089  if (err != Z3_error_code.Z3_OK)
2090  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2091  return res;
2092  }
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 2067 of file Native.java.

Referenced by Context.mkStringSort().

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

911  {
912  long res = INTERNALmkStringSymbol(a0, a1);
914  if (err != Z3_error_code.Z3_OK)
915  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
916  return res;
917  }
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 2211 of file Native.java.

2212  {
2213  long res = INTERNALmkStrToInt(a0, a1);
2215  if (err != Z3_error_code.Z3_OK)
2216  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2217  return res;
2218  }
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 1239 of file Native.java.

Referenced by Context.mkSub().

1240  {
1241  long res = INTERNALmkSub(a0, a1, a2);
1243  if (err != Z3_error_code.Z3_OK)
1244  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1245  return res;
1246  }
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 3856 of file Native.java.

3857  {
3858  long res = INTERNALmkTactic(a0, a1);
3860  if (err != Z3_error_code.Z3_OK)
3861  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3862  return res;
3863  }
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 1122 of file Native.java.

Referenced by Context.mkTrue().

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

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

Referenced by Context.mkUnaryMinus().

1249  {
1250  long res = INTERNALmkUnaryMinus(a0, a1);
1252  if (err != Z3_error_code.Z3_OK)
1253  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1254  return res;
1255  }
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 919 of file Native.java.

920  {
921  long res = INTERNALmkUninterpretedSort(a0, a1);
923  if (err != Z3_error_code.Z3_OK)
924  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
925  return res;
926  }
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 1995 of file Native.java.

1996  {
1997  long res = INTERNALmkUnsignedInt(a0, a1, a2);
1999  if (err != Z3_error_code.Z3_OK)
2000  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2001  return res;
2002  }
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 2013 of file Native.java.

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

Referenced by Context.mkXor().

1195  {
1196  long res = INTERNALmkXor(a0, a1, a2);
1198  if (err != Z3_error_code.Z3_OK)
1199  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1200  return res;
1201  }
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 1617 of file Native.java.

Referenced by Context.mkZeroExt().

1618  {
1619  long res = INTERNALmkZeroExt(a0, a1, a2);
1621  if (err != Z3_error_code.Z3_OK)
1622  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1623  return res;
1624  }
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 3308 of file Native.java.

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

Referenced by Model.eval().

3317  {
3318  boolean res = INTERNALmodelEval(a0, a1, a2, a3, a4);
3320  if (err != Z3_error_code.Z3_OK)
3321  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3322  return res;
3323  }
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 6464 of file Native.java.

6465  {
6466  long res = INTERNALmodelExtrapolate(a0, a1, a2);
6468  if (err != Z3_error_code.Z3_OK)
6469  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6470  return res;
6471  }
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 3361 of file Native.java.

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

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

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

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

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

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

Referenced by Model.getFuncInterp().

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

Referenced by Model.getNumConsts().

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

Referenced by Model.getNumFuncs().

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

Referenced by Model.getNumSorts().

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

Referenced by Model.getSorts().

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

Referenced by Model.getSortUniverse().

3407  {
3408  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
3410  if (err != Z3_error_code.Z3_OK)
3411  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3412  return res;
3413  }
static native int INTERNALgetErrorCode(long a0)
static native 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 3334 of file Native.java.

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

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

Referenced by Model.toString().

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

◆ openLog()

static int openLog ( String  a0)
inlinestatic

Definition at line 3561 of file Native.java.

Referenced by Log.open().

3562  {
3563  int res = INTERNALopenLog(a0);
3564  return res;
3565  }
static native int INTERNALopenLog(String a0)

◆ optimizeAssert()

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

Definition at line 5411 of file Native.java.

Referenced by Optimize.Assert().

5412  {
5413  INTERNALoptimizeAssert(a0, a1, a2);
5415  if (err != Z3_error_code.Z3_OK)
5416  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5417  }
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 5419 of file Native.java.

Referenced by Optimize.AssertSoft().

5420  {
5421  int res = INTERNALoptimizeAssertSoft(a0, a1, a2, a3, a4);
5423  if (err != Z3_error_code.Z3_OK)
5424  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5425  return res;
5426  }
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 5462 of file Native.java.

Referenced by Optimize.Check().

5463  {
5464  int res = INTERNALoptimizeCheck(a0, a1);
5466  if (err != Z3_error_code.Z3_OK)
5467  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5468  return res;
5469  }
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 5403 of file Native.java.

5404  {
5405  INTERNALoptimizeDecRef(a0, a1);
5407  if (err != Z3_error_code.Z3_OK)
5408  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5409  }
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 5559 of file Native.java.

Referenced by Optimize.fromFile().

5560  {
5561  INTERNALoptimizeFromFile(a0, a1, a2);
5563  if (err != Z3_error_code.Z3_OK)
5564  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5565  }
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 5551 of file Native.java.

Referenced by Optimize.fromString().

5552  {
5553  INTERNALoptimizeFromString(a0, a1, a2);
5555  if (err != Z3_error_code.Z3_OK)
5556  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5557  }
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 5585 of file Native.java.

5586  {
5587  long res = INTERNALoptimizeGetAssertions(a0, a1);
5589  if (err != Z3_error_code.Z3_OK)
5590  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5591  return res;
5592  }
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 5567 of file Native.java.

Referenced by Optimize.getHelp().

5568  {
5569  String res = INTERNALoptimizeGetHelp(a0, a1);
5571  if (err != Z3_error_code.Z3_OK)
5572  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5573  return res;
5574  }
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:9738
static final Z3_error_code fromInt(int v)

◆ optimizeGetLower()

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

Definition at line 5506 of file Native.java.

5507  {
5508  long res = INTERNALoptimizeGetLower(a0, a1, a2);
5510  if (err != Z3_error_code.Z3_OK)
5511  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5512  return res;
5513  }
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 5524 of file Native.java.

5525  {
5526  long res = INTERNALoptimizeGetLowerAsVector(a0, a1, a2);
5528  if (err != Z3_error_code.Z3_OK)
5529  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5530  return res;
5531  }
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 5480 of file Native.java.

Referenced by Optimize.getModel().

5481  {
5482  long res = INTERNALoptimizeGetModel(a0, a1);
5484  if (err != Z3_error_code.Z3_OK)
5485  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5486  return res;
5487  }
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 5594 of file Native.java.

5595  {
5596  long res = INTERNALoptimizeGetObjectives(a0, a1);
5598  if (err != Z3_error_code.Z3_OK)
5599  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5600  return res;
5601  }
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 5497 of file Native.java.

Referenced by Optimize.getParameterDescriptions().

5498  {
5499  long res = INTERNALoptimizeGetParamDescrs(a0, a1);
5501  if (err != Z3_error_code.Z3_OK)
5502  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5503  return res;
5504  }
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 5471 of file Native.java.

Referenced by Optimize.getReasonUnknown().

5472  {
5475  if (err != Z3_error_code.Z3_OK)
5476  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5477  return res;
5478  }
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:9738
static final Z3_error_code fromInt(int v)

◆ optimizeGetStatistics()

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

Definition at line 5576 of file Native.java.

Referenced by Optimize.getStatistics().

5577  {
5578  long res = INTERNALoptimizeGetStatistics(a0, a1);
5580  if (err != Z3_error_code.Z3_OK)
5581  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5582  return res;
5583  }
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 5515 of file Native.java.

5516  {
5517  long res = INTERNALoptimizeGetUpper(a0, a1, a2);
5519  if (err != Z3_error_code.Z3_OK)
5520  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5521  return res;
5522  }
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 5533 of file Native.java.

5534  {
5535  long res = INTERNALoptimizeGetUpperAsVector(a0, a1, a2);
5537  if (err != Z3_error_code.Z3_OK)
5538  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5539  return res;
5540  }
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 5395 of file Native.java.

5396  {
5397  INTERNALoptimizeIncRef(a0, a1);
5399  if (err != Z3_error_code.Z3_OK)
5400  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5401  }
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 5428 of file Native.java.

Referenced by Optimize.MkMaximize().

5429  {
5430  int res = INTERNALoptimizeMaximize(a0, a1, a2);
5432  if (err != Z3_error_code.Z3_OK)
5433  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5434  return res;
5435  }
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 5437 of file Native.java.

Referenced by Optimize.MkMinimize().

5438  {
5439  int res = INTERNALoptimizeMinimize(a0, a1, a2);
5441  if (err != Z3_error_code.Z3_OK)
5442  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5443  return res;
5444  }
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 5454 of file Native.java.

Referenced by Optimize.Pop().

5455  {
5456  INTERNALoptimizePop(a0, a1);
5458  if (err != Z3_error_code.Z3_OK)
5459  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5460  }
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 5446 of file Native.java.

Referenced by Optimize.Push().

5447  {
5448  INTERNALoptimizePush(a0, a1);
5450  if (err != Z3_error_code.Z3_OK)
5451  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5452  }
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 5489 of file Native.java.

Referenced by Optimize.setParameters().

5490  {
5491  INTERNALoptimizeSetParams(a0, a1, a2);
5493  if (err != Z3_error_code.Z3_OK)
5494  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5495  }
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 5542 of file Native.java.

Referenced by Optimize.toString().

5543  {
5544  String res = INTERNALoptimizeToString(a0, a1);
5546  if (err != Z3_error_code.Z3_OK)
5547  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5548  return res;
5549  }
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:9738
static final Z3_error_code fromInt(int v)

◆ paramDescrsDecRef()

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

Definition at line 848 of file Native.java.

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

Referenced by ParamDescrs.getDocumentation().

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

◆ paramDescrsGetKind()

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

Definition at line 856 of file Native.java.

Referenced by ParamDescrs.getKind().

857  {
858  int res = INTERNALparamDescrsGetKind(a0, a1, a2);
860  if (err != Z3_error_code.Z3_OK)
861  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
862  return res;
863  }
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 874 of file Native.java.

Referenced by ParamDescrs.getNames().

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

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

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

866  {
867  int res = INTERNALparamDescrsSize(a0, a1);
869  if (err != Z3_error_code.Z3_OK)
870  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
871  return res;
872  }
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 892 of file Native.java.

Referenced by ParamDescrs.toString().

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

◆ paramsDecRef()

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

Definition at line 783 of file Native.java.

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

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

Referenced by Params.add().

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

Referenced by Params.add().

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

Referenced by Params.add().

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

Referenced by Params.add().

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

Referenced by Params.toString().

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

◆ paramsValidate()

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

Definition at line 832 of file Native.java.

Referenced by ParamDescrs.validate().

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

Referenced by Context.parseSMTLIB2File().

3654  {
3655  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3657  if (err != Z3_error_code.Z3_OK)
3658  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3659  return res;
3660  }
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 3644 of file Native.java.

Referenced by Context.parseSMTLIB2String().

3645  {
3646  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3648  if (err != Z3_error_code.Z3_OK)
3649  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3650  return res;
3651  }
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 3093 of file Native.java.

3094  {
3095  long res = INTERNALpatternToAst(a0, a1);
3097  if (err != Z3_error_code.Z3_OK)
3098  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3099  return res;
3100  }
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 3599 of file Native.java.

Referenced by Pattern.toString().

3600  {
3601  String res = INTERNALpatternToString(a0, a1);
3603  if (err != Z3_error_code.Z3_OK)
3604  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3605  return res;
3606  }
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:9738
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 4941 of file Native.java.

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

Referenced by Context.and().

4078  {
4079  long res = INTERNALprobeAnd(a0, a1, a2);
4081  if (err != Z3_error_code.Z3_OK)
4082  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4083  return res;
4084  }
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 4176 of file Native.java.

Referenced by Probe.apply().

4177  {
4178  double res = INTERNALprobeApply(a0, a1, a2);
4180  if (err != Z3_error_code.Z3_OK)
4181  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4182  return res;
4183  }
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 4023 of file Native.java.

Referenced by Context.constProbe().

4024  {
4025  long res = INTERNALprobeConst(a0, a1);
4027  if (err != Z3_error_code.Z3_OK)
4028  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4029  return res;
4030  }
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 3898 of file Native.java.

3899  {
3900  INTERNALprobeDecRef(a0, a1);
3902  if (err != Z3_error_code.Z3_OK)
3903  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3904  }
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 4068 of file Native.java.

Referenced by Context.eq().

4069  {
4070  long res = INTERNALprobeEq(a0, a1, a2);
4072  if (err != Z3_error_code.Z3_OK)
4073  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4074  return res;
4075  }
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 4059 of file Native.java.

Referenced by Context.ge().

4060  {
4061  long res = INTERNALprobeGe(a0, a1, a2);
4063  if (err != Z3_error_code.Z3_OK)
4064  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4065  return res;
4066  }
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 4167 of file Native.java.

Referenced by Context.getProbeDescription().

4168  {
4169  String res = INTERNALprobeGetDescr(a0, a1);
4171  if (err != Z3_error_code.Z3_OK)
4172  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4173  return res;
4174  }
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:9738
static final Z3_error_code fromInt(int v)

◆ probeGt()

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

Definition at line 4041 of file Native.java.

Referenced by Context.gt().

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

3891  {
3892  INTERNALprobeIncRef(a0, a1);
3894  if (err != Z3_error_code.Z3_OK)
3895  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3896  }
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 4050 of file Native.java.

Referenced by Context.le().

4051  {
4052  long res = INTERNALprobeLe(a0, a1, a2);
4054  if (err != Z3_error_code.Z3_OK)
4055  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4056  return res;
4057  }
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 4032 of file Native.java.

Referenced by Context.lt().

4033  {
4034  long res = INTERNALprobeLt(a0, a1, a2);
4036  if (err != Z3_error_code.Z3_OK)
4037  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4038  return res;
4039  }
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 4095 of file Native.java.

Referenced by Context.not().

4096  {
4097  long res = INTERNALprobeNot(a0, a1);
4099  if (err != Z3_error_code.Z3_OK)
4100  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4101  return res;
4102  }
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 4086 of file Native.java.

Referenced by Context.or().

4087  {
4088  long res = INTERNALprobeOr(a0, a1, a2);
4090  if (err != Z3_error_code.Z3_OK)
4091  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4092  return res;
4093  }
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 6473 of file Native.java.

6474  {
6475  long res = INTERNALqeLite(a0, a1, a2);
6477  if (err != Z3_error_code.Z3_OK)
6478  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6479  return res;
6480  }
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 6446 of file Native.java.

6447  {
6448  long res = INTERNALqeModelProject(a0, a1, a2, a3, a4);
6450  if (err != Z3_error_code.Z3_OK)
6451  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6452  return res;
6453  }
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 6455 of file Native.java.

6456  {
6457  long res = INTERNALqeModelProjectSkolem(a0, a1, a2, a3, a4, a5);
6459  if (err != Z3_error_code.Z3_OK)
6460  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6461  return res;
6462  }
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 1069 of file Native.java.

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

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

5013  {
5014  long res = INTERNALrcfAdd(a0, a1, a2);
5016  if (err != Z3_error_code.Z3_OK)
5017  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5018  return res;
5019  }
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 4950 of file Native.java.

4951  {
4952  INTERNALrcfDel(a0, a1);
4954  if (err != Z3_error_code.Z3_OK)
4955  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4956  }
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 5039 of file Native.java.

5040  {
5041  long res = INTERNALrcfDiv(a0, a1, a2);
5043  if (err != Z3_error_code.Z3_OK)
5044  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5045  return res;
5046  }
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 5111 of file Native.java.

5112  {
5113  boolean res = INTERNALrcfEq(a0, a1, a2);
5115  if (err != Z3_error_code.Z3_OK)
5116  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5117  return res;
5118  }
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 5102 of file Native.java.

5103  {
5104  boolean res = INTERNALrcfGe(a0, a1, a2);
5106  if (err != Z3_error_code.Z3_OK)
5107  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5108  return res;
5109  }
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 5147 of file Native.java.

5148  {
5149  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5151  if (err != Z3_error_code.Z3_OK)
5152  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5153  }
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 5084 of file Native.java.

5085  {
5086  boolean res = INTERNALrcfGt(a0, a1, a2);
5088  if (err != Z3_error_code.Z3_OK)
5089  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5090  return res;
5091  }
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 5057 of file Native.java.

5058  {
5059  long res = INTERNALrcfInv(a0, a1);
5061  if (err != Z3_error_code.Z3_OK)
5062  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5063  return res;
5064  }
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 5093 of file Native.java.

5094  {
5095  boolean res = INTERNALrcfLe(a0, a1, a2);
5097  if (err != Z3_error_code.Z3_OK)
5098  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5099  return res;
5100  }
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 5075 of file Native.java.

5076  {
5077  boolean res = INTERNALrcfLt(a0, a1, a2);
5079  if (err != Z3_error_code.Z3_OK)
5080  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5081  return res;
5082  }
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 4985 of file Native.java.

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

4995  {
4996  long res = INTERNALrcfMkInfinitesimal(a0);
4998  if (err != Z3_error_code.Z3_OK)
4999  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5000  return res;
5001  }
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 4976 of file Native.java.

4977  {
4978  long res = INTERNALrcfMkPi(a0);
4980  if (err != Z3_error_code.Z3_OK)
4981  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4982  return res;
4983  }
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 4958 of file Native.java.

4959  {
4960  long res = INTERNALrcfMkRational(a0, a1);
4962  if (err != Z3_error_code.Z3_OK)
4963  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4964  return res;
4965  }
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 5003 of file Native.java.

5004  {
5005  int res = INTERNALrcfMkRoots(a0, a1, a2, a3);
5007  if (err != Z3_error_code.Z3_OK)
5008  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5009  return res;
5010  }
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 4967 of file Native.java.

4968  {
4969  long res = INTERNALrcfMkSmallInt(a0, a1);
4971  if (err != Z3_error_code.Z3_OK)
4972  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4973  return res;
4974  }
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 5030 of file Native.java.

5031  {
5032  long res = INTERNALrcfMul(a0, a1, a2);
5034  if (err != Z3_error_code.Z3_OK)
5035  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5036  return res;
5037  }
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 5048 of file Native.java.

5049  {
5050  long res = INTERNALrcfNeg(a0, a1);
5052  if (err != Z3_error_code.Z3_OK)
5053  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5054  return res;
5055  }
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 5120 of file Native.java.

5121  {
5122  boolean res = INTERNALrcfNeq(a0, a1, a2);
5124  if (err != Z3_error_code.Z3_OK)
5125  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5126  return res;
5127  }
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 5138 of file Native.java.

5139  {
5140  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5142  if (err != Z3_error_code.Z3_OK)
5143  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5144  return res;
5145  }
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:9738
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 5129 of file Native.java.

5130  {
5131  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
5133  if (err != Z3_error_code.Z3_OK)
5134  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5135  return res;
5136  }
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:9738
static final Z3_error_code fromInt(int v)

◆ rcfPower()

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

Definition at line 5066 of file Native.java.

5067  {
5068  long res = INTERNALrcfPower(a0, a1, a2);
5070  if (err != Z3_error_code.Z3_OK)
5071  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5072  return res;
5073  }
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 5021 of file Native.java.

5022  {
5023  long res = INTERNALrcfSub(a0, a1, a2);
5025  if (err != Z3_error_code.Z3_OK)
5026  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5027  return res;
5028  }
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 5647 of file Native.java.

Referenced by InterpolationContext.ReadInterpolationProblem().

5648  {
5649  int res = INTERNALreadInterpolationProblem(a0, a1, a2, a3, a4, a5, a6, a7);
5651  if (err != Z3_error_code.Z3_OK)
5652  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5653  return res;
5654  }
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 3715 of file Native.java.

3716  {
3718  }
static native void INTERNALresetMemory()

◆ setAstPrintMode()

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

Definition at line 3582 of file Native.java.

Referenced by Context.setPrintMode().

3583  {
3584  INTERNALsetAstPrintMode(a0, a1);
3586  if (err != Z3_error_code.Z3_OK)
3587  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3588  }
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 3677 of file Native.java.

3678  {
3679  INTERNALsetError(a0, a1);
3681  if (err != Z3_error_code.Z3_OK)
3682  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3683  }
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

◆ setParamValue()

static void setParamValue ( long  a0,
String  a1,
String  a2 
)
inlinestatic

Definition at line 708 of file Native.java.

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

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

◆ simplify()

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

Definition at line 3219 of file Native.java.

Referenced by Expr.simplify().

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

Referenced by Expr.simplify().

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

Referenced by Context.SimplifyHelp().

3238  {
3239  String res = INTERNALsimplifyGetHelp(a0);
3241  if (err != Z3_error_code.Z3_OK)
3242  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3243  return res;
3244  }
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:9738
static final Z3_error_code fromInt(int v)

◆ simplifyGetParamDescrs()

static long simplifyGetParamDescrs ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3246 of file Native.java.

Referenced by Context.getSimplifyParameterDescriptions().

3247  {
3248  long res = INTERNALsimplifyGetParamDescrs(a0);
3250  if (err != Z3_error_code.Z3_OK)
3251  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3252  return res;
3253  }
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 4375 of file Native.java.

Referenced by Solver.add().

4376  {
4377  INTERNALsolverAssert(a0, a1, a2);
4379  if (err != Z3_error_code.Z3_OK)
4380  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4381  }
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 4383 of file Native.java.

Referenced by Solver.assertAndTrack().

4384  {
4385  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4387  if (err != Z3_error_code.Z3_OK)
4388  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4389  }
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 4416 of file Native.java.

Referenced by Solver.check().

4417  {
4418  int res = INTERNALsolverCheck(a0, a1);
4420  if (err != Z3_error_code.Z3_OK)
4421  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4422  return res;
4423  }
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 4425 of file Native.java.

Referenced by Solver.check().

4426  {
4427  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
4429  if (err != Z3_error_code.Z3_OK)
4430  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4431  return res;
4432  }
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 4334 of file Native.java.

4335  {
4336  INTERNALsolverDecRef(a0, a1);
4338  if (err != Z3_error_code.Z3_OK)
4339  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4340  }
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 4400 of file Native.java.

Referenced by Solver.fromFile().

4401  {
4402  INTERNALsolverFromFile(a0, a1, a2);
4404  if (err != Z3_error_code.Z3_OK)
4405  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4406  }
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 4408 of file Native.java.

Referenced by Solver.fromString().

4409  {
4410  INTERNALsolverFromString(a0, a1, a2);
4412  if (err != Z3_error_code.Z3_OK)
4413  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4414  }
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 4391 of file Native.java.

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

4392  {
4393  long res = INTERNALsolverGetAssertions(a0, a1);
4395  if (err != Z3_error_code.Z3_OK)
4396  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4397  return res;
4398  }
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 4443 of file Native.java.

4444  {
4445  int res = INTERNALsolverGetConsequences(a0, a1, a2, a3, a4);
4447  if (err != Z3_error_code.Z3_OK)
4448  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4449  return res;
4450  }
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 4300 of file Native.java.

Referenced by Solver.getHelp().

4301  {
4302  String res = INTERNALsolverGetHelp(a0, a1);
4304  if (err != Z3_error_code.Z3_OK)
4305  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4306  return res;
4307  }
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:9738
static final Z3_error_code fromInt(int v)

◆ solverGetModel()

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

Definition at line 4452 of file Native.java.

Referenced by Solver.getModel().

4453  {
4454  long res = INTERNALsolverGetModel(a0, a1);
4456  if (err != Z3_error_code.Z3_OK)
4457  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4458  return res;
4459  }
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 4366 of file Native.java.

Referenced by Solver.getNumScopes().

4367  {
4368  int res = INTERNALsolverGetNumScopes(a0, a1);
4370  if (err != Z3_error_code.Z3_OK)
4371  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4372  return res;
4373  }
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 4309 of file Native.java.

Referenced by Solver.getParameterDescriptions().

4310  {
4311  long res = INTERNALsolverGetParamDescrs(a0, a1);
4313  if (err != Z3_error_code.Z3_OK)
4314  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4315  return res;
4316  }
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 4461 of file Native.java.

Referenced by Solver.getProof().

4462  {
4463  long res = INTERNALsolverGetProof(a0, a1);
4465  if (err != Z3_error_code.Z3_OK)
4466  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4467  return res;
4468  }
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 4479 of file Native.java.

Referenced by Solver.getReasonUnknown().

4480  {
4481  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4483  if (err != Z3_error_code.Z3_OK)
4484  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4485  return res;
4486  }
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:9738
static final Z3_error_code fromInt(int v)

◆ solverGetStatistics()

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

Definition at line 4488 of file Native.java.

Referenced by Solver.getStatistics().

4489  {
4490  long res = INTERNALsolverGetStatistics(a0, a1);
4492  if (err != Z3_error_code.Z3_OK)
4493  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4494  return res;
4495  }
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 4470 of file Native.java.

Referenced by Solver.getUnsatCore().

4471  {
4472  long res = INTERNALsolverGetUnsatCore(a0, a1);
4474  if (err != Z3_error_code.Z3_OK)
4475  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4476  return res;
4477  }
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 4326 of file Native.java.

4327  {
4328  INTERNALsolverIncRef(a0, a1);
4330  if (err != Z3_error_code.Z3_OK)
4331  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4332  }
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 4350 of file Native.java.

Referenced by Solver.pop().

4351  {
4352  INTERNALsolverPop(a0, a1, a2);
4354  if (err != Z3_error_code.Z3_OK)
4355  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4356  }
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 4342 of file Native.java.

Referenced by Solver.push().

4343  {
4344  INTERNALsolverPush(a0, a1);
4346  if (err != Z3_error_code.Z3_OK)
4347  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4348  }
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 4358 of file Native.java.

Referenced by Solver.reset().

4359  {
4360  INTERNALsolverReset(a0, a1);
4362  if (err != Z3_error_code.Z3_OK)
4363  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4364  }
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 4318 of file Native.java.

Referenced by Solver.setParameters().

4319  {
4320  INTERNALsolverSetParams(a0, a1, a2);
4322  if (err != Z3_error_code.Z3_OK)
4323  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4324  }
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 4497 of file Native.java.

Referenced by Solver.toString().

4498  {
4499  String res = INTERNALsolverToString(a0, a1);
4501  if (err != Z3_error_code.Z3_OK)
4502  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4503  return res;
4504  }
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:9738
static final Z3_error_code fromInt(int v)

◆ solverTranslate()

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

Definition at line 4291 of file Native.java.

Referenced by Solver.translate().

4292  {
4293  long res = INTERNALsolverTranslate(a0, a1, a2);
4295  if (err != Z3_error_code.Z3_OK)
4296  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4297  return res;
4298  }
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 2481 of file Native.java.

2482  {
2483  long res = INTERNALsortToAst(a0, a1);
2485  if (err != Z3_error_code.Z3_OK)
2486  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2487  return res;
2488  }
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 3608 of file Native.java.

Referenced by Sort.toString().

3609  {
3610  String res = INTERNALsortToString(a0, a1);
3612  if (err != Z3_error_code.Z3_OK)
3613  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3614  return res;
3615  }
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:9738
static final Z3_error_code fromInt(int v)

◆ statsDecRef()

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

Definition at line 4523 of file Native.java.

4524  {
4525  INTERNALstatsDecRef(a0, a1);
4527  if (err != Z3_error_code.Z3_OK)
4528  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4529  }
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 4576 of file Native.java.

Referenced by Statistics.getEntries().

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

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

4541  {
4542  String res = INTERNALstatsGetKey(a0, a1, a2);
4544  if (err != Z3_error_code.Z3_OK)
4545  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4546  return res;
4547  }
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:9738
static final Z3_error_code fromInt(int v)

◆ statsGetUintValue()

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

Definition at line 4567 of file Native.java.

Referenced by Statistics.getEntries().

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

4516  {
4517  INTERNALstatsIncRef(a0, a1);
4519  if (err != Z3_error_code.Z3_OK)
4520  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4521  }
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 4558 of file Native.java.

Referenced by Statistics.getEntries().

4559  {
4560  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4562  if (err != Z3_error_code.Z3_OK)
4563  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4564  return res;
4565  }
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 4549 of file Native.java.

Referenced by Statistics.getEntries().

4550  {
4551  boolean res = INTERNALstatsIsUint(a0, a1, a2);
4553  if (err != Z3_error_code.Z3_OK)
4554  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4555  return res;
4556  }
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 4531 of file Native.java.

Referenced by Statistics.size().

4532  {
4533  int res = INTERNALstatsSize(a0, a1);
4535  if (err != Z3_error_code.Z3_OK)
4536  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4537  return res;
4538  }
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 4506 of file Native.java.

Referenced by Statistics.toString().

4507  {
4508  String res = INTERNALstatsToString(a0, a1);
4510  if (err != Z3_error_code.Z3_OK)
4511  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4512  return res;
4513  }
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:9738
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 3264 of file Native.java.

Referenced by Expr.substitute().

3265  {
3266  long res = INTERNALsubstitute(a0, a1, a2, a3, a4);
3268  if (err != Z3_error_code.Z3_OK)
3269  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3270  return res;
3271  }
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 3273 of file Native.java.

Referenced by Expr.substituteVars().

3274  {
3275  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
3277  if (err != Z3_error_code.Z3_OK)
3278  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3279  return res;
3280  }
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 3906 of file Native.java.

Referenced by Context.andThen().

3907  {
3908  long res = INTERNALtacticAndThen(a0, a1, a2);
3910  if (err != Z3_error_code.Z3_OK)
3911  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3912  return res;
3913  }
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 4185 of file Native.java.

Referenced by Tactic.apply().

4186  {
4187  long res = INTERNALtacticApply(a0, a1, a2);
4189  if (err != Z3_error_code.Z3_OK)
4190  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4191  return res;
4192  }
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 4194 of file Native.java.

Referenced by Tactic.apply().

4195  {
4196  long res = INTERNALtacticApplyEx(a0, a1, a2, a3);
4198  if (err != Z3_error_code.Z3_OK)
4199  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4200  return res;
4201  }
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 3960 of file Native.java.

Referenced by Context.cond().

3961  {
3962  long res = INTERNALtacticCond(a0, a1, a2, a3);
3964  if (err != Z3_error_code.Z3_OK)
3965  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3966  return res;
3967  }
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 3873 of file Native.java.

3874  {
3875  INTERNALtacticDecRef(a0, a1);
3877  if (err != Z3_error_code.Z3_OK)
3878  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3879  }
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 3987 of file Native.java.

Referenced by Context.fail().

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

Referenced by Context.failIf().

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

Referenced by Context.failIfNotDecided().

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

Referenced by Context.getTacticDescription().

4159  {
4160  String res = INTERNALtacticGetDescr(a0, a1);
4162  if (err != Z3_error_code.Z3_OK)
4163  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4164  return res;
4165  }
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:9738
static final Z3_error_code fromInt(int v)

◆ tacticGetHelp()

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

Definition at line 4140 of file Native.java.

Referenced by Tactic.getHelp().

4141  {
4142  String res = INTERNALtacticGetHelp(a0, a1);
4144  if (err != Z3_error_code.Z3_OK)
4145  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4146  return res;
4147  }
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:9738
static final Z3_error_code fromInt(int v)

◆ tacticGetParamDescrs()

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

Definition at line 4149 of file Native.java.

Referenced by Tactic.getParameterDescriptions().

4150  {
4151  long res = INTERNALtacticGetParamDescrs(a0, a1);
4153  if (err != Z3_error_code.Z3_OK)
4154  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4155  return res;
4156  }
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 3865 of file Native.java.

3866  {
3867  INTERNALtacticIncRef(a0, a1);
3869  if (err != Z3_error_code.Z3_OK)
3870  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3871  }
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 3915 of file Native.java.

Referenced by Context.orElse().

3916  {
3917  long res = INTERNALtacticOrElse(a0, a1, a2);
3919  if (err != Z3_error_code.Z3_OK)
3920  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3921  return res;
3922  }
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 3933 of file Native.java.

Referenced by Context.parAndThen().

3934  {
3935  long res = INTERNALtacticParAndThen(a0, a1, a2);
3937  if (err != Z3_error_code.Z3_OK)
3938  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3939  return res;
3940  }
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 3924 of file Native.java.

Referenced by Context.parOr().

3925  {
3926  long res = INTERNALtacticParOr(a0, a1, a2);
3928  if (err != Z3_error_code.Z3_OK)
3929  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3930  return res;
3931  }
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 3969 of file Native.java.

Referenced by Context.repeat().

3970  {
3971  long res = INTERNALtacticRepeat(a0, a1, a2);
3973  if (err != Z3_error_code.Z3_OK)
3974  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3975  return res;
3976  }
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 3978 of file Native.java.

Referenced by Context.skip().

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

Referenced by Context.tryFor().

3943  {
3944  long res = INTERNALtacticTryFor(a0, a1, a2);
3946  if (err != Z3_error_code.Z3_OK)
3947  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3948  return res;
3949  }
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 4014 of file Native.java.

Referenced by Context.usingParams().

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

Referenced by Context.when().

3952  {
3953  long res = INTERNALtacticWhen(a0, a1, a2);
3955  if (err != Z3_error_code.Z3_OK)
3956  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3957  return res;
3958  }
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 2967 of file Native.java.

2968  {
2969  long res = INTERNALtoApp(a0, a1);
2971  if (err != Z3_error_code.Z3_OK)
2972  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2973  return res;
2974  }
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 2976 of file Native.java.

2977  {
2978  long res = INTERNALtoFuncDecl(a0, a1);
2980  if (err != Z3_error_code.Z3_OK)
2981  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2982  return res;
2983  }
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 3577 of file Native.java.

Referenced by Global.ToggleWarningMessages().

3578  {
3580  }
static native void INTERNALtoggleWarningMessages(boolean a0)

◆ translate()

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

Definition at line 3282 of file Native.java.

Referenced by AST.translate().

3283  {
3284  long res = INTERNALtranslate(a0, a1, a2);
3286  if (err != Z3_error_code.Z3_OK)
3287  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3288  return res;
3289  }
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 750 of file Native.java.

Referenced by Context.updateParamValue().

751  {
752  INTERNALupdateParamValue(a0, a1, a2);
754  if (err != Z3_error_code.Z3_OK)
755  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
756  }
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 3255 of file Native.java.

Referenced by Expr.update().

3256  {
3257  long res = INTERNALupdateTerm(a0, a1, a2, a3);
3259  if (err != Z3_error_code.Z3_OK)
3260  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3261  return res;
3262  }
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 5665 of file Native.java.

Referenced by InterpolationContext.WriteInterpolationProblem().

5666  {
5667  INTERNALwriteInterpolationProblem(a0, a1, a2, a3, a4, a5, a6);
5669  if (err != Z3_error_code.Z3_OK)
5670  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5671  }
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)