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 mkRecFuncDecl (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static void addRecDef (long a0, long a1, int a2, long[] a3, long a4) 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 mkSetHasSize (long a0, long a1, long a2) 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 getSeqSortBasis (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 getReSortBasis (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 long mkLstring (long a0, int a1, String a2) throws Z3Exception
 
static boolean isString (long a0, long a1) throws Z3Exception
 
static String getString (long a0, long a1) throws Z3Exception
 
static String getLstring (long a0, long a1, IntPtr a2) 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 mkSeqNth (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 mkSeqLastIndex (long a0, long a1, long a2) 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 mkLinearOrder (long a0, long a1, int a2) throws Z3Exception
 
static long mkPartialOrder (long a0, long a1, int a2) throws Z3Exception
 
static long mkPiecewiseLinearOrder (long a0, long a1, int a2) throws Z3Exception
 
static long mkTreeOrder (long a0, long a1, int a2) throws Z3Exception
 
static long mkTransitiveClosure (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 long mkLambda (long a0, int a1, long[] a2, long[] a3, long a4) throws Z3Exception
 
static long mkLambdaConst (long a0, int a1, long[] a2, long a3) 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 double getNumeralDouble (long a0, long a1) 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 boolean isQuantifierExists (long a0, long a1) throws Z3Exception
 
static boolean isLambda (long a0, long a1) throws Z3Exception
 
static int getQuantifierWeight (long a0, long a1) throws Z3Exception
 
static int getQuantifierNumPatterns (long a0, long a1) throws Z3Exception
 
static long getQuantifierPatternAst (long a0, long a1, int a2) throws Z3Exception
 
static int getQuantifierNumNoPatterns (long a0, long a1) throws Z3Exception
 
static long getQuantifierNoPatternAst (long a0, long a1, int a2) throws Z3Exception
 
static int getQuantifierNumBound (long a0, long a1) throws Z3Exception
 
static long getQuantifierBoundName (long a0, long a1, int a2) throws Z3Exception
 
static long getQuantifierBoundSort (long a0, long a1, int a2) throws Z3Exception
 
static long getQuantifierBody (long a0, long a1) throws Z3Exception
 
static long simplify (long a0, long a1) throws Z3Exception
 
static long simplifyEx (long a0, long a1, long a2) throws Z3Exception
 
static String simplifyGetHelp (long a0) throws Z3Exception
 
static long simplifyGetParamDescrs (long a0) throws Z3Exception
 
static long updateTerm (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long substitute (long a0, long a1, int a2, long[] a3, long[] a4) throws Z3Exception
 
static long substituteVars (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long translate (long a0, long a1, long a2) throws Z3Exception
 
static long mkModel (long a0) throws Z3Exception
 
static void modelIncRef (long a0, long a1) throws Z3Exception
 
static void modelDecRef (long a0, long a1) throws Z3Exception
 
static boolean modelEval (long a0, long a1, long a2, boolean a3, LongPtr a4) throws Z3Exception
 
static long modelGetConstInterp (long a0, long a1, long a2) throws Z3Exception
 
static boolean modelHasInterp (long a0, long a1, long a2) throws Z3Exception
 
static long modelGetFuncInterp (long a0, long a1, long a2) throws Z3Exception
 
static int modelGetNumConsts (long a0, long a1) throws Z3Exception
 
static long modelGetConstDecl (long a0, long a1, int a2) throws Z3Exception
 
static int modelGetNumFuncs (long a0, long a1) throws Z3Exception
 
static long modelGetFuncDecl (long a0, long a1, int a2) throws Z3Exception
 
static int modelGetNumSorts (long a0, long a1) throws Z3Exception
 
static long modelGetSort (long a0, long a1, int a2) throws Z3Exception
 
static long modelGetSortUniverse (long a0, long a1, long a2) throws Z3Exception
 
static long modelTranslate (long a0, long a1, long a2) throws Z3Exception
 
static boolean isAsArray (long a0, long a1) throws Z3Exception
 
static long getAsArrayFuncDecl (long a0, long a1) throws Z3Exception
 
static long addFuncInterp (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void addConstInterp (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void funcInterpIncRef (long a0, long a1) throws Z3Exception
 
static void funcInterpDecRef (long a0, long a1) throws Z3Exception
 
static int funcInterpGetNumEntries (long a0, long a1) throws Z3Exception
 
static long funcInterpGetEntry (long a0, long a1, int a2) throws Z3Exception
 
static long funcInterpGetElse (long a0, long a1) throws Z3Exception
 
static void funcInterpSetElse (long a0, long a1, long a2) throws Z3Exception
 
static int funcInterpGetArity (long a0, long a1) throws Z3Exception
 
static void funcInterpAddEntry (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void funcEntryIncRef (long a0, long a1) throws Z3Exception
 
static void funcEntryDecRef (long a0, long a1) throws Z3Exception
 
static long funcEntryGetValue (long a0, long a1) throws Z3Exception
 
static int funcEntryGetNumArgs (long a0, long a1) throws Z3Exception
 
static long funcEntryGetArg (long a0, long a1, int a2) throws Z3Exception
 
static int openLog (String a0)
 
static void appendLog (String a0)
 
static void closeLog ()
 
static void toggleWarningMessages (boolean a0)
 
static void setAstPrintMode (long a0, int a1) throws Z3Exception
 
static String astToString (long a0, long a1) throws Z3Exception
 
static String patternToString (long a0, long a1) throws Z3Exception
 
static String sortToString (long a0, long a1) throws Z3Exception
 
static String funcDeclToString (long a0, long a1) throws Z3Exception
 
static String modelToString (long a0, long a1) throws Z3Exception
 
static String benchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7) throws Z3Exception
 
static long parseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static long parseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static String evalSmtlib2String (long a0, String a1) throws Z3Exception
 
static 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 long goalConvertModel (long a0, long a1, long a2) throws Z3Exception
 
static String goalToString (long a0, long a1) throws Z3Exception
 
static String goalToDimacsString (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 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 void solverImportModelConverter (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 void solverFromFile (long a0, long a1, String a2) throws Z3Exception
 
static void solverFromString (long a0, long a1, String a2) throws Z3Exception
 
static long solverGetAssertions (long a0, long a1) throws Z3Exception
 
static long solverGetUnits (long a0, long a1) throws Z3Exception
 
static long solverGetTrail (long a0, long a1) throws Z3Exception
 
static long solverGetNonUnits (long a0, long a1) throws Z3Exception
 
static void solverGetLevels (long a0, long a1, long a2, int a3, int[] a4) 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 solverCube (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long solverGetModel (long a0, long a1) throws Z3Exception
 
static long solverGetProof (long a0, long a1) throws Z3Exception
 
static long solverGetUnsatCore (long a0, long a1) throws Z3Exception
 
static String solverGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static long solverGetStatistics (long a0, long a1) throws Z3Exception
 
static String solverToString (long a0, long a1) throws Z3Exception
 
static String solverToDimacsString (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 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 void optimizeAssertAndTrack (long a0, long a1, long a2, long a3) 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, int a2, long[] a3) throws Z3Exception
 
static String optimizeGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static long optimizeGetModel (long a0, long a1) throws Z3Exception
 
static long optimizeGetUnsatCore (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 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 INTERNALmkRecFuncDecl (long a0, long a1, int a2, long[] a3, long a4)
 
static native void INTERNALaddRecDef (long a0, long a1, int a2, long[] a3, long a4)
 
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 INTERNALmkSetHasSize (long a0, long a1, long a2)
 
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 INTERNALgetSeqSortBasis (long a0, long a1)
 
static native long INTERNALmkReSort (long a0, long a1)
 
static native boolean INTERNALisReSort (long a0, long a1)
 
static native long INTERNALgetReSortBasis (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 long INTERNALmkLstring (long a0, int a1, String a2)
 
static native boolean INTERNALisString (long a0, long a1)
 
static native String INTERNALgetString (long a0, long a1)
 
static native String INTERNALgetLstring (long a0, long a1, IntPtr a2)
 
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 INTERNALmkSeqNth (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 INTERNALmkSeqLastIndex (long a0, long a1, long a2)
 
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 INTERNALmkLinearOrder (long a0, long a1, int a2)
 
static native long INTERNALmkPartialOrder (long a0, long a1, int a2)
 
static native long INTERNALmkPiecewiseLinearOrder (long a0, long a1, int a2)
 
static native long INTERNALmkTreeOrder (long a0, long a1, int a2)
 
static native long INTERNALmkTransitiveClosure (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 long INTERNALmkLambda (long a0, int a1, long[] a2, long[] a3, long a4)
 
static native long INTERNALmkLambdaConst (long a0, int a1, long[] a2, long a3)
 
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 double INTERNALgetNumeralDouble (long a0, long a1)
 
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 boolean INTERNALisQuantifierExists (long a0, long a1)
 
static native boolean INTERNALisLambda (long a0, long a1)
 
static native int INTERNALgetQuantifierWeight (long a0, long a1)
 
static native int INTERNALgetQuantifierNumPatterns (long a0, long a1)
 
static native long INTERNALgetQuantifierPatternAst (long a0, long a1, int a2)
 
static native int INTERNALgetQuantifierNumNoPatterns (long a0, long a1)
 
static native long INTERNALgetQuantifierNoPatternAst (long a0, long a1, int a2)
 
static native int INTERNALgetQuantifierNumBound (long a0, long a1)
 
static native long INTERNALgetQuantifierBoundName (long a0, long a1, int a2)
 
static native long INTERNALgetQuantifierBoundSort (long a0, long a1, int a2)
 
static native long INTERNALgetQuantifierBody (long a0, long a1)
 
static native long INTERNALsimplify (long a0, long a1)
 
static native long INTERNALsimplifyEx (long a0, long a1, long a2)
 
static native String INTERNALsimplifyGetHelp (long a0)
 
static native long INTERNALsimplifyGetParamDescrs (long a0)
 
static native long INTERNALupdateTerm (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALsubstitute (long a0, long a1, int a2, long[] a3, long[] a4)
 
static native long INTERNALsubstituteVars (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALtranslate (long a0, long a1, long a2)
 
static native long INTERNALmkModel (long a0)
 
static native void INTERNALmodelIncRef (long a0, long a1)
 
static native void INTERNALmodelDecRef (long a0, long a1)
 
static native boolean INTERNALmodelEval (long a0, long a1, long a2, boolean a3, LongPtr a4)
 
static native long INTERNALmodelGetConstInterp (long a0, long a1, long a2)
 
static native boolean INTERNALmodelHasInterp (long a0, long a1, long a2)
 
static native long INTERNALmodelGetFuncInterp (long a0, long a1, long a2)
 
static native int INTERNALmodelGetNumConsts (long a0, long a1)
 
static native long INTERNALmodelGetConstDecl (long a0, long a1, int a2)
 
static native int INTERNALmodelGetNumFuncs (long a0, long a1)
 
static native long INTERNALmodelGetFuncDecl (long a0, long a1, int a2)
 
static native int INTERNALmodelGetNumSorts (long a0, long a1)
 
static native long INTERNALmodelGetSort (long a0, long a1, int a2)
 
static native long INTERNALmodelGetSortUniverse (long a0, long a1, long a2)
 
static native long INTERNALmodelTranslate (long a0, long a1, long a2)
 
static native boolean INTERNALisAsArray (long a0, long a1)
 
static native long INTERNALgetAsArrayFuncDecl (long a0, long a1)
 
static native long INTERNALaddFuncInterp (long a0, long a1, long a2, long a3)
 
static native void INTERNALaddConstInterp (long a0, long a1, long a2, long a3)
 
static native void INTERNALfuncInterpIncRef (long a0, long a1)
 
static native void INTERNALfuncInterpDecRef (long a0, long a1)
 
static native int INTERNALfuncInterpGetNumEntries (long a0, long a1)
 
static native long INTERNALfuncInterpGetEntry (long a0, long a1, int a2)
 
static native long INTERNALfuncInterpGetElse (long a0, long a1)
 
static native void INTERNALfuncInterpSetElse (long a0, long a1, long a2)
 
static native int INTERNALfuncInterpGetArity (long a0, long a1)
 
static native void INTERNALfuncInterpAddEntry (long a0, long a1, long a2, long a3)
 
static native void INTERNALfuncEntryIncRef (long a0, long a1)
 
static native void INTERNALfuncEntryDecRef (long a0, long a1)
 
static native long INTERNALfuncEntryGetValue (long a0, long a1)
 
static native int INTERNALfuncEntryGetNumArgs (long a0, long a1)
 
static native long INTERNALfuncEntryGetArg (long a0, long a1, int a2)
 
static native int INTERNALopenLog (String a0)
 
static native void INTERNALappendLog (String a0)
 
static native void INTERNALcloseLog ()
 
static native void INTERNALtoggleWarningMessages (boolean a0)
 
static native void INTERNALsetAstPrintMode (long a0, int a1)
 
static native String INTERNALastToString (long a0, long a1)
 
static native String INTERNALpatternToString (long a0, long a1)
 
static native String INTERNALsortToString (long a0, long a1)
 
static native String INTERNALfuncDeclToString (long a0, long a1)
 
static native String INTERNALmodelToString (long a0, long a1)
 
static native String INTERNALbenchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7)
 
static native long INTERNALparseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native long INTERNALparseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native String INTERNALevalSmtlib2String (long a0, String a1)
 
static native 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 long INTERNALgoalConvertModel (long a0, long a1, long a2)
 
static native String INTERNALgoalToString (long a0, long a1)
 
static native String INTERNALgoalToDimacsString (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 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 void INTERNALsolverImportModelConverter (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 void INTERNALsolverFromFile (long a0, long a1, String a2)
 
static native void INTERNALsolverFromString (long a0, long a1, String a2)
 
static native long INTERNALsolverGetAssertions (long a0, long a1)
 
static native long INTERNALsolverGetUnits (long a0, long a1)
 
static native long INTERNALsolverGetTrail (long a0, long a1)
 
static native long INTERNALsolverGetNonUnits (long a0, long a1)
 
static native void INTERNALsolverGetLevels (long a0, long a1, long a2, int a3, int[] a4)
 
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 INTERNALsolverCube (long a0, long a1, long a2, int a3)
 
static native long INTERNALsolverGetModel (long a0, long a1)
 
static native long INTERNALsolverGetProof (long a0, long a1)
 
static native long INTERNALsolverGetUnsatCore (long a0, long a1)
 
static native String INTERNALsolverGetReasonUnknown (long a0, long a1)
 
static native long INTERNALsolverGetStatistics (long a0, long a1)
 
static native String INTERNALsolverToString (long a0, long a1)
 
static native String INTERNALsolverToDimacsString (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 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 void INTERNALoptimizeAssertAndTrack (long a0, long a1, long a2, long a3)
 
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, int a2, long[] a3)
 
static native String INTERNALoptimizeGetReasonUnknown (long a0, long a1)
 
static native long INTERNALoptimizeGetModel (long a0, long a1)
 
static native long INTERNALoptimizeGetUnsatCore (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 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 3641 of file Native.java.

3642  {
3643  INTERNALaddConstInterp(a0, a1, a2, a3);
3645  if (err != Z3_error_code.Z3_OK)
3646  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3647  }
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 3632 of file Native.java.

3633  {
3634  long res = INTERNALaddFuncInterp(a0, a1, a2, a3);
3636  if (err != Z3_error_code.Z3_OK)
3637  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3638  return res;
3639  }
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)

◆ addRecDef()

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

Definition at line 1151 of file Native.java.

1152  {
1153  INTERNALaddRecDef(a0, a1, a2, a3, a4);
1155  if (err != Z3_error_code.Z3_OK)
1156  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1157  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALaddRecDef(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)

◆ algebraicAdd()

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

Definition at line 5084 of file Native.java.

5085  {
5086  long res = INTERNALalgebraicAdd(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 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 5111 of file Native.java.

5112  {
5113  long res = INTERNALalgebraicDiv(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 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 5174 of file Native.java.

5175  {
5176  boolean res = INTERNALalgebraicEq(a0, a1, a2);
5178  if (err != Z3_error_code.Z3_OK)
5179  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5180  return res;
5181  }
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 5201 of file Native.java.

5202  {
5203  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
5205  if (err != Z3_error_code.Z3_OK)
5206  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5207  return res;
5208  }
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 5165 of file Native.java.

5166  {
5167  boolean res = INTERNALalgebraicGe(a0, a1, a2);
5169  if (err != Z3_error_code.Z3_OK)
5170  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5171  return res;
5172  }
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 5147 of file Native.java.

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

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

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

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

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

5157  {
5158  boolean res = INTERNALalgebraicLe(a0, a1, a2);
5160  if (err != Z3_error_code.Z3_OK)
5161  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5162  return res;
5163  }
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 5138 of file Native.java.

5139  {
5140  boolean res = INTERNALalgebraicLt(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 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 5102 of file Native.java.

5103  {
5104  long res = INTERNALalgebraicMul(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 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 5183 of file Native.java.

5184  {
5185  boolean res = INTERNALalgebraicNeq(a0, a1, a2);
5187  if (err != Z3_error_code.Z3_OK)
5188  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5189  return res;
5190  }
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 5129 of file Native.java.

5130  {
5131  long res = INTERNALalgebraicPower(a0, a1, a2);
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 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 5120 of file Native.java.

5121  {
5122  long res = INTERNALalgebraicRoot(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 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 5192 of file Native.java.

5193  {
5194  long res = INTERNALalgebraicRoots(a0, a1, a2, a3);
5196  if (err != Z3_error_code.Z3_OK)
5197  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5198  return res;
5199  }
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 5075 of file Native.java.

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

5094  {
5095  long res = INTERNALalgebraicSub(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 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 3766 of file Native.java.

Referenced by Log.append().

3767  {
3768  INTERNALappendLog(a0);
3769  }
static native void INTERNALappendLog(String a0)

◆ applyResultDecRef()

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

Definition at line 4428 of file Native.java.

4429  {
4430  INTERNALapplyResultDecRef(a0, a1);
4432  if (err != Z3_error_code.Z3_OK)
4433  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4434  }
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 4445 of file Native.java.

Referenced by ApplyResult.getNumSubgoals().

4446  {
4447  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4449  if (err != Z3_error_code.Z3_OK)
4450  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4451  return res;
4452  }
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 4454 of file Native.java.

Referenced by ApplyResult.getSubgoals().

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

4421  {
4422  INTERNALapplyResultIncRef(a0, a1);
4424  if (err != Z3_error_code.Z3_OK)
4425  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4426  }
static native int INTERNALgetErrorCode(long a0)
static native void 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 4436 of file Native.java.

Referenced by ApplyResult.toString().

4437  {
4438  String res = INTERNALapplyResultToString(a0, a1);
4440  if (err != Z3_error_code.Z3_OK)
4441  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4442  return res;
4443  }
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:10043
static final Z3_error_code fromInt(int v)

◆ appToAst()

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

Definition at line 3004 of file Native.java.

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

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

4963  {
4964  INTERNALastMapDecRef(a0, a1);
4966  if (err != Z3_error_code.Z3_OK)
4967  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4968  }
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 4996 of file Native.java.

4997  {
4998  INTERNALastMapErase(a0, a1, a2);
5000  if (err != Z3_error_code.Z3_OK)
5001  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5002  }
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 4979 of file Native.java.

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

4955  {
4956  INTERNALastMapIncRef(a0, a1);
4958  if (err != Z3_error_code.Z3_OK)
4959  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4960  }
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 4988 of file Native.java.

4989  {
4990  INTERNALastMapInsert(a0, a1, a2, a3);
4992  if (err != Z3_error_code.Z3_OK)
4993  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4994  }
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 5021 of file Native.java.

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

5005  {
5006  INTERNALastMapReset(a0, a1);
5008  if (err != Z3_error_code.Z3_OK)
5009  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5010  }
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 5012 of file Native.java.

5013  {
5014  int res = INTERNALastMapSize(a0, a1);
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 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 5030 of file Native.java.

5031  {
5032  String res = INTERNALastMapToString(a0, a1);
5034  if (err != Z3_error_code.Z3_OK)
5035  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5036  return res;
5037  }
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:10043
static final Z3_error_code fromInt(int v)

◆ astToString()

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

Definition at line 3789 of file Native.java.

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

3790  {
3791  String res = INTERNALastToString(a0, a1);
3793  if (err != Z3_error_code.Z3_OK)
3794  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3795  return res;
3796  }
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:10043
static final Z3_error_code fromInt(int v)

◆ astVectorDecRef()

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

Definition at line 4877 of file Native.java.

4878  {
4879  INTERNALastVectorDecRef(a0, a1);
4881  if (err != Z3_error_code.Z3_OK)
4882  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4883  }
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 4894 of file Native.java.

Referenced by ASTVector.get().

4895  {
4896  long res = INTERNALastVectorGet(a0, a1, a2);
4898  if (err != Z3_error_code.Z3_OK)
4899  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4900  return res;
4901  }
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 4869 of file Native.java.

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

Referenced by ASTVector.push().

4920  {
4921  INTERNALastVectorPush(a0, a1, a2);
4923  if (err != Z3_error_code.Z3_OK)
4924  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4925  }
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 4911 of file Native.java.

Referenced by ASTVector.resize().

4912  {
4913  INTERNALastVectorResize(a0, a1, a2);
4915  if (err != Z3_error_code.Z3_OK)
4916  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4917  }
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 4903 of file Native.java.

Referenced by ASTVector.set().

4904  {
4905  INTERNALastVectorSet(a0, a1, a2, a3);
4907  if (err != Z3_error_code.Z3_OK)
4908  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4909  }
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 4885 of file Native.java.

Referenced by ASTVector.size().

4886  {
4887  int res = INTERNALastVectorSize(a0, a1);
4889  if (err != Z3_error_code.Z3_OK)
4890  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4891  return res;
4892  }
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 4936 of file Native.java.

Referenced by ASTVector.toString().

4937  {
4938  String res = INTERNALastVectorToString(a0, a1);
4940  if (err != Z3_error_code.Z3_OK)
4941  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4942  return res;
4943  }
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:10043
static final Z3_error_code fromInt(int v)

◆ astVectorTranslate()

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

Definition at line 4927 of file Native.java.

Referenced by ASTVector.translate().

4928  {
4929  long res = INTERNALastVectorTranslate(a0, a1, a2);
4931  if (err != Z3_error_code.Z3_OK)
4932  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4933  return res;
4934  }
static native 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 3834 of file Native.java.

Referenced by Context.benchmarkToSMTString().

3835  {
3836  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3838  if (err != Z3_error_code.Z3_OK)
3839  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3840  return res;
3841  }
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:10043
static final Z3_error_code fromInt(int v)

◆ closeLog()

static void closeLog ( )
inlinestatic

Definition at line 3771 of file Native.java.

Referenced by Log.close().

3772  {
3773  INTERNALcloseLog();
3774  }
static native void INTERNALcloseLog()

◆ datatypeUpdateField()

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

Definition at line 2770 of file Native.java.

Referenced by Context.mkUpdateField().

2771  {
2772  long res = INTERNALdatatypeUpdateField(a0, a1, a2, a3);
2774  if (err != Z3_error_code.Z3_OK)
2775  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2776  return res;
2777  }
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 762 of file Native.java.

763  {
764  INTERNALdecRef(a0, a1);
766  if (err != Z3_error_code.Z3_OK)
767  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
768  }
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 723 of file Native.java.

Referenced by Context.Context().

724  {
725  INTERNALdelConfig(a0);
726  }
static native void INTERNALdelConfig(long a0)

◆ delConstructor()

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

Definition at line 1047 of file Native.java.

Referenced by ConstructorDecRefQueue.decRef().

1048  {
1049  INTERNALdelConstructor(a0, a1);
1051  if (err != Z3_error_code.Z3_OK)
1052  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1053  }
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 1073 of file Native.java.

Referenced by ConstructorListDecRefQueue.decRef().

1074  {
1077  if (err != Z3_error_code.Z3_OK)
1078  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1079  }
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 749 of file Native.java.

Referenced by Context.close().

750  {
751  INTERNALdelContext(a0);
752  }
static native void INTERNALdelContext(long a0)

◆ disableTrace()

static void disableTrace ( String  a0)
inlinestatic

Definition at line 3909 of file Native.java.

Referenced by Global.disableTrace().

3910  {
3912  }
static native void INTERNALdisableTrace(String a0)

◆ enableTrace()

static void enableTrace ( String  a0)
inlinestatic

Definition at line 3904 of file Native.java.

Referenced by Global.enableTrace().

3905  {
3906  INTERNALenableTrace(a0);
3907  }
static native void INTERNALenableTrace(String a0)

◆ evalSmtlib2String()

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

Definition at line 3861 of file Native.java.

3862  {
3863  String res = INTERNALevalSmtlib2String(a0, a1);
3865  if (err != Z3_error_code.Z3_OK)
3866  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3867  return res;
3868  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALevalSmtlib2String(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10043
static final Z3_error_code fromInt(int v)

◆ finalizeMemory()

static void finalizeMemory ( )
inlinestatic

Definition at line 3919 of file Native.java.

3920  {
3922  }
static native void INTERNALfinalizeMemory()

◆ fixedpointAddCover()

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

Definition at line 5535 of file Native.java.

Referenced by Fixedpoint.addCover().

5536  {
5537  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
5539  if (err != Z3_error_code.Z3_OK)
5540  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5541  }
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 5457 of file Native.java.

Referenced by Fixedpoint.addFact().

5458  {
5459  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
5461  if (err != Z3_error_code.Z3_OK)
5462  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5463  }
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 6629 of file Native.java.

6630  {
6631  INTERNALfixedpointAddInvariant(a0, a1, a2, a3);
6633  if (err != Z3_error_code.Z3_OK)
6634  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6635  }
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 5449 of file Native.java.

Referenced by Fixedpoint.addRule().

5450  {
5451  INTERNALfixedpointAddRule(a0, a1, a2, a3);
5453  if (err != Z3_error_code.Z3_OK)
5454  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5455  }
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 5465 of file Native.java.

Referenced by Fixedpoint.add().

5466  {
5467  INTERNALfixedpointAssert(a0, a1, a2);
5469  if (err != Z3_error_code.Z3_OK)
5470  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5471  }
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 5441 of file Native.java.

5442  {
5443  INTERNALfixedpointDecRef(a0, a1);
5445  if (err != Z3_error_code.Z3_OK)
5446  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5447  }
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 5630 of file Native.java.

Referenced by Fixedpoint.ParseFile().

5631  {
5632  long res = INTERNALfixedpointFromFile(a0, a1, a2);
5634  if (err != Z3_error_code.Z3_OK)
5635  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5636  return res;
5637  }
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 5621 of file Native.java.

Referenced by Fixedpoint.ParseString().

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

Referenced by Fixedpoint.getAnswer().

5492  {
5493  long res = INTERNALfixedpointGetAnswer(a0, a1);
5495  if (err != Z3_error_code.Z3_OK)
5496  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5497  return res;
5498  }
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 5577 of file Native.java.

Referenced by Fixedpoint.getAssertions().

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

Referenced by Fixedpoint.getCoverDelta().

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

6603  {
6604  long res = INTERNALfixedpointGetGroundSatAnswer(a0, a1);
6606  if (err != Z3_error_code.Z3_OK)
6607  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6608  return res;
6609  }
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 5594 of file Native.java.

Referenced by Fixedpoint.getHelp().

5595  {
5596  String res = INTERNALfixedpointGetHelp(a0, a1);
5598  if (err != Z3_error_code.Z3_OK)
5599  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5600  return res;
5601  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10043
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 5517 of file Native.java.

Referenced by Fixedpoint.getNumLevels().

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

Referenced by Fixedpoint.getParameterDescriptions().

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

6638  {
6639  long res = INTERNALfixedpointGetReachable(a0, a1, a2);
6641  if (err != Z3_error_code.Z3_OK)
6642  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6643  return res;
6644  }
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 5500 of file Native.java.

Referenced by Fixedpoint.getReasonUnknown().

5501  {
5504  if (err != Z3_error_code.Z3_OK)
5505  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5506  return res;
5507  }
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:10043
static final Z3_error_code fromInt(int v)

◆ fixedpointGetRuleNamesAlongTrace()

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

Definition at line 6620 of file Native.java.

6621  {
6622  long res = INTERNALfixedpointGetRuleNamesAlongTrace(a0, a1);
6624  if (err != Z3_error_code.Z3_OK)
6625  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6626  return res;
6627  }
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 5568 of file Native.java.

Referenced by Fixedpoint.getRules().

5569  {
5570  long res = INTERNALfixedpointGetRules(a0, a1);
5572  if (err != Z3_error_code.Z3_OK)
5573  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5574  return res;
5575  }
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 6611 of file Native.java.

6612  {
6613  long res = INTERNALfixedpointGetRulesAlongTrace(a0, a1);
6615  if (err != Z3_error_code.Z3_OK)
6616  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6617  return res;
6618  }
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 5543 of file Native.java.

Referenced by Fixedpoint.getStatistics().

5544  {
5545  long res = INTERNALfixedpointGetStatistics(a0, a1);
5547  if (err != Z3_error_code.Z3_OK)
5548  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5549  return res;
5550  }
static native int INTERNALgetErrorCode(long a0)
static native 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 5433 of file Native.java.

5434  {
5435  INTERNALfixedpointIncRef(a0, a1);
5437  if (err != Z3_error_code.Z3_OK)
5438  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5439  }
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)

◆ fixedpointQuery()

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

Definition at line 5473 of file Native.java.

Referenced by Fixedpoint.query().

5474  {
5475  int res = INTERNALfixedpointQuery(a0, a1, a2);
5477  if (err != Z3_error_code.Z3_OK)
5478  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5479  return res;
5480  }
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 6593 of file Native.java.

6594  {
6595  int res = INTERNALfixedpointQueryFromLvl(a0, a1, a2, a3);
6597  if (err != Z3_error_code.Z3_OK)
6598  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6599  return res;
6600  }
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 5482 of file Native.java.

Referenced by Fixedpoint.query().

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

Referenced by Fixedpoint.registerRelation().

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

Referenced by Fixedpoint.setParameters().

5587  {
5588  INTERNALfixedpointSetParams(a0, a1, a2);
5590  if (err != Z3_error_code.Z3_OK)
5591  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5592  }
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 5560 of file Native.java.

Referenced by Fixedpoint.setPredicateRepresentation().

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

Referenced by Fixedpoint.toString().

5613  {
5614  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
5616  if (err != Z3_error_code.Z3_OK)
5617  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5618  return res;
5619  }
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:10043
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 5509 of file Native.java.

Referenced by Fixedpoint.updateRule().

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

Referenced by FPSort.getEBits().

6423  {
6424  int res = INTERNALfpaGetEbits(a0, a1);
6426  if (err != Z3_error_code.Z3_OK)
6427  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6428  return res;
6429  }
static native int INTERNALgetErrorCode(long a0)
static native 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 6566 of file Native.java.

Referenced by FPNum.getExponentBV().

6567  {
6568  long res = INTERNALfpaGetNumeralExponentBv(a0, a1, a2);
6570  if (err != Z3_error_code.Z3_OK)
6571  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6572  return res;
6573  }
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 6557 of file Native.java.

Referenced by FPNum.getExponentInt64().

6558  {
6559  boolean res = INTERNALfpaGetNumeralExponentInt64(a0, a1, a2, a3);
6561  if (err != Z3_error_code.Z3_OK)
6562  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6563  return res;
6564  }
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 6548 of file Native.java.

Referenced by FPNum.getExponent().

6549  {
6550  String res = INTERNALfpaGetNumeralExponentString(a0, a1, a2);
6552  if (err != Z3_error_code.Z3_OK)
6553  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6554  return res;
6555  }
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:10043
static final Z3_error_code fromInt(int v)

◆ fpaGetNumeralSign()

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

Definition at line 6521 of file Native.java.

Referenced by FPNum.getSign().

6522  {
6523  boolean res = INTERNALfpaGetNumeralSign(a0, a1, a2);
6525  if (err != Z3_error_code.Z3_OK)
6526  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6527  return res;
6528  }
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 6503 of file Native.java.

Referenced by FPNum.getSignBV().

6504  {
6505  long res = INTERNALfpaGetNumeralSignBv(a0, a1);
6507  if (err != Z3_error_code.Z3_OK)
6508  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6509  return res;
6510  }
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 6512 of file Native.java.

Referenced by FPNum.getSignificandBV().

6513  {
6514  long res = INTERNALfpaGetNumeralSignificandBv(a0, a1);
6516  if (err != Z3_error_code.Z3_OK)
6517  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6518  return res;
6519  }
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 6530 of file Native.java.

Referenced by FPNum.getSignificand().

6531  {
6534  if (err != Z3_error_code.Z3_OK)
6535  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6536  return res;
6537  }
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:10043
static final Z3_error_code fromInt(int v)

◆ fpaGetNumeralSignificandUint64()

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

Definition at line 6539 of file Native.java.

Referenced by FPNum.getSignificandUInt64().

6540  {
6541  boolean res = INTERNALfpaGetNumeralSignificandUint64(a0, a1, a2);
6543  if (err != Z3_error_code.Z3_OK)
6544  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6545  return res;
6546  }
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 6431 of file Native.java.

Referenced by FPSort.getSBits().

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

Referenced by FPNum.isInf().

6450  {
6451  boolean res = INTERNALfpaIsNumeralInf(a0, a1);
6453  if (err != Z3_error_code.Z3_OK)
6454  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6455  return res;
6456  }
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 6440 of file Native.java.

Referenced by FPNum.isNaN().

6441  {
6442  boolean res = INTERNALfpaIsNumeralNan(a0, a1);
6444  if (err != Z3_error_code.Z3_OK)
6445  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6446  return res;
6447  }
static native int INTERNALgetErrorCode(long a0)
static native 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 6494 of file Native.java.

Referenced by FPNum.isNegative().

6495  {
6496  boolean res = INTERNALfpaIsNumeralNegative(a0, a1);
6498  if (err != Z3_error_code.Z3_OK)
6499  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6500  return res;
6501  }
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 6467 of file Native.java.

Referenced by FPNum.isNormal().

6468  {
6469  boolean res = INTERNALfpaIsNumeralNormal(a0, a1);
6471  if (err != Z3_error_code.Z3_OK)
6472  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6473  return res;
6474  }
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 6485 of file Native.java.

Referenced by FPNum.isPositive().

6486  {
6487  boolean res = INTERNALfpaIsNumeralPositive(a0, a1);
6489  if (err != Z3_error_code.Z3_OK)
6490  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6491  return res;
6492  }
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 6476 of file Native.java.

Referenced by FPNum.isSubnormal().

6477  {
6478  boolean res = INTERNALfpaIsNumeralSubnormal(a0, a1);
6480  if (err != Z3_error_code.Z3_OK)
6481  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6482  return res;
6483  }
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 6458 of file Native.java.

Referenced by FPNum.isZero().

6459  {
6460  boolean res = INTERNALfpaIsNumeralZero(a0, a1);
6462  if (err != Z3_error_code.Z3_OK)
6463  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6464  return res;
6465  }
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 2842 of file Native.java.

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

Referenced by FuncDecl.toString().

3817  {
3818  String res = INTERNALfuncDeclToString(a0, a1);
3820  if (err != Z3_error_code.Z3_OK)
3821  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3822  return res;
3823  }
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:10043
static final Z3_error_code fromInt(int v)

◆ funcEntryDecRef()

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

Definition at line 3725 of file Native.java.

3726  {
3727  INTERNALfuncEntryDecRef(a0, a1);
3729  if (err != Z3_error_code.Z3_OK)
3730  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3731  }
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 3751 of file Native.java.

3752  {
3753  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
3755  if (err != Z3_error_code.Z3_OK)
3756  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3757  return res;
3758  }
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 3742 of file Native.java.

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

3734  {
3735  long res = INTERNALfuncEntryGetValue(a0, a1);
3737  if (err != Z3_error_code.Z3_OK)
3738  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3739  return res;
3740  }
static native long 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 3717 of file Native.java.

3718  {
3719  INTERNALfuncEntryIncRef(a0, a1);
3721  if (err != Z3_error_code.Z3_OK)
3722  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3723  }
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 3709 of file Native.java.

3710  {
3711  INTERNALfuncInterpAddEntry(a0, a1, a2, a3);
3713  if (err != Z3_error_code.Z3_OK)
3714  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3715  }
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 3657 of file Native.java.

3658  {
3659  INTERNALfuncInterpDecRef(a0, a1);
3661  if (err != Z3_error_code.Z3_OK)
3662  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3663  }
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 3700 of file Native.java.

Referenced by FuncInterp.getArity().

3701  {
3702  int res = INTERNALfuncInterpGetArity(a0, a1);
3704  if (err != Z3_error_code.Z3_OK)
3705  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3706  return res;
3707  }
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 3683 of file Native.java.

Referenced by FuncInterp.getElse().

3684  {
3685  long res = INTERNALfuncInterpGetElse(a0, a1);
3687  if (err != Z3_error_code.Z3_OK)
3688  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3689  return res;
3690  }
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 3674 of file Native.java.

Referenced by FuncInterp.getEntries().

3675  {
3676  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
3678  if (err != Z3_error_code.Z3_OK)
3679  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3680  return res;
3681  }
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 3665 of file Native.java.

Referenced by FuncInterp.getNumEntries().

3666  {
3667  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
3669  if (err != Z3_error_code.Z3_OK)
3670  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3671  return res;
3672  }
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 3649 of file Native.java.

3650  {
3651  INTERNALfuncInterpIncRef(a0, a1);
3653  if (err != Z3_error_code.Z3_OK)
3654  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3655  }
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 3692 of file Native.java.

3693  {
3694  INTERNALfuncInterpSetElse(a0, a1, a2);
3696  if (err != Z3_error_code.Z3_OK)
3697  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3698  }
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 3247 of file Native.java.

Referenced by AlgebraicNum.toLower().

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

Referenced by AlgebraicNum.toUpper().

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

Referenced by Expr.getArgs().

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

Referenced by Expr.getFuncDecl().

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

Referenced by Expr.getNumArgs().

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

Referenced by FuncDecl.getArity().

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

Referenced by ArraySort.getDomain().

2690  {
2691  long res = INTERNALgetArraySortDomain(a0, a1);
2693  if (err != Z3_error_code.Z3_OK)
2694  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2695  return res;
2696  }
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 2698 of file Native.java.

Referenced by ArraySort.getRange().

2699  {
2700  long res = INTERNALgetArraySortRange(a0, a1);
2702  if (err != Z3_error_code.Z3_OK)
2703  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2704  return res;
2705  }
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 3623 of file Native.java.

Referenced by Model.getFuncInterp().

3624  {
3625  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
3627  if (err != Z3_error_code.Z3_OK)
3628  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3629  return res;
3630  }
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 3058 of file Native.java.

Referenced by AST.hashCode().

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

Referenced by AST.getId().

3050  {
3051  int res = INTERNALgetAstId(a0, a1);
3053  if (err != Z3_error_code.Z3_OK)
3054  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3055  return res;
3056  }
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 3094 of file Native.java.

Referenced by AST.getASTKind().

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

Referenced by Expr.getBoolValue().

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

Referenced by BitVecSort.getSize().

2672  {
2673  int res = INTERNALgetBvSortSize(a0, a1);
2675  if (err != Z3_error_code.Z3_OK)
2676  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2677  return res;
2678  }
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 2743 of file Native.java.

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

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

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

2762  {
2763  long res = INTERNALgetDatatypeSortConstructorAccessor(a0, a1, a2, a3);
2765  if (err != Z3_error_code.Z3_OK)
2766  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2767  return res;
2768  }
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 2734 of file Native.java.

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

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

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

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

Referenced by FuncDecl.getParameters().

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

Referenced by FuncDecl.getParameters().

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

Referenced by FuncDecl.getParameters().

2987  {
2988  long res = INTERNALgetDeclFuncDeclParameter(a0, a1, a2);
2990  if (err != Z3_error_code.Z3_OK)
2991  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2992  return res;
2993  }
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 2941 of file Native.java.

Referenced by FuncDecl.getParameters().

2942  {
2943  int res = INTERNALgetDeclIntParameter(a0, a1, a2);
2945  if (err != Z3_error_code.Z3_OK)
2946  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2947  return res;
2948  }
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 2878 of file Native.java.

Referenced by FuncDecl.getDeclKind().

2879  {
2880  int res = INTERNALgetDeclKind(a0, a1);
2882  if (err != Z3_error_code.Z3_OK)
2883  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2884  return res;
2885  }
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 2869 of file Native.java.

Referenced by FuncDecl.getName().

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

Referenced by FuncDecl.getNumParameters().

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

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

Referenced by FuncDecl.getParameters().

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

◆ getDeclSortParameter()

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

Definition at line 2968 of file Native.java.

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

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

Referenced by RatNum.getDenominator().

3185  {
3186  long res = INTERNALgetDenominator(a0, a1);
3188  if (err != Z3_error_code.Z3_OK)
3189  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3190  return res;
3191  }
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 2905 of file Native.java.

Referenced by FuncDecl.getDomain().

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

Referenced by FuncDecl.getDomainSize().

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

3871  {
3872  int res = INTERNALgetErrorCode(a0);
3873  return res;
3874  }
static native int INTERNALgetErrorCode(long a0)

◆ getErrorMsg()

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

Definition at line 3884 of file Native.java.

3885  {
3886  String res = INTERNALgetErrorMsg(a0, a1);
3888  if (err != Z3_error_code.Z3_OK)
3889  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3890  return res;
3891  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10043
static final Z3_error_code fromInt(int v)

◆ getEstimatedAllocSize()

static long getEstimatedAllocSize ( )
inlinestatic

Definition at line 4854 of file Native.java.

4855  {
4856  long res = INTERNALgetEstimatedAllocSize();
4857  return res;
4858  }
static native long INTERNALgetEstimatedAllocSize()

◆ getFiniteDomainSortSize()

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

Definition at line 2680 of file Native.java.

Referenced by FiniteDomainSort.getSize().

2681  {
2682  boolean res = INTERNALgetFiniteDomainSortSize(a0, a1, a2);
2684  if (err != Z3_error_code.Z3_OK)
2685  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2686  return res;
2687  }
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 3898 of file Native.java.

Referenced by Version.getFullVersion().

3899  {
3901  return res;
3902  }
static native String INTERNALgetFullVersion()
def String(name, ctx=None)
Definition: z3py.py:10043

◆ getFuncDeclId()

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

Definition at line 2860 of file Native.java.

Referenced by FuncDecl.getId().

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

4686  {
4687  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4689  if (err != Z3_error_code.Z3_OK)
4690  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4691  return res;
4692  }
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 3292 of file Native.java.

Referenced by Expr.getIndex().

3293  {
3294  int res = INTERNALgetIndexValue(a0, a1);
3296  if (err != Z3_error_code.Z3_OK)
3297  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3298  return res;
3299  }
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)

◆ getLstring()

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

Definition at line 2185 of file Native.java.

2186  {
2187  String res = INTERNALgetLstring(a0, a1, a2);
2189  if (err != Z3_error_code.Z3_OK)
2190  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2191  return res;
2192  }
static native String INTERNALgetLstring(long a0, long a1, IntPtr a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10043
static final Z3_error_code fromInt(int v)

◆ getNumeralDecimalString()

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

Definition at line 3157 of file Native.java.

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

3158  {
3159  String res = INTERNALgetNumeralDecimalString(a0, a1, a2);
3161  if (err != Z3_error_code.Z3_OK)
3162  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3163  return res;
3164  }
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:10043
static final Z3_error_code fromInt(int v)

◆ getNumeralDouble()

static double getNumeralDouble ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3166 of file Native.java.

3167  {
3168  double res = INTERNALgetNumeralDouble(a0, a1);
3170  if (err != Z3_error_code.Z3_OK)
3171  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3172  return res;
3173  }
static native double INTERNALgetNumeralDouble(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getNumeralInt()

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

Definition at line 3202 of file Native.java.

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

3203  {
3204  boolean res = INTERNALgetNumeralInt(a0, a1, a2);
3206  if (err != Z3_error_code.Z3_OK)
3207  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3208  return res;
3209  }
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 3229 of file Native.java.

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

3230  {
3231  boolean res = INTERNALgetNumeralInt64(a0, a1, a2);
3233  if (err != Z3_error_code.Z3_OK)
3234  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3235  return res;
3236  }
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 3238 of file Native.java.

3239  {
3240  boolean res = INTERNALgetNumeralRationalInt64(a0, a1, a2, a3);
3242  if (err != Z3_error_code.Z3_OK)
3243  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3244  return res;
3245  }
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 3193 of file Native.java.

3194  {
3195  boolean res = INTERNALgetNumeralSmall(a0, a1, a2, a3);
3197  if (err != Z3_error_code.Z3_OK)
3198  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3199  return res;
3200  }
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 3148 of file Native.java.

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

3149  {
3150  String res = INTERNALgetNumeralString(a0, a1);
3152  if (err != Z3_error_code.Z3_OK)
3153  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3154  return res;
3155  }
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:10043
static final Z3_error_code fromInt(int v)

◆ getNumeralUint()

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

Definition at line 3211 of file Native.java.

3212  {
3213  boolean res = INTERNALgetNumeralUint(a0, a1, a2);
3215  if (err != Z3_error_code.Z3_OK)
3216  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3217  return res;
3218  }
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 3220 of file Native.java.

3221  {
3222  boolean res = INTERNALgetNumeralUint64(a0, a1, a2);
3224  if (err != Z3_error_code.Z3_OK)
3225  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3226  return res;
3227  }
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 3175 of file Native.java.

Referenced by RatNum.getNumerator().

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

Referenced by Context.getNumProbes().

4340  {
4341  int res = INTERNALgetNumProbes(a0);
4343  if (err != Z3_error_code.Z3_OK)
4344  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4345  return res;
4346  }
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 4321 of file Native.java.

Referenced by Context.getNumTactics().

4322  {
4323  int res = INTERNALgetNumTactics(a0);
4325  if (err != Z3_error_code.Z3_OK)
4326  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4327  return res;
4328  }
static native int INTERNALgetNumTactics(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getPattern()

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

Definition at line 3283 of file Native.java.

Referenced by Pattern.getTerms().

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

Referenced by Pattern.getNumTerms().

3275  {
3276  int res = INTERNALgetPatternNumTerms(a0, a1);
3278  if (err != Z3_error_code.Z3_OK)
3279  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3280  return res;
3281  }
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 4348 of file Native.java.

Referenced by Context.getProbeNames().

4349  {
4350  String res = INTERNALgetProbeName(a0, a1);
4352  if (err != Z3_error_code.Z3_OK)
4353  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4354  return res;
4355  }
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:10043
static final Z3_error_code fromInt(int v)

◆ getQuantifierBody()

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

Definition at line 3400 of file Native.java.

Referenced by Lambda.getBody(), and Quantifier.getBody().

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

Referenced by Lambda.getBoundVariableNames(), and Quantifier.getBoundVariableNames().

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

Referenced by Lambda.getBoundVariableSorts(), and Quantifier.getBoundVariableSorts().

3392  {
3393  long res = INTERNALgetQuantifierBoundSort(a0, a1, a2);
3395  if (err != Z3_error_code.Z3_OK)
3396  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3397  return res;
3398  }
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 3364 of file Native.java.

Referenced by Quantifier.getNoPatterns().

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

Referenced by Lambda.getNumBound(), and Quantifier.getNumBound().

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

Referenced by Quantifier.getNumNoPatterns().

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

Referenced by Quantifier.getNumPatterns().

3338  {
3339  int res = INTERNALgetQuantifierNumPatterns(a0, a1);
3341  if (err != Z3_error_code.Z3_OK)
3342  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3343  return res;
3344  }
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 3346 of file Native.java.

Referenced by Quantifier.getPatterns().

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

Referenced by Quantifier.getWeight().

3329  {
3330  int res = INTERNALgetQuantifierWeight(a0, a1);
3332  if (err != Z3_error_code.Z3_OK)
3333  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3334  return res;
3335  }
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 2914 of file Native.java.

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

2915  {
2916  long res = INTERNALgetRange(a0, a1);
2918  if (err != Z3_error_code.Z3_OK)
2919  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2920  return res;
2921  }
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 2779 of file Native.java.

Referenced by RelationSort.getArity().

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

Referenced by RelationSort.getColumnSorts().

2789  {
2790  long res = INTERNALgetRelationColumn(a0, a1, a2);
2792  if (err != Z3_error_code.Z3_OK)
2793  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2794  return res;
2795  }
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)

◆ getReSortBasis()

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

Definition at line 2122 of file Native.java.

2123  {
2124  long res = INTERNALgetReSortBasis(a0, a1);
2126  if (err != Z3_error_code.Z3_OK)
2127  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2128  return res;
2129  }
static native long INTERNALgetReSortBasis(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getSeqSortBasis()

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

Definition at line 2095 of file Native.java.

2096  {
2097  long res = INTERNALgetSeqSortBasis(a0, a1);
2099  if (err != Z3_error_code.Z3_OK)
2100  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2101  return res;
2102  }
static native long INTERNALgetSeqSortBasis(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getSort()

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

Definition at line 3067 of file Native.java.

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

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

Referenced by Sort.getId().

2636  {
2637  int res = INTERNALgetSortId(a0, a1);
2639  if (err != Z3_error_code.Z3_OK)
2640  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2641  return res;
2642  }
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 2662 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().

2663  {
2664  int res = INTERNALgetSortKind(a0, a1);
2666  if (err != Z3_error_code.Z3_OK)
2667  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2668  return res;
2669  }
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 2626 of file Native.java.

Referenced by Sort.getName().

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

Referenced by Expr.getString().

2177  {
2178  String res = INTERNALgetString(a0, a1);
2180  if (err != Z3_error_code.Z3_OK)
2181  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2182  return res;
2183  }
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:10043
static final Z3_error_code fromInt(int v)

◆ getSymbolInt()

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

Definition at line 2608 of file Native.java.

Referenced by IntSymbol.getInt().

2609  {
2610  int res = INTERNALgetSymbolInt(a0, a1);
2612  if (err != Z3_error_code.Z3_OK)
2613  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2614  return res;
2615  }
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 2599 of file Native.java.

Referenced by Symbol.getKind().

2600  {
2601  int res = INTERNALgetSymbolKind(a0, a1);
2603  if (err != Z3_error_code.Z3_OK)
2604  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2605  return res;
2606  }
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 2617 of file Native.java.

Referenced by StringSymbol.getString().

2618  {
2619  String res = INTERNALgetSymbolString(a0, a1);
2621  if (err != Z3_error_code.Z3_OK)
2622  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2623  return res;
2624  }
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:10043
static final Z3_error_code fromInt(int v)

◆ getTacticName()

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

Definition at line 4330 of file Native.java.

Referenced by Context.getTacticNames().

4331  {
4332  String res = INTERNALgetTacticName(a0, a1);
4334  if (err != Z3_error_code.Z3_OK)
4335  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4336  return res;
4337  }
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:10043
static final Z3_error_code fromInt(int v)

◆ getTupleSortFieldDecl()

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

Definition at line 2725 of file Native.java.

Referenced by TupleSort.getFieldDecls().

2726  {
2727  long res = INTERNALgetTupleSortFieldDecl(a0, a1, a2);
2729  if (err != Z3_error_code.Z3_OK)
2730  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2731  return res;
2732  }
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 2707 of file Native.java.

Referenced by TupleSort.mkDecl().

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

Referenced by TupleSort.getNumFields().

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

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

3894  {
3895  INTERNALgetVersion(a0, a1, a2, a3);
3896  }
static native void INTERNALgetVersion(IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)

◆ globalParamGet()

static boolean globalParamGet ( String  a0,
StringPtr  a1 
)
inlinestatic

Definition at line 711 of file Native.java.

Referenced by Global.getParameter().

712  {
713  boolean res = INTERNALglobalParamGet(a0, a1);
714  return res;
715  }
static native boolean INTERNALglobalParamGet(String a0, StringPtr a1)

◆ globalParamResetAll()

static void globalParamResetAll ( )
inlinestatic

Definition at line 706 of file Native.java.

Referenced by Global.resetParameters().

707  {
709  }
static native void INTERNALglobalParamResetAll()

◆ globalParamSet()

static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 701 of file Native.java.

Referenced by Global.setParameter().

702  {
703  INTERNALglobalParamSet(a0, a1);
704  }
static native void INTERNALglobalParamSet(String a0, String a1)

◆ goalAssert()

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

Definition at line 3958 of file Native.java.

Referenced by Goal.add().

3959  {
3960  INTERNALgoalAssert(a0, a1, a2);
3962  if (err != Z3_error_code.Z3_OK)
3963  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3964  }
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)

◆ goalConvertModel()

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

Definition at line 4046 of file Native.java.

Referenced by Goal.convertModel().

4047  {
4048  long res = INTERNALgoalConvertModel(a0, a1, a2);
4050  if (err != Z3_error_code.Z3_OK)
4051  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4052  return res;
4053  }
static native long INTERNALgoalConvertModel(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 3941 of file Native.java.

3942  {
3943  INTERNALgoalDecRef(a0, a1);
3945  if (err != Z3_error_code.Z3_OK)
3946  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3947  }
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 3975 of file Native.java.

Referenced by Goal.getDepth().

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

Referenced by Goal.getFormulas().

4002  {
4003  long res = INTERNALgoalFormula(a0, a1, a2);
4005  if (err != Z3_error_code.Z3_OK)
4006  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4007  return res;
4008  }
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 3966 of file Native.java.

Referenced by Goal.inconsistent().

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

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

Referenced by Goal.isDecidedSat().

4020  {
4021  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
4023  if (err != Z3_error_code.Z3_OK)
4024  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4025  return res;
4026  }
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 4028 of file Native.java.

Referenced by Goal.isDecidedUnsat().

4029  {
4030  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
4032  if (err != Z3_error_code.Z3_OK)
4033  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4034  return res;
4035  }
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 4010 of file Native.java.

Referenced by Goal.getNumExprs().

4011  {
4012  int res = INTERNALgoalNumExprs(a0, a1);
4014  if (err != Z3_error_code.Z3_OK)
4015  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4016  return res;
4017  }
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 3949 of file Native.java.

Referenced by Goal.getPrecision().

3950  {
3951  int res = INTERNALgoalPrecision(a0, a1);
3953  if (err != Z3_error_code.Z3_OK)
3954  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3955  return res;
3956  }
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 3984 of file Native.java.

Referenced by Goal.reset().

3985  {
3986  INTERNALgoalReset(a0, a1);
3988  if (err != Z3_error_code.Z3_OK)
3989  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3990  }
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 3992 of file Native.java.

Referenced by Goal.size().

3993  {
3994  int res = INTERNALgoalSize(a0, a1);
3996  if (err != Z3_error_code.Z3_OK)
3997  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3998  return res;
3999  }
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)

◆ goalToDimacsString()

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

Definition at line 4064 of file Native.java.

4065  {
4066  String res = INTERNALgoalToDimacsString(a0, a1);
4068  if (err != Z3_error_code.Z3_OK)
4069  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4070  return res;
4071  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgoalToDimacsString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10043
static final Z3_error_code fromInt(int v)

◆ goalToString()

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

Definition at line 4055 of file Native.java.

Referenced by Goal.toString().

4056  {
4057  String res = INTERNALgoalToString(a0, a1);
4059  if (err != Z3_error_code.Z3_OK)
4060  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4061  return res;
4062  }
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:10043
static final Z3_error_code fromInt(int v)

◆ goalTranslate()

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

Definition at line 4037 of file Native.java.

Referenced by Goal.translate().

4038  {
4039  long res = INTERNALgoalTranslate(a0, a1, a2);
4041  if (err != Z3_error_code.Z3_OK)
4042  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4043  return res;
4044  }
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 754 of file Native.java.

755  {
756  INTERNALincRef(a0, a1);
758  if (err != Z3_error_code.Z3_OK)
759  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
760  }
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().

◆ INTERNALaddRecDef()

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

Referenced by Native.addRecDef().

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

◆ 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

◆ INTERNALcloseLog()

static native void INTERNALcloseLog ( )
staticprotected

Referenced by Native.closeLog().

◆ INTERNALdatatypeUpdateField()

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

◆ INTERNALdecRef()

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

Referenced by Native.decRef().

◆ INTERNALdelConfig()

static native void INTERNALdelConfig ( long  a0)
staticprotected

Referenced by Native.delConfig().

◆ INTERNALdelConstructor()

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

Referenced by Native.delConstructor().

◆ INTERNALdelConstructorList()

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

◆ INTERNALdelContext()

static native void INTERNALdelContext ( long  a0)
staticprotected

Referenced by Native.delContext().

◆ INTERNALdisableTrace()

static native void INTERNALdisableTrace ( String  a0)
staticprotected

Referenced by Native.disableTrace().

◆ INTERNALenableTrace()

static native void INTERNALenableTrace ( String  a0)
staticprotected

Referenced by Native.enableTrace().

◆ INTERNALevalSmtlib2String()

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

◆ INTERNALfinalizeMemory()

static native void INTERNALfinalizeMemory ( )
staticprotected

Referenced by Native.finalizeMemory().

◆ INTERNALfixedpointAddCover()

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

◆ INTERNALfixedpointAddFact()

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

◆ INTERNALfixedpointAddInvariant()

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

◆ INTERNALfixedpointAddRule()

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

◆ INTERNALfixedpointAssert()

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

Referenced by Native.fixedpointAssert().

◆ INTERNALfixedpointDecRef()

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

Referenced by Native.fixedpointDecRef().

◆ INTERNALfixedpointFromFile()

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

◆ INTERNALfixedpointFromString()

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

◆ INTERNALfixedpointGetAnswer()

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

◆ INTERNALfixedpointGetAssertions()

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

◆ INTERNALfixedpointGetCoverDelta()

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

◆ INTERNALfixedpointGetGroundSatAnswer()

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

◆ INTERNALfixedpointGetHelp()

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

◆ INTERNALfixedpointGetNumLevels()

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

◆ INTERNALfixedpointGetParamDescrs()

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

◆ INTERNALfixedpointGetReachable()

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

◆ INTERNALfixedpointGetReasonUnknown()

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

◆ INTERNALfixedpointGetRuleNamesAlongTrace()

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

◆ INTERNALfixedpointGetRules()

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

◆ INTERNALfixedpointGetRulesAlongTrace()

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

◆ INTERNALfixedpointGetStatistics()

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

◆ INTERNALfixedpointIncRef()

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

Referenced by Native.fixedpointIncRef().

◆ 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.addRecDef(), 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.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.datatypeUpdateField(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.evalSmtlib2String(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddInvariant(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetGroundSatAnswer(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReachable(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRuleNamesAlongTrace(), Native.fixedpointGetRules(), Native.fixedpointGetRulesAlongTrace(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.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.getLstring(), Native.getNumeralDecimalString(), Native.getNumeralDouble(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumProbes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getReSortBasis(), Native.getSeqSortBasis(), 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.goalConvertModel(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToDimacsString(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isLambda(), Native.isNumeralAst(), Native.isQuantifierExists(), 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.mkIntSort(), Native.mkIntSymbol(), Native.mkIntToStr(), Native.mkIsInt(), Native.mkIte(), Native.mkLambda(), Native.mkLambdaConst(), Native.mkLe(), Native.mkLinearOrder(), Native.mkListSort(), Native.mkLstring(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkModel(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOptimize(), Native.mkOr(), Native.mkParams(), Native.mkPartialOrder(), Native.mkPattern(), Native.mkPbeq(), Native.mkPbge(), Native.mkPble(), Native.mkPiecewiseLinearOrder(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRecFuncDecl(), 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.mkSeqLastIndex(), Native.mkSeqLength(), Native.mkSeqNth(), Native.mkSeqPrefix(), Native.mkSeqReplace(), Native.mkSeqSort(), Native.mkSeqSuffix(), Native.mkSeqToRe(), Native.mkSeqUnit(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetHasSize(), 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.mkTransitiveClosure(), Native.mkTreeOrder(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelExtrapolate(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelHasInterp(), Native.modelIncRef(), Native.modelToString(), Native.modelTranslate(), Native.optimizeAssert(), Native.optimizeAssertAndTrack(), 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.optimizeGetUnsatCore(), 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.setAstPrintMode(), Native.setError(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverCube(), Native.solverDecRef(), Native.solverFromFile(), Native.solverFromString(), Native.solverGetAssertions(), Native.solverGetConsequences(), Native.solverGetHelp(), Native.solverGetLevels(), Native.solverGetModel(), Native.solverGetNonUnits(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetTrail(), Native.solverGetUnits(), Native.solverGetUnsatCore(), Native.solverImportModelConverter(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToDimacsString(), 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(), and Native.updateTerm().

◆ INTERNALgetErrorMsg()

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

Referenced by Native.addConstInterp(), Native.addFuncInterp(), Native.addRecDef(), 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.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.datatypeUpdateField(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.evalSmtlib2String(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddInvariant(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetGroundSatAnswer(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReachable(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRuleNamesAlongTrace(), Native.fixedpointGetRules(), Native.fixedpointGetRulesAlongTrace(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.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.getLstring(), Native.getNumeralDecimalString(), Native.getNumeralDouble(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumProbes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getReSortBasis(), Native.getSeqSortBasis(), 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.goalConvertModel(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToDimacsString(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isLambda(), Native.isNumeralAst(), Native.isQuantifierExists(), 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.mkIntSort(), Native.mkIntSymbol(), Native.mkIntToStr(), Native.mkIsInt(), Native.mkIte(), Native.mkLambda(), Native.mkLambdaConst(), Native.mkLe(), Native.mkLinearOrder(), Native.mkListSort(), Native.mkLstring(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkModel(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOptimize(), Native.mkOr(), Native.mkParams(), Native.mkPartialOrder(), Native.mkPattern(), Native.mkPbeq(), Native.mkPbge(), Native.mkPble(), Native.mkPiecewiseLinearOrder(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRecFuncDecl(), 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.mkSeqLastIndex(), Native.mkSeqLength(), Native.mkSeqNth(), Native.mkSeqPrefix(), Native.mkSeqReplace(), Native.mkSeqSort(), Native.mkSeqSuffix(), Native.mkSeqToRe(), Native.mkSeqUnit(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetHasSize(), 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.mkTransitiveClosure(), Native.mkTreeOrder(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelExtrapolate(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelHasInterp(), Native.modelIncRef(), Native.modelToString(), Native.modelTranslate(), Native.optimizeAssert(), Native.optimizeAssertAndTrack(), 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.optimizeGetUnsatCore(), 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.setAstPrintMode(), Native.setError(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverCube(), Native.solverDecRef(), Native.solverFromFile(), Native.solverFromString(), Native.solverGetAssertions(), Native.solverGetConsequences(), Native.solverGetHelp(), Native.solverGetLevels(), Native.solverGetModel(), Native.solverGetNonUnits(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetTrail(), Native.solverGetUnits(), Native.solverGetUnsatCore(), Native.solverImportModelConverter(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToDimacsString(), 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(), and Native.updateTerm().

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

◆ INTERNALgetLstring()

static native String INTERNALgetLstring ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected

Referenced by Native.getLstring().

◆ INTERNALgetNumeralDecimalString()

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

◆ INTERNALgetNumeralDouble()

static native double INTERNALgetNumeralDouble ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumeralDouble().

◆ INTERNALgetNumeralInt()

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

Referenced by Native.getNumeralInt().

◆ INTERNALgetNumeralInt64()

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

Referenced by Native.getNumeralInt64().

◆ INTERNALgetNumeralRationalInt64()

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

◆ INTERNALgetNumeralSmall()

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

Referenced by Native.getNumeralSmall().

◆ INTERNALgetNumeralString()

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

Referenced by Native.getNumeralString().

◆ INTERNALgetNumeralUint()

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

Referenced by Native.getNumeralUint().

◆ INTERNALgetNumeralUint64()

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

Referenced by Native.getNumeralUint64().

◆ INTERNALgetNumerator()

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

Referenced by Native.getNumerator().

◆ INTERNALgetNumProbes()

static native int INTERNALgetNumProbes ( long  a0)
staticprotected

Referenced by Native.getNumProbes().

◆ INTERNALgetNumTactics()

static native int INTERNALgetNumTactics ( long  a0)
staticprotected

Referenced by Native.getNumTactics().

◆ INTERNALgetPattern()

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

Referenced by Native.getPattern().

◆ INTERNALgetPatternNumTerms()

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

◆ INTERNALgetProbeName()

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

Referenced by Native.getProbeName().

◆ INTERNALgetQuantifierBody()

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

◆ INTERNALgetQuantifierBoundName()

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

◆ INTERNALgetQuantifierBoundSort()

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

◆ INTERNALgetQuantifierNoPatternAst()

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

◆ INTERNALgetQuantifierNumBound()

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

◆ INTERNALgetQuantifierNumNoPatterns()

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

◆ INTERNALgetQuantifierNumPatterns()

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

◆ INTERNALgetQuantifierPatternAst()

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

◆ INTERNALgetQuantifierWeight()

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

◆ INTERNALgetRange()

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

Referenced by Native.getRange().

◆ INTERNALgetRelationArity()

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

Referenced by Native.getRelationArity().

◆ INTERNALgetRelationColumn()

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

◆ INTERNALgetReSortBasis()

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

Referenced by Native.getReSortBasis().

◆ INTERNALgetSeqSortBasis()

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

Referenced by Native.getSeqSortBasis().

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

◆ INTERNALgoalConvertModel()

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

Referenced by Native.goalConvertModel().

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

◆ INTERNALgoalToDimacsString()

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

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

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

◆ INTERNALisLambda()

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

Referenced by Native.isLambda().

◆ INTERNALisNumeralAst()

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

Referenced by Native.isNumeralAst().

◆ INTERNALisQuantifierExists()

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

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

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

◆ INTERNALmkLambda()

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

Referenced by Native.mkLambda().

◆ INTERNALmkLambdaConst()

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

Referenced by Native.mkLambdaConst().

◆ INTERNALmkLe()

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

Referenced by Native.mkLe().

◆ INTERNALmkLinearOrder()

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

Referenced by Native.mkLinearOrder().

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

◆ INTERNALmkLstring()

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

Referenced by Native.mkLstring().

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

◆ INTERNALmkPartialOrder()

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

Referenced by Native.mkPartialOrder().

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

◆ INTERNALmkPiecewiseLinearOrder()

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

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

◆ INTERNALmkRecFuncDecl()

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

Referenced by Native.mkRecFuncDecl().

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

◆ INTERNALmkSeqLastIndex()

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

Referenced by Native.mkSeqLastIndex().

◆ INTERNALmkSeqLength()

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

Referenced by Native.mkSeqLength().

◆ INTERNALmkSeqNth()

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

Referenced by Native.mkSeqNth().

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

◆ INTERNALmkSetHasSize()

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

Referenced by Native.mkSetHasSize().

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

◆ INTERNALmkTransitiveClosure()

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

◆ INTERNALmkTreeOrder()

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

Referenced by Native.mkTreeOrder().

◆ INTERNALmkTrue()

static native long INTERNALmkTrue ( long  a0)
staticprotected

Referenced by Native.mkTrue().

◆ INTERNALmkTupleSort()

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

Referenced by Native.mkTupleSort().

◆ INTERNALmkUnaryMinus()

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

Referenced by Native.mkUnaryMinus().

◆ INTERNALmkUninterpretedSort()

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

◆ INTERNALmkUnsignedInt()

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

Referenced by Native.mkUnsignedInt().

◆ INTERNALmkUnsignedInt64()

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

Referenced by Native.mkUnsignedInt64().

◆ INTERNALmkXor()

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

Referenced by Native.mkXor().

◆ INTERNALmkZeroExt()

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

Referenced by Native.mkZeroExt().

◆ INTERNALmodelDecRef()

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

Referenced by Native.modelDecRef().

◆ INTERNALmodelEval()

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

Referenced by Native.modelEval().

◆ INTERNALmodelExtrapolate()

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

Referenced by Native.modelExtrapolate().

◆ INTERNALmodelGetConstDecl()

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

◆ INTERNALmodelGetConstInterp()

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

◆ INTERNALmodelGetFuncDecl()

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

Referenced by Native.modelGetFuncDecl().

◆ INTERNALmodelGetFuncInterp()

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

◆ INTERNALmodelGetNumConsts()

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

◆ INTERNALmodelGetNumFuncs()

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

Referenced by Native.modelGetNumFuncs().

◆ INTERNALmodelGetNumSorts()

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

Referenced by Native.modelGetNumSorts().

◆ INTERNALmodelGetSort()

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

Referenced by Native.modelGetSort().

◆ INTERNALmodelGetSortUniverse()

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

◆ INTERNALmodelHasInterp()

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

Referenced by Native.modelHasInterp().

◆ INTERNALmodelIncRef()

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

Referenced by Native.modelIncRef().

◆ INTERNALmodelToString()

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

Referenced by Native.modelToString().

◆ INTERNALmodelTranslate()

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

Referenced by Native.modelTranslate().

◆ INTERNALopenLog()

static native int INTERNALopenLog ( String  a0)
staticprotected

Referenced by Native.openLog().

◆ INTERNALoptimizeAssert()

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

Referenced by Native.optimizeAssert().

◆ INTERNALoptimizeAssertAndTrack()

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

◆ 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,
int  a2,
long []  a3 
)
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

◆ INTERNALoptimizeGetUnsatCore()

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

◆ 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

◆ INTERNALsolverCube()

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

Referenced by Native.solverCube().

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

◆ INTERNALsolverGetLevels()

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

Referenced by Native.solverGetLevels().

◆ INTERNALsolverGetModel()

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

Referenced by Native.solverGetModel().

◆ INTERNALsolverGetNonUnits()

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

◆ 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

◆ INTERNALsolverGetTrail()

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

Referenced by Native.solverGetTrail().

◆ INTERNALsolverGetUnits()

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

Referenced by Native.solverGetUnits().

◆ INTERNALsolverGetUnsatCore()

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

◆ INTERNALsolverImportModelConverter()

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

◆ INTERNALsolverToDimacsString()

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

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

◆ interrupt()

static void interrupt ( long  a0) throws Z3Exception
inlinestatic

Definition at line 778 of file Native.java.

Referenced by Context.interrupt().

779  {
780  INTERNALinterrupt(a0);
782  if (err != Z3_error_code.Z3_OK)
783  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
784  }
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 3121 of file Native.java.

Referenced by Expr.isAlgebraicNumber().

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

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

3104  {
3105  boolean res = INTERNALisApp(a0, a1);
3107  if (err != Z3_error_code.Z3_OK)
3108  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3109  return res;
3110  }
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 3614 of file Native.java.

Referenced by Model.getFuncInterp().

3615  {
3616  boolean res = INTERNALisAsArray(a0, a1);
3618  if (err != Z3_error_code.Z3_OK)
3619  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3620  return res;
3621  }
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 3040 of file Native.java.

Referenced by AST.equals().

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

Referenced by FuncDecl.equals().

2852  {
2853  boolean res = INTERNALisEqFuncDecl(a0, a1, a2);
2855  if (err != Z3_error_code.Z3_OK)
2856  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2857  return res;
2858  }
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 2653 of file Native.java.

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

2654  {
2655  boolean res = INTERNALisEqSort(a0, a1, a2);
2657  if (err != Z3_error_code.Z3_OK)
2658  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2659  return res;
2660  }
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)

◆ isLambda()

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

Definition at line 3319 of file Native.java.

3320  {
3321  boolean res = INTERNALisLambda(a0, a1);
3323  if (err != Z3_error_code.Z3_OK)
3324  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3325  return res;
3326  }
static native boolean INTERNALisLambda(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
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 3112 of file Native.java.

Referenced by Expr.isNumeral().

3113  {
3114  boolean res = INTERNALisNumeralAst(a0, a1);
3116  if (err != Z3_error_code.Z3_OK)
3117  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3118  return res;
3119  }
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)

◆ isQuantifierExists()

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

Definition at line 3310 of file Native.java.

Referenced by Quantifier.isExistential().

3311  {
3312  boolean res = INTERNALisQuantifierExists(a0, a1);
3314  if (err != Z3_error_code.Z3_OK)
3315  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3316  return res;
3317  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisQuantifierExists(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 3301 of file Native.java.

Referenced by Quantifier.isUniversal().

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

2114  {
2115  boolean res = INTERNALisReSort(a0, a1);
2117  if (err != Z3_error_code.Z3_OK)
2118  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2119  return res;
2120  }
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 2086 of file Native.java.

2087  {
2088  boolean res = INTERNALisSeqSort(a0, a1);
2090  if (err != Z3_error_code.Z3_OK)
2091  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2092  return res;
2093  }
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 2167 of file Native.java.

Referenced by Expr.isString().

2168  {
2169  boolean res = INTERNALisString(a0, a1);
2171  if (err != Z3_error_code.Z3_OK)
2172  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2173  return res;
2174  }
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 2140 of file Native.java.

2141  {
2142  boolean res = INTERNALisStringSort(a0, a1);
2144  if (err != Z3_error_code.Z3_OK)
2145  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2146  return res;
2147  }
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 3076 of file Native.java.

Referenced by Expr.isWellSorted().

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

Referenced by Context.mkAdd().

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

Referenced by Context.mkAnd().

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

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

Referenced by Context.mkTermArray().

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

Referenced by Context.mkArrayExt().

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

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

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

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

4946  {
4947  long res = INTERNALmkAstMap(a0);
4949  if (err != Z3_error_code.Z3_OK)
4950  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4951  return res;
4952  }
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 4860 of file Native.java.

4861  {
4862  long res = INTERNALmkAstVector(a0);
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 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 2806 of file Native.java.

Referenced by Context.mkAtLeast().

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

Referenced by Context.mkAtMost().

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

Referenced by Expr.isBool().

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

Referenced by Context.mkBound().

2501  {
2502  long res = INTERNALmkBound(a0, a1, a2);
2504  if (err != Z3_error_code.Z3_OK)
2505  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2506  return res;
2507  }
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 1744 of file Native.java.

Referenced by Context.mkBV2Int().

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

Referenced by Context.mkBVAdd().

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

Referenced by Context.mkBVAddNoOverflow().

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

Referenced by Context.mkBVAddNoUnderflow().

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

Referenced by Context.mkBVAND().

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

Referenced by Context.mkBVASHR().

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

Referenced by Context.mkBVLSHR().

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

Referenced by Context.mkBVMul().

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

Referenced by Context.mkBVMulNoOverflow().

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

Referenced by Context.mkBVMulNoUnderflow().

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

Referenced by Context.mkBVNAND().

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

Referenced by Context.mkBVNeg().

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

Referenced by Context.mkBVNegNoOverflow().

1799  {
1800  long res = INTERNALmkBvnegNoOverflow(a0, a1);
1802  if (err != Z3_error_code.Z3_OK)
1803  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1804  return res;
1805  }
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 1456 of file Native.java.

Referenced by Context.mkBVNOR().

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

Referenced by Context.mkBVNot().

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

2069  {
2070  long res = INTERNALmkBvNumeral(a0, a1, a2);
2072  if (err != Z3_error_code.Z3_OK)
2073  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2074  return res;
2075  }
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 1429 of file Native.java.

Referenced by Context.mkBVOR().

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

Referenced by Context.mkBVRedAND().

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

Referenced by Context.mkBVRedOR().

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

Referenced by Context.mkBVSDiv().

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

Referenced by Context.mkBVSDivNoOverflow().

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

Referenced by Context.mkBVSGE().

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

Referenced by Context.mkBVSGT().

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

Referenced by Context.mkBVSHL().

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

Referenced by Context.mkBVSLE().

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

Referenced by Context.mkBVSLT().

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

Referenced by Context.mkBVSMod().

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

Referenced by Context.mkBitVecSort().

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

Referenced by Context.mkBVSRem().

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

Referenced by Context.mkBVSub().

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

Referenced by Context.mkBVSubNoOverflow().

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

Referenced by Context.mkBVSubNoUnderflow().

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

Referenced by Context.mkBVUDiv().

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

Referenced by Context.mkBVUGE().

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

Referenced by Context.mkBVUGT().

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

Referenced by Context.mkBVULE().

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

Referenced by Context.mkBVULT().

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

Referenced by Context.mkBVURem().

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

Referenced by Context.mkBVXNOR().

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

Referenced by Context.mkBVXOR().

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

Referenced by Context.mkConcat().

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

Referenced by Context.Context().

718  {
719  long res = INTERNALmkConfig();
720  return res;
721  }
static native long INTERNALmkConfig()

◆ mkConst()

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

Definition at line 1115 of file Native.java.

Referenced by Context.mkConst().

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

Referenced by Context.mkConstArray().

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

1039  {
1040  long res = INTERNALmkConstructor(a0, a1, a2, a3, a4, a5, a6);
1042  if (err != Z3_error_code.Z3_OK)
1043  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1044  return res;
1045  }
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 1064 of file Native.java.

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

734  {
735  long res = INTERNALmkContext(a0);
736  if (res == 0)
737  throw new Z3Exception("Object allocation failed.");
738  return res;
739  }
static native long INTERNALmkContext(long a0)

◆ mkContextRc()

static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 741 of file Native.java.

Referenced by Context.Context().

742  {
743  long res = INTERNALmkContextRc(a0);
744  if (res == 0)
745  throw new Z3Exception("Object allocation failed.");
746  return res;
747  }
static native long INTERNALmkContextRc(long a0)

◆ mkDatatype()

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

Definition at line 1055 of file Native.java.

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

Referenced by Context.mkDatatypeSorts().

1082  {
1083  INTERNALmkDatatypes(a0, a1, a2, a3, a4);
1085  if (err != Z3_error_code.Z3_OK)
1086  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1087  }
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 1186 of file Native.java.

Referenced by Context.mkDistinct().

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

Referenced by Context.mkDiv().

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

Referenced by Context.mkEmptySet().

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

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

Referenced by Context.mkEq().

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

2519  {
2520  long res = INTERNALmkExists(a0, a1, a2, a3, a4, a5, a6, a7);
2522  if (err != Z3_error_code.Z3_OK)
2523  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2524  return res;
2525  }
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 2554 of file Native.java.

2555  {
2556  long res = INTERNALmkExistsConst(a0, a1, a2, a3, a4, a5, a6);
2558  if (err != Z3_error_code.Z3_OK)
2559  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2560  return res;
2561  }
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 1636 of file Native.java.

Referenced by Context.mkExtract().

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

Referenced by Context.mkBVRotateLeft().

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

Referenced by Context.mkBVRotateRight().

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

Referenced by Context.mkFalse().

1169  {
1170  long res = INTERNALmkFalse(a0);
1172  if (err != Z3_error_code.Z3_OK)
1173  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1174  return res;
1175  }
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 984 of file Native.java.

985  {
986  long res = INTERNALmkFiniteDomainSort(a0, a1, a2);
988  if (err != Z3_error_code.Z3_OK)
989  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
990  return res;
991  }
static native int INTERNALgetErrorCode(long a0)
static native long 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 5424 of file Native.java.

5425  {
5426  long res = INTERNALmkFixedpoint(a0);
5428  if (err != Z3_error_code.Z3_OK)
5429  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5430  return res;
5431  }
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 2509 of file Native.java.

2510  {
2511  long res = INTERNALmkForall(a0, a1, a2, a3, a4, a5, a6, a7);
2513  if (err != Z3_error_code.Z3_OK)
2514  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2515  return res;
2516  }
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 2545 of file Native.java.

2546  {
2547  long res = INTERNALmkForallConst(a0, a1, a2, a3, a4, a5, a6);
2549  if (err != Z3_error_code.Z3_OK)
2550  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2551  return res;
2552  }
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 6134 of file Native.java.

Referenced by Context.mkFPAbs().

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

Referenced by Context.mkFPAdd().

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

Referenced by Context.mkFPDiv().

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

Referenced by Context.mkFPEq().

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

Referenced by Context.mkFPFMA().

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

Referenced by Context.mkFP().

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

Referenced by Context.mkFPGEq().

6261  {
6262  long res = INTERNALmkFpaGeq(a0, a1, a2);
6264  if (err != Z3_error_code.Z3_OK)
6265  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6266  return res;
6267  }
static native int INTERNALgetErrorCode(long a0)
static native 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 6269 of file Native.java.

Referenced by Context.mkFPGt().

6270  {
6271  long res = INTERNALmkFpaGt(a0, a1, a2);
6273  if (err != Z3_error_code.Z3_OK)
6274  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6275  return res;
6276  }
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 6062 of file Native.java.

Referenced by Context.mkFPInf().

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

Referenced by Context.mkFPIsInfinite().

6315  {
6316  long res = INTERNALmkFpaIsInfinite(a0, a1);
6318  if (err != Z3_error_code.Z3_OK)
6319  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6320  return res;
6321  }
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 6323 of file Native.java.

Referenced by Context.mkFPIsNaN().

6324  {
6325  long res = INTERNALmkFpaIsNan(a0, a1);
6327  if (err != Z3_error_code.Z3_OK)
6328  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6329  return res;
6330  }
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 6332 of file Native.java.

Referenced by Context.mkFPIsNegative().

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

Referenced by Context.mkFPIsNormal().

6288  {
6289  long res = INTERNALmkFpaIsNormal(a0, a1);
6291  if (err != Z3_error_code.Z3_OK)
6292  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6293  return res;
6294  }
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 6341 of file Native.java.

Referenced by Context.mkFPIsPositive().

6342  {
6343  long res = INTERNALmkFpaIsPositive(a0, a1);
6345  if (err != Z3_error_code.Z3_OK)
6346  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6347  return res;
6348  }
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 6296 of file Native.java.

Referenced by Context.mkFPIsSubnormal().

6297  {
6298  long res = INTERNALmkFpaIsSubnormal(a0, a1);
6300  if (err != Z3_error_code.Z3_OK)
6301  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6302  return res;
6303  }
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 6305 of file Native.java.

Referenced by Context.mkFPIsZero().

6306  {
6307  long res = INTERNALmkFpaIsZero(a0, a1);
6309  if (err != Z3_error_code.Z3_OK)
6310  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6311  return res;
6312  }
static native int INTERNALgetErrorCode(long a0)
static native 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 6242 of file Native.java.

Referenced by Context.mkFPLEq().

6243  {
6244  long res = INTERNALmkFpaLeq(a0, a1, a2);
6246  if (err != Z3_error_code.Z3_OK)
6247  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6248  return res;
6249  }
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 6251 of file Native.java.

Referenced by Context.mkFPLt().

6252  {
6253  long res = INTERNALmkFpaLt(a0, a1, a2);
6255  if (err != Z3_error_code.Z3_OK)
6256  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6257  return res;
6258  }
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 6233 of file Native.java.

Referenced by Context.mkFPMax().

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

Referenced by Context.mkFPMin().

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

Referenced by Context.mkFPMul().

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

Referenced by Context.mkFPNaN().

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

Referenced by Context.mkFPNeg().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPNumeral().

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

Referenced by Context.mkFPRem().

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

Referenced by Context.mkFPRNA().

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

Referenced by Context.mkFPRNE().

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

Referenced by FPRMSort.FPRMSort().

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

Referenced by Context.mkFPRoundNearestTiesToAway().

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

Referenced by Context.mkFPRoundNearestTiesToEven().

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

Referenced by Context.mkFPRoundToIntegral().

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

Referenced by Context.mkFPRoundTowardNegative().

5937  {
5938  long res = INTERNALmkFpaRoundTowardNegative(a0);
5940  if (err != Z3_error_code.Z3_OK)
5941  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5942  return res;
5943  }
static native int INTERNALgetErrorCode(long a0)
static native long 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 5918 of file Native.java.

Referenced by Context.mkFPRoundTowardPositive().

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

Referenced by Context.mkFPRoundTowardZero().

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

Referenced by Context.mkFPRTN().

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

Referenced by Context.mkFPRTP().

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

Referenced by Context.mkFPRTZ().

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

Referenced by FPSort.FPSort().

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

Referenced by Context.mkFPSort128().

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

Referenced by Context.mkFPSort16().

5991  {
5992  long res = INTERNALmkFpaSort16(a0);
5994  if (err != Z3_error_code.Z3_OK)
5995  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5996  return res;
5997  }
static native int INTERNALgetErrorCode(long a0)
static native 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 6008 of file Native.java.

Referenced by Context.mkFPSort32().

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

Referenced by Context.mkFPSort64().

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

Referenced by Context.mkFPSortDouble().

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

Referenced by Context.mkFPSortHalf().

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

Referenced by Context.mkFPSortQuadruple().

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

Referenced by Context.mkFPSortSingle().

6000  {
6001  long res = INTERNALmkFpaSortSingle(a0);
6003  if (err != Z3_error_code.Z3_OK)
6004  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6005  return res;
6006  }
static native int INTERNALgetErrorCode(long a0)
static native long 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 6197 of file Native.java.

Referenced by Context.mkFPSqrt().

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

Referenced by Context.mkFPSub().

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

Referenced by Context.mkFPToFP().

6351  {
6352  long res = INTERNALmkFpaToFpBv(a0, a1, a2);
6354  if (err != Z3_error_code.Z3_OK)
6355  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6356  return res;
6357  }
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 6359 of file Native.java.

Referenced by Context.mkFPToFP().

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

Referenced by Context.mkFPToFP().

6585  {
6586  long res = INTERNALmkFpaToFpIntReal(a0, a1, a2, a3, a4);
6588  if (err != Z3_error_code.Z3_OK)
6589  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6590  return res;
6591  }
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 6368 of file Native.java.

Referenced by Context.mkFPToFP().

6369  {
6370  long res = INTERNALmkFpaToFpReal(a0, a1, a2, a3);
6372  if (err != Z3_error_code.Z3_OK)
6373  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6374  return res;
6375  }
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 6377 of file Native.java.

Referenced by Context.mkFPToFP().

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

Referenced by Context.mkFPToFP().

6387  {
6388  long res = INTERNALmkFpaToFpUnsigned(a0, a1, a2, a3);
6390  if (err != Z3_error_code.Z3_OK)
6391  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6392  return res;
6393  }
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 6575 of file Native.java.

Referenced by Context.mkFPToIEEEBV().

6576  {
6577  long res = INTERNALmkFpaToIeeeBv(a0, a1);
6579  if (err != Z3_error_code.Z3_OK)
6580  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6581  return res;
6582  }
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 6413 of file Native.java.

Referenced by Context.mkFPToReal().

6414  {
6415  long res = INTERNALmkFpaToReal(a0, a1);
6417  if (err != Z3_error_code.Z3_OK)
6418  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6419  return res;
6420  }
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 6404 of file Native.java.

Referenced by Context.mkFPToBV().

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

Referenced by Context.mkFPToBV().

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

Referenced by Context.mkFPZero().

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

Referenced by Context.mkFreshConst().

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

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

Referenced by Context.mkFullSet().

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

1098  {
1099  long res = INTERNALmkFuncDecl(a0, a1, a2, a3, a4);
1101  if (err != Z3_error_code.Z3_OK)
1102  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1103  return res;
1104  }
static native int INTERNALgetErrorCode(long a0)
static native long 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 1357 of file Native.java.

Referenced by Context.mkGe().

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

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

Referenced by Context.mkGt().

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

Referenced by Context.mkIff().

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

Referenced by Context.mkImplies().

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

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

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

Referenced by Context.mkInt2BV().

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

Referenced by Context.mkInt2Real().

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

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

2051  {
2052  long res = INTERNALmkInt64(a0, a1, a2);
2054  if (err != Z3_error_code.Z3_OK)
2055  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2056  return res;
2057  }
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)

◆ mkIntSort()

static long mkIntSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 957 of file Native.java.

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

922  {
923  long res = INTERNALmkIntSymbol(a0, a1);
925  if (err != Z3_error_code.Z3_OK)
926  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
927  return res;
928  }
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 2320 of file Native.java.

Referenced by Context.intToString().

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

Referenced by Context.mkIsInteger().

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

Referenced by Context.mkITE().

1205  {
1206  long res = INTERNALmkIte(a0, a1, a2, a3);
1208  if (err != Z3_error_code.Z3_OK)
1209  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1210  return res;
1211  }
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)

◆ mkLambda()

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

Definition at line 2581 of file Native.java.

Referenced by Lambda.of().

2582  {
2583  long res = INTERNALmkLambda(a0, a1, a2, a3, a4);
2585  if (err != Z3_error_code.Z3_OK)
2586  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2587  return res;
2588  }
static native long INTERNALmkLambda(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)

◆ mkLambdaConst()

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

Definition at line 2590 of file Native.java.

Referenced by Lambda.of().

2591  {
2592  long res = INTERNALmkLambdaConst(a0, a1, a2, a3);
2594  if (err != Z3_error_code.Z3_OK)
2595  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2596  return res;
2597  }
static native long INTERNALmkLambdaConst(long a0, int 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 1339 of file Native.java.

Referenced by Context.mkLe().

1340  {
1341  long res = INTERNALmkLe(a0, a1, a2);
1343  if (err != Z3_error_code.Z3_OK)
1344  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1345  return res;
1346  }
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)

◆ mkLinearOrder()

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

Definition at line 2446 of file Native.java.

2447  {
2448  long res = INTERNALmkLinearOrder(a0, a1, a2);
2450  if (err != Z3_error_code.Z3_OK)
2451  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2452  return res;
2453  }
static native long INTERNALmkLinearOrder(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)

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

1030  {
1031  long res = INTERNALmkListSort(a0, a1, a2, a3, a4, a5, a6, a7, a8);
1033  if (err != Z3_error_code.Z3_OK)
1034  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1035  return res;
1036  }
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)

◆ mkLstring()

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

Definition at line 2158 of file Native.java.

2159  {
2160  long res = INTERNALmkLstring(a0, a1, a2);
2162  if (err != Z3_error_code.Z3_OK)
2163  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2164  return res;
2165  }
static native long INTERNALmkLstring(long a0, int 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)

◆ mkLt()

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

Definition at line 1330 of file Native.java.

Referenced by Context.mkLt().

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

Referenced by Context.mkMap().

1871  {
1872  long res = INTERNALmkMap(a0, a1, a2, a3);
1874  if (err != Z3_error_code.Z3_OK)
1875  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1876  return res;
1877  }
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 1303 of file Native.java.

Referenced by Context.mkMod().

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

3482  {
3483  long res = INTERNALmkModel(a0);
3485  if (err != Z3_error_code.Z3_OK)
3486  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3487  return res;
3488  }
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 1267 of file Native.java.

Referenced by Context.mkMul().

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

Referenced by Context.mkNot().

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

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

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

5640  {
5641  long res = INTERNALmkOptimize(a0);
5643  if (err != Z3_error_code.Z3_OK)
5644  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5645  return res;
5646  }
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 1249 of file Native.java.

Referenced by Context.mkOr().

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

787  {
788  long res = INTERNALmkParams(a0);
790  if (err != Z3_error_code.Z3_OK)
791  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
792  return res;
793  }
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)

◆ mkPartialOrder()

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

Definition at line 2455 of file Native.java.

2456  {
2457  long res = INTERNALmkPartialOrder(a0, a1, a2);
2459  if (err != Z3_error_code.Z3_OK)
2460  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2461  return res;
2462  }
static native long INTERNALmkPartialOrder(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)

◆ mkPattern()

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

Definition at line 2491 of file Native.java.

Referenced by Context.mkPattern().

2492  {
2493  long res = INTERNALmkPattern(a0, a1, a2);
2495  if (err != Z3_error_code.Z3_OK)
2496  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2497  return res;
2498  }
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 2833 of file Native.java.

Referenced by Context.mkPBEq().

2834  {
2835  long res = INTERNALmkPbeq(a0, a1, a2, a3, a4);
2837  if (err != Z3_error_code.Z3_OK)
2838  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2839  return res;
2840  }
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 2824 of file Native.java.

Referenced by Context.mkPBGe().

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

Referenced by Context.mkPBLe().

2816  {
2817  long res = INTERNALmkPble(a0, a1, a2, a3, a4);
2819  if (err != Z3_error_code.Z3_OK)
2820  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2821  return res;
2822  }
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)

◆ mkPiecewiseLinearOrder()

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

Definition at line 2464 of file Native.java.

2465  {
2466  long res = INTERNALmkPiecewiseLinearOrder(a0, a1, a2);
2468  if (err != Z3_error_code.Z3_OK)
2469  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2470  return res;
2471  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkPiecewiseLinearOrder(long a0, long a1, int a2)
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 1321 of file Native.java.

Referenced by Context.mkPower().

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

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

Referenced by Quantifier.of().

2528  {
2529  long res = INTERNALmkQuantifier(a0, a1, a2, a3, a4, a5, a6, a7, a8);
2531  if (err != Z3_error_code.Z3_OK)
2532  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2533  return res;
2534  }
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 2563 of file Native.java.

Referenced by Quantifier.of().

2564  {
2565  long res = INTERNALmkQuantifierConst(a0, a1, a2, a3, a4, a5, a6, a7);
2567  if (err != Z3_error_code.Z3_OK)
2568  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2569  return res;
2570  }
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 2572 of file Native.java.

Referenced by Quantifier.of().

2573  {
2574  long res = INTERNALmkQuantifierConstEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
2576  if (err != Z3_error_code.Z3_OK)
2577  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2578  return res;
2579  }
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 2536 of file Native.java.

Referenced by Quantifier.of().

2537  {
2538  long res = INTERNALmkQuantifierEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
2540  if (err != Z3_error_code.Z3_OK)
2541  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2542  return res;
2543  }
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 2023 of file Native.java.

Referenced by Context.mkReal().

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

Referenced by Context.mkReal2Int().

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

967  {
968  long res = INTERNALmkRealSort(a0);
970  if (err != Z3_error_code.Z3_OK)
971  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
972  return res;
973  }
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)

◆ mkRecFuncDecl()

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

Definition at line 1142 of file Native.java.

1143  {
1144  long res = INTERNALmkRecFuncDecl(a0, a1, a2, a3, a4);
1146  if (err != Z3_error_code.Z3_OK)
1147  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1148  return res;
1149  }
static native long INTERNALmkRecFuncDecl(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)

◆ mkReComplement()

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

Definition at line 2419 of file Native.java.

Referenced by Context.mkComplement().

2420  {
2421  long res = INTERNALmkReComplement(a0, a1);
2423  if (err != Z3_error_code.Z3_OK)
2424  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2425  return res;
2426  }
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 2383 of file Native.java.

Referenced by Context.mkConcat().

2384  {
2385  long res = INTERNALmkReConcat(a0, a1, a2);
2387  if (err != Z3_error_code.Z3_OK)
2388  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2389  return res;
2390  }
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 2428 of file Native.java.

Referenced by Context.mkEmptyRe().

2429  {
2430  long res = INTERNALmkReEmpty(a0, a1);
2432  if (err != Z3_error_code.Z3_OK)
2433  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2434  return res;
2435  }
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 2437 of file Native.java.

Referenced by Context.mkFullRe().

2438  {
2439  long res = INTERNALmkReFull(a0, a1);
2441  if (err != Z3_error_code.Z3_OK)
2442  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2443  return res;
2444  }
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 2410 of file Native.java.

Referenced by Context.mkIntersect().

2411  {
2412  long res = INTERNALmkReIntersect(a0, a1, a2);
2414  if (err != Z3_error_code.Z3_OK)
2415  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2416  return res;
2417  }
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 2401 of file Native.java.

Referenced by Context.mkLoop().

2402  {
2403  long res = INTERNALmkReLoop(a0, a1, a2, a3);
2405  if (err != Z3_error_code.Z3_OK)
2406  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2407  return res;
2408  }
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 1312 of file Native.java.

Referenced by Context.mkRem().

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

Referenced by Context.mkOption().

2366  {
2367  long res = INTERNALmkReOption(a0, a1);
2369  if (err != Z3_error_code.Z3_OK)
2370  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2371  return res;
2372  }
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 1663 of file Native.java.

Referenced by Context.mkRepeat().

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

Referenced by Context.mkPlus().

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

Referenced by Context.mkRange().

2393  {
2394  long res = INTERNALmkReRange(a0, a1, a2);
2396  if (err != Z3_error_code.Z3_OK)
2397  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2398  return res;
2399  }
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 2104 of file Native.java.

Referenced by Context.mkReSort().

2105  {
2106  long res = INTERNALmkReSort(a0, a1);
2108  if (err != Z3_error_code.Z3_OK)
2109  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2110  return res;
2111  }
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 2356 of file Native.java.

Referenced by Context.mkStar().

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

Referenced by Context.mkUnion().

2375  {
2376  long res = INTERNALmkReUnion(a0, a1, a2);
2378  if (err != Z3_error_code.Z3_OK)
2379  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2380  return res;
2381  }
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 1699 of file Native.java.

Referenced by Context.mkBVRotateLeft().

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

Referenced by Context.mkBVRotateRight().

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

Referenced by Context.mkSelect().

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

Referenced by Context.mkSelect().

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

Referenced by Context.mkAt().

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

Referenced by Context.mkConcat().

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

Referenced by Context.mkContains().

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

Referenced by Context.mkEmptySeq().

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

Referenced by Context.mkExtract().

2249  {
2250  long res = INTERNALmkSeqExtract(a0, a1, a2, a3);
2252  if (err != Z3_error_code.Z3_OK)
2253  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2254  return res;
2255  }
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 2293 of file Native.java.

Referenced by Context.mkIndexOf().

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

Referenced by Context.mkInRe().

2339  {
2340  long res = INTERNALmkSeqInRe(a0, a1, a2);
2342  if (err != Z3_error_code.Z3_OK)
2343  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2344  return res;
2345  }
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)

◆ mkSeqLastIndex()

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

Definition at line 2302 of file Native.java.

2303  {
2304  long res = INTERNALmkSeqLastIndex(a0, a1, a2);
2306  if (err != Z3_error_code.Z3_OK)
2307  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2308  return res;
2309  }
static native long INTERNALmkSeqLastIndex(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 2284 of file Native.java.

Referenced by Context.mkLength().

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

◆ mkSeqNth()

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

Definition at line 2275 of file Native.java.

2276  {
2277  long res = INTERNALmkSeqNth(a0, a1, a2);
2279  if (err != Z3_error_code.Z3_OK)
2280  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2281  return res;
2282  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqNth(long a0, long a1, long a2)
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 2221 of file Native.java.

Referenced by Context.mkPrefixOf().

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

Referenced by Context.mkReplace().

2258  {
2259  long res = INTERNALmkSeqReplace(a0, a1, a2, a3);
2261  if (err != Z3_error_code.Z3_OK)
2262  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2263  return res;
2264  }
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 2077 of file Native.java.

Referenced by Context.mkSeqSort().

2078  {
2079  long res = INTERNALmkSeqSort(a0, a1);
2081  if (err != Z3_error_code.Z3_OK)
2082  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2083  return res;
2084  }
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 2230 of file Native.java.

Referenced by Context.mkSuffixOf().

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

Referenced by Context.mkToRe().

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

Referenced by Context.mkUnit().

2204  {
2205  long res = INTERNALmkSeqUnit(a0, a1);
2207  if (err != Z3_error_code.Z3_OK)
2208  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2209  return res;
2210  }
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 1933 of file Native.java.

Referenced by Context.mkSetAdd().

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

Referenced by Context.mkSetComplement().

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

Referenced by Context.mkSetDel().

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

Referenced by Context.mkSetDifference().

1970  {
1971  long res = INTERNALmkSetDifference(a0, a1, a2);
1973  if (err != Z3_error_code.Z3_OK)
1974  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1975  return res;
1976  }
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)

◆ mkSetHasSize()

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

Definition at line 1897 of file Native.java.

1898  {
1899  long res = INTERNALmkSetHasSize(a0, a1, a2);
1901  if (err != Z3_error_code.Z3_OK)
1902  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1903  return res;
1904  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetHasSize(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 1960 of file Native.java.

Referenced by Context.mkSetIntersection().

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

Referenced by Context.mkSetMembership().

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

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

Referenced by Context.mkSetSubset().

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

Referenced by Context.mkSetUnion().

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

Referenced by Context.mkSignExt().

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

Referenced by Context.mkSimpleSolver().

4473  {
4474  long res = INTERNALmkSimpleSolver(a0);
4476  if (err != Z3_error_code.Z3_OK)
4477  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4478  return res;
4479  }
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 4463 of file Native.java.

Referenced by Context.mkSolver().

4464  {
4465  long res = INTERNALmkSolver(a0);
4467  if (err != Z3_error_code.Z3_OK)
4468  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4469  return res;
4470  }
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 4481 of file Native.java.

Referenced by Context.mkSolver().

4482  {
4483  long res = INTERNALmkSolverForLogic(a0, a1);
4485  if (err != Z3_error_code.Z3_OK)
4486  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4487  return res;
4488  }
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 4490 of file Native.java.

Referenced by Context.mkSolver().

4491  {
4492  long res = INTERNALmkSolverFromTactic(a0, a1);
4494  if (err != Z3_error_code.Z3_OK)
4495  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4496  return res;
4497  }
static native long 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 1843 of file Native.java.

Referenced by Context.mkStore().

1844  {
1845  long res = INTERNALmkStore(a0, a1, a2, a3);
1847  if (err != Z3_error_code.Z3_OK)
1848  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1849  return res;
1850  }
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 1852 of file Native.java.

Referenced by Context.mkStore().

1853  {
1854  long res = INTERNALmkStoreN(a0, a1, a2, a3, a4);
1856  if (err != Z3_error_code.Z3_OK)
1857  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1858  return res;
1859  }
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 2149 of file Native.java.

Referenced by Context.mkString().

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

Referenced by Context.mkStringSort().

2132  {
2133  long res = INTERNALmkStringSort(a0);
2135  if (err != Z3_error_code.Z3_OK)
2136  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2137  return res;
2138  }
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 930 of file Native.java.

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

Referenced by Context.stringToInt().

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

Referenced by Context.mkSub().

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

4074  {
4075  long res = INTERNALmkTactic(a0, a1);
4077  if (err != Z3_error_code.Z3_OK)
4078  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4079  return res;
4080  }
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)

◆ mkTransitiveClosure()

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

Definition at line 2482 of file Native.java.

2483  {
2484  long res = INTERNALmkTransitiveClosure(a0, a1);
2486  if (err != Z3_error_code.Z3_OK)
2487  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2488  return res;
2489  }
static native long INTERNALmkTransitiveClosure(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkTreeOrder()

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

Definition at line 2473 of file Native.java.

2474  {
2475  long res = INTERNALmkTreeOrder(a0, a1, a2);
2477  if (err != Z3_error_code.Z3_OK)
2478  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2479  return res;
2480  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkTreeOrder(long a0, long a1, int a2)
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 1159 of file Native.java.

Referenced by Context.mkTrue().

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

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

Referenced by Context.mkUnaryMinus().

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

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

2042  {
2043  long res = INTERNALmkUnsignedInt(a0, a1, a2);
2045  if (err != Z3_error_code.Z3_OK)
2046  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2047  return res;
2048  }
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 2059 of file Native.java.

2060  {
2061  long res = INTERNALmkUnsignedInt64(a0, a1, a2);
2063  if (err != Z3_error_code.Z3_OK)
2064  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2065  return res;
2066  }
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 1231 of file Native.java.

Referenced by Context.mkXor().

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

Referenced by Context.mkZeroExt().

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

3499  {
3500  INTERNALmodelDecRef(a0, a1);
3502  if (err != Z3_error_code.Z3_OK)
3503  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3504  }
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 3506 of file Native.java.

Referenced by Model.eval().

3507  {
3508  boolean res = INTERNALmodelEval(a0, a1, a2, a3, a4);
3510  if (err != Z3_error_code.Z3_OK)
3511  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3512  return res;
3513  }
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 6664 of file Native.java.

6665  {
6666  long res = INTERNALmodelExtrapolate(a0, a1, a2);
6668  if (err != Z3_error_code.Z3_OK)
6669  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6670  return res;
6671  }
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 3551 of file Native.java.

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

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

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

3516  {
3517  long res = INTERNALmodelGetConstInterp(a0, a1, a2);
3519  if (err != Z3_error_code.Z3_OK)
3520  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3521  return res;
3522  }
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 3569 of file Native.java.

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

3570  {
3571  long res = INTERNALmodelGetFuncDecl(a0, a1, a2);
3573  if (err != Z3_error_code.Z3_OK)
3574  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3575  return res;
3576  }
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 3533 of file Native.java.

Referenced by Model.getFuncInterp().

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

Referenced by Model.getNumConsts().

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

Referenced by Model.getNumFuncs().

3561  {
3562  int res = INTERNALmodelGetNumFuncs(a0, a1);
3564  if (err != Z3_error_code.Z3_OK)
3565  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3566  return res;
3567  }
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 3578 of file Native.java.

Referenced by Model.getNumSorts().

3579  {
3580  int res = INTERNALmodelGetNumSorts(a0, a1);
3582  if (err != Z3_error_code.Z3_OK)
3583  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3584  return res;
3585  }
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 3587 of file Native.java.

Referenced by Model.getSorts().

3588  {
3589  long res = INTERNALmodelGetSort(a0, a1, a2);
3591  if (err != Z3_error_code.Z3_OK)
3592  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3593  return res;
3594  }
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 3596 of file Native.java.

Referenced by Model.getSortUniverse().

3597  {
3598  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
3600  if (err != Z3_error_code.Z3_OK)
3601  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3602  return res;
3603  }
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 3524 of file Native.java.

3525  {
3526  boolean res = INTERNALmodelHasInterp(a0, a1, a2);
3528  if (err != Z3_error_code.Z3_OK)
3529  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3530  return res;
3531  }
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 3490 of file Native.java.

3491  {
3492  INTERNALmodelIncRef(a0, a1);
3494  if (err != Z3_error_code.Z3_OK)
3495  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3496  }
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 3825 of file Native.java.

Referenced by Model.toString().

3826  {
3827  String res = INTERNALmodelToString(a0, a1);
3829  if (err != Z3_error_code.Z3_OK)
3830  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3831  return res;
3832  }
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:10043
static final Z3_error_code fromInt(int v)

◆ modelTranslate()

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

Definition at line 3605 of file Native.java.

3606  {
3607  long res = INTERNALmodelTranslate(a0, a1, a2);
3609  if (err != Z3_error_code.Z3_OK)
3610  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3611  return res;
3612  }
static native long INTERNALmodelTranslate(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ openLog()

static int openLog ( String  a0)
inlinestatic

Definition at line 3760 of file Native.java.

Referenced by Log.open().

3761  {
3762  int res = INTERNALopenLog(a0);
3763  return res;
3764  }
static native int INTERNALopenLog(String a0)

◆ optimizeAssert()

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

Definition at line 5664 of file Native.java.

Referenced by Optimize.Assert().

5665  {
5666  INTERNALoptimizeAssert(a0, a1, a2);
5668  if (err != Z3_error_code.Z3_OK)
5669  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5670  }
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)

◆ optimizeAssertAndTrack()

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

Definition at line 5672 of file Native.java.

5673  {
5674  INTERNALoptimizeAssertAndTrack(a0, a1, a2, a3);
5676  if (err != Z3_error_code.Z3_OK)
5677  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5678  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALoptimizeAssertAndTrack(long a0, long a1, long a2, long a3)
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 5680 of file Native.java.

Referenced by Optimize.AssertSoft().

5681  {
5682  int res = INTERNALoptimizeAssertSoft(a0, a1, a2, a3, a4);
5684  if (err != Z3_error_code.Z3_OK)
5685  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5686  return res;
5687  }
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,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 5723 of file Native.java.

Referenced by Optimize.Check().

5724  {
5725  int res = INTERNALoptimizeCheck(a0, a1, a2, a3);
5727  if (err != Z3_error_code.Z3_OK)
5728  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5729  return res;
5730  }
static native int INTERNALoptimizeCheck(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)

◆ optimizeDecRef()

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

Definition at line 5656 of file Native.java.

5657  {
5658  INTERNALoptimizeDecRef(a0, a1);
5660  if (err != Z3_error_code.Z3_OK)
5661  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5662  }
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 5829 of file Native.java.

Referenced by Optimize.fromFile().

5830  {
5831  INTERNALoptimizeFromFile(a0, a1, a2);
5833  if (err != Z3_error_code.Z3_OK)
5834  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5835  }
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 5821 of file Native.java.

Referenced by Optimize.fromString().

5822  {
5823  INTERNALoptimizeFromString(a0, a1, a2);
5825  if (err != Z3_error_code.Z3_OK)
5826  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5827  }
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 5855 of file Native.java.

Referenced by Optimize.getAssertions().

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

Referenced by Optimize.getHelp().

5838  {
5839  String res = INTERNALoptimizeGetHelp(a0, a1);
5841  if (err != Z3_error_code.Z3_OK)
5842  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5843  return res;
5844  }
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:10043
static final Z3_error_code fromInt(int v)

◆ optimizeGetLower()

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

Definition at line 5776 of file Native.java.

5777  {
5778  long res = INTERNALoptimizeGetLower(a0, a1, a2);
5780  if (err != Z3_error_code.Z3_OK)
5781  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5782  return res;
5783  }
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 5794 of file Native.java.

5795  {
5796  long res = INTERNALoptimizeGetLowerAsVector(a0, a1, a2);
5798  if (err != Z3_error_code.Z3_OK)
5799  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5800  return res;
5801  }
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 5741 of file Native.java.

Referenced by Optimize.getModel().

5742  {
5743  long res = INTERNALoptimizeGetModel(a0, a1);
5745  if (err != Z3_error_code.Z3_OK)
5746  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5747  return res;
5748  }
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 5864 of file Native.java.

Referenced by Optimize.getObjectives().

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

Referenced by Optimize.getParameterDescriptions().

5768  {
5769  long res = INTERNALoptimizeGetParamDescrs(a0, a1);
5771  if (err != Z3_error_code.Z3_OK)
5772  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5773  return res;
5774  }
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 5732 of file Native.java.

Referenced by Optimize.getReasonUnknown().

5733  {
5736  if (err != Z3_error_code.Z3_OK)
5737  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5738  return res;
5739  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALoptimizeGetReasonUnknown(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10043
static final Z3_error_code fromInt(int v)

◆ optimizeGetStatistics()

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

Definition at line 5846 of file Native.java.

Referenced by Optimize.getStatistics().

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

◆ optimizeGetUnsatCore()

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

Definition at line 5750 of file Native.java.

Referenced by Optimize.getUnsatCore().

5751  {
5752  long res = INTERNALoptimizeGetUnsatCore(a0, a1);
5754  if (err != Z3_error_code.Z3_OK)
5755  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5756  return res;
5757  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetUnsatCore(long a0, long a1)
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 5785 of file Native.java.

5786  {
5787  long res = INTERNALoptimizeGetUpper(a0, a1, a2);
5789  if (err != Z3_error_code.Z3_OK)
5790  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5791  return res;
5792  }
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 5803 of file Native.java.

5804  {
5805  long res = INTERNALoptimizeGetUpperAsVector(a0, a1, a2);
5807  if (err != Z3_error_code.Z3_OK)
5808  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5809  return res;
5810  }
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 5648 of file Native.java.

5649  {
5650  INTERNALoptimizeIncRef(a0, a1);
5652  if (err != Z3_error_code.Z3_OK)
5653  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5654  }
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 5689 of file Native.java.

Referenced by Optimize.MkMaximize().

5690  {
5691  int res = INTERNALoptimizeMaximize(a0, a1, a2);
5693  if (err != Z3_error_code.Z3_OK)
5694  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5695  return res;
5696  }
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 5698 of file Native.java.

Referenced by Optimize.MkMinimize().

5699  {
5700  int res = INTERNALoptimizeMinimize(a0, a1, a2);
5702  if (err != Z3_error_code.Z3_OK)
5703  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5704  return res;
5705  }
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 5715 of file Native.java.

Referenced by Optimize.Pop().

5716  {
5717  INTERNALoptimizePop(a0, a1);
5719  if (err != Z3_error_code.Z3_OK)
5720  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5721  }
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 5707 of file Native.java.

Referenced by Optimize.Push().

5708  {
5709  INTERNALoptimizePush(a0, a1);
5711  if (err != Z3_error_code.Z3_OK)
5712  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5713  }
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 5759 of file Native.java.

Referenced by Optimize.setParameters().

5760  {
5761  INTERNALoptimizeSetParams(a0, a1, a2);
5763  if (err != Z3_error_code.Z3_OK)
5764  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5765  }
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 5812 of file Native.java.

Referenced by Optimize.toString().

5813  {
5814  String res = INTERNALoptimizeToString(a0, a1);
5816  if (err != Z3_error_code.Z3_OK)
5817  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5818  return res;
5819  }
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:10043
static final Z3_error_code fromInt(int v)

◆ paramDescrsDecRef()

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

Definition at line 868 of file Native.java.

869  {
872  if (err != Z3_error_code.Z3_OK)
873  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
874  }
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 903 of file Native.java.

Referenced by ParamDescrs.getDocumentation().

904  {
907  if (err != Z3_error_code.Z3_OK)
908  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
909  return res;
910  }
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:10043
static final Z3_error_code fromInt(int v)

◆ paramDescrsGetKind()

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

Definition at line 876 of file Native.java.

Referenced by ParamDescrs.getKind().

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

Referenced by ParamDescrs.getNames().

895  {
896  long res = INTERNALparamDescrsGetName(a0, a1, a2);
898  if (err != Z3_error_code.Z3_OK)
899  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
900  return res;
901  }
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 860 of file Native.java.

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

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

886  {
887  int res = INTERNALparamDescrsSize(a0, a1);
889  if (err != Z3_error_code.Z3_OK)
890  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
891  return res;
892  }
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 912 of file Native.java.

Referenced by ParamDescrs.toString().

913  {
914  String res = INTERNALparamDescrsToString(a0, a1);
916  if (err != Z3_error_code.Z3_OK)
917  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
918  return res;
919  }
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:10043
static final Z3_error_code fromInt(int v)

◆ paramsDecRef()

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

Definition at line 803 of file Native.java.

804  {
805  INTERNALparamsDecRef(a0, a1);
807  if (err != Z3_error_code.Z3_OK)
808  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
809  }
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 795 of file Native.java.

796  {
797  INTERNALparamsIncRef(a0, a1);
799  if (err != Z3_error_code.Z3_OK)
800  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
801  }
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 811 of file Native.java.

Referenced by Params.add().

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

Referenced by Params.add().

828  {
829  INTERNALparamsSetDouble(a0, a1, a2, a3);
831  if (err != Z3_error_code.Z3_OK)
832  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
833  }
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 835 of file Native.java.

Referenced by Params.add().

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

Referenced by Params.add().

820  {
821  INTERNALparamsSetUint(a0, a1, a2, a3);
823  if (err != Z3_error_code.Z3_OK)
824  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
825  }
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 843 of file Native.java.

Referenced by Params.toString().

844  {
845  String res = INTERNALparamsToString(a0, a1);
847  if (err != Z3_error_code.Z3_OK)
848  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
849  return res;
850  }
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:10043
static final Z3_error_code fromInt(int v)

◆ paramsValidate()

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

Definition at line 852 of file Native.java.

Referenced by ParamDescrs.validate().

853  {
854  INTERNALparamsValidate(a0, a1, a2);
856  if (err != Z3_error_code.Z3_OK)
857  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
858  }
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 3852 of file Native.java.

Referenced by Context.parseSMTLIB2File().

3853  {
3854  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3856  if (err != Z3_error_code.Z3_OK)
3857  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3858  return res;
3859  }
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 3843 of file Native.java.

Referenced by Context.parseSMTLIB2String().

3844  {
3845  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3847  if (err != Z3_error_code.Z3_OK)
3848  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3849  return res;
3850  }
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 3265 of file Native.java.

3266  {
3267  long res = INTERNALpatternToAst(a0, a1);
3269  if (err != Z3_error_code.Z3_OK)
3270  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3271  return res;
3272  }
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 3798 of file Native.java.

Referenced by Pattern.toString().

3799  {
3800  String res = INTERNALpatternToString(a0, a1);
3802  if (err != Z3_error_code.Z3_OK)
3803  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3804  return res;
3805  }
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:10043
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 5210 of file Native.java.

5211  {
5212  long res = INTERNALpolynomialSubresultants(a0, a1, a2, a3);
5214  if (err != Z3_error_code.Z3_OK)
5215  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5216  return res;
5217  }
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 4294 of file Native.java.

Referenced by Context.and().

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

Referenced by Probe.apply().

4394  {
4395  double res = INTERNALprobeApply(a0, a1, a2);
4397  if (err != Z3_error_code.Z3_OK)
4398  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4399  return res;
4400  }
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 4240 of file Native.java.

Referenced by Context.constProbe().

4241  {
4242  long res = INTERNALprobeConst(a0, a1);
4244  if (err != Z3_error_code.Z3_OK)
4245  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4246  return res;
4247  }
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 4115 of file Native.java.

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

Referenced by Context.eq().

4286  {
4287  long res = INTERNALprobeEq(a0, a1, a2);
4289  if (err != Z3_error_code.Z3_OK)
4290  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4291  return res;
4292  }
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 4276 of file Native.java.

Referenced by Context.ge().

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

Referenced by Context.getProbeDescription().

4385  {
4386  String res = INTERNALprobeGetDescr(a0, a1);
4388  if (err != Z3_error_code.Z3_OK)
4389  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4390  return res;
4391  }
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:10043
static final Z3_error_code fromInt(int v)

◆ probeGt()

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

Definition at line 4258 of file Native.java.

Referenced by Context.gt().

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

4108  {
4109  INTERNALprobeIncRef(a0, a1);
4111  if (err != Z3_error_code.Z3_OK)
4112  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4113  }
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 4267 of file Native.java.

Referenced by Context.le().

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

Referenced by Context.lt().

4250  {
4251  long res = INTERNALprobeLt(a0, a1, a2);
4253  if (err != Z3_error_code.Z3_OK)
4254  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4255  return res;
4256  }
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 4312 of file Native.java.

Referenced by Context.not().

4313  {
4314  long res = INTERNALprobeNot(a0, a1);
4316  if (err != Z3_error_code.Z3_OK)
4317  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4318  return res;
4319  }
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 4303 of file Native.java.

Referenced by Context.or().

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

6674  {
6675  long res = INTERNALqeLite(a0, a1, a2);
6677  if (err != Z3_error_code.Z3_OK)
6678  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6679  return res;
6680  }
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 6646 of file Native.java.

6647  {
6648  long res = INTERNALqeModelProject(a0, a1, a2, a3, a4);
6650  if (err != Z3_error_code.Z3_OK)
6651  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6652  return res;
6653  }
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 6655 of file Native.java.

6656  {
6657  long res = INTERNALqeModelProjectSkolem(a0, a1, a2, a3, a4, a5);
6659  if (err != Z3_error_code.Z3_OK)
6660  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6661  return res;
6662  }
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 1089 of file Native.java.

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

1090  {
1091  INTERNALqueryConstructor(a0, a1, a2, a3, a4, a5);
1093  if (err != Z3_error_code.Z3_OK)
1094  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1095  }
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 5281 of file Native.java.

5282  {
5283  long res = INTERNALrcfAdd(a0, a1, a2);
5285  if (err != Z3_error_code.Z3_OK)
5286  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5287  return res;
5288  }
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 5219 of file Native.java.

5220  {
5221  INTERNALrcfDel(a0, a1);
5223  if (err != Z3_error_code.Z3_OK)
5224  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5225  }
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 5308 of file Native.java.

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

5381  {
5382  boolean res = INTERNALrcfEq(a0, a1, a2);
5384  if (err != Z3_error_code.Z3_OK)
5385  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5386  return res;
5387  }
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 5371 of file Native.java.

5372  {
5373  boolean res = INTERNALrcfGe(a0, a1, a2);
5375  if (err != Z3_error_code.Z3_OK)
5376  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5377  return res;
5378  }
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 5416 of file Native.java.

5417  {
5418  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5420  if (err != Z3_error_code.Z3_OK)
5421  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5422  }
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 5353 of file Native.java.

5354  {
5355  boolean res = INTERNALrcfGt(a0, a1, a2);
5357  if (err != Z3_error_code.Z3_OK)
5358  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5359  return res;
5360  }
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 5326 of file Native.java.

5327  {
5328  long res = INTERNALrcfInv(a0, a1);
5330  if (err != Z3_error_code.Z3_OK)
5331  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5332  return res;
5333  }
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 5362 of file Native.java.

5363  {
5364  boolean res = INTERNALrcfLe(a0, a1, a2);
5366  if (err != Z3_error_code.Z3_OK)
5367  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5368  return res;
5369  }
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 5344 of file Native.java.

5345  {
5346  boolean res = INTERNALrcfLt(a0, a1, a2);
5348  if (err != Z3_error_code.Z3_OK)
5349  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5350  return res;
5351  }
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 5254 of file Native.java.

5255  {
5256  long res = INTERNALrcfMkE(a0);
5258  if (err != Z3_error_code.Z3_OK)
5259  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5260  return res;
5261  }
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 5263 of file Native.java.

5264  {
5265  long res = INTERNALrcfMkInfinitesimal(a0);
5267  if (err != Z3_error_code.Z3_OK)
5268  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5269  return res;
5270  }
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 5245 of file Native.java.

5246  {
5247  long res = INTERNALrcfMkPi(a0);
5249  if (err != Z3_error_code.Z3_OK)
5250  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5251  return res;
5252  }
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 5227 of file Native.java.

5228  {
5229  long res = INTERNALrcfMkRational(a0, a1);
5231  if (err != Z3_error_code.Z3_OK)
5232  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5233  return res;
5234  }
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 5272 of file Native.java.

5273  {
5274  int res = INTERNALrcfMkRoots(a0, a1, a2, a3);
5276  if (err != Z3_error_code.Z3_OK)
5277  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5278  return res;
5279  }
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 5236 of file Native.java.

5237  {
5238  long res = INTERNALrcfMkSmallInt(a0, a1);
5240  if (err != Z3_error_code.Z3_OK)
5241  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5242  return res;
5243  }
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 5299 of file Native.java.

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

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

5390  {
5391  boolean res = INTERNALrcfNeq(a0, a1, a2);
5393  if (err != Z3_error_code.Z3_OK)
5394  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5395  return res;
5396  }
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 5407 of file Native.java.

5408  {
5409  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5411  if (err != Z3_error_code.Z3_OK)
5412  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5413  return res;
5414  }
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:10043
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 5398 of file Native.java.

5399  {
5400  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
5402  if (err != Z3_error_code.Z3_OK)
5403  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5404  return res;
5405  }
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:10043
static final Z3_error_code fromInt(int v)

◆ rcfPower()

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

Definition at line 5335 of file Native.java.

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

5291  {
5292  long res = INTERNALrcfSub(a0, a1, a2);
5294  if (err != Z3_error_code.Z3_OK)
5295  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5296  return res;
5297  }
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)

◆ resetMemory()

static void resetMemory ( )
inlinestatic

Definition at line 3914 of file Native.java.

3915  {
3917  }
static native void INTERNALresetMemory()

◆ setAstPrintMode()

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

Definition at line 3781 of file Native.java.

Referenced by Context.setPrintMode().

3782  {
3783  INTERNALsetAstPrintMode(a0, a1);
3785  if (err != Z3_error_code.Z3_OK)
3786  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3787  }
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 3876 of file Native.java.

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

Referenced by Context.Context().

729  {
730  INTERNALsetParamValue(a0, a1, a2);
731  }
static native void INTERNALsetParamValue(long a0, String a1, String a2)

◆ simplify()

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

Definition at line 3409 of file Native.java.

Referenced by Expr.simplify().

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

Referenced by Expr.simplify().

3419  {
3420  long res = INTERNALsimplifyEx(a0, a1, a2);
3422  if (err != Z3_error_code.Z3_OK)
3423  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3424  return res;
3425  }
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 3427 of file Native.java.

Referenced by Context.SimplifyHelp().

3428  {
3429  String res = INTERNALsimplifyGetHelp(a0);
3431  if (err != Z3_error_code.Z3_OK)
3432  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3433  return res;
3434  }
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:10043
static final Z3_error_code fromInt(int v)

◆ simplifyGetParamDescrs()

static long simplifyGetParamDescrs ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3436 of file Native.java.

Referenced by Context.getSimplifyParameterDescriptions().

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

Referenced by Solver.add().

4592  {
4593  INTERNALsolverAssert(a0, a1, a2);
4595  if (err != Z3_error_code.Z3_OK)
4596  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4597  }
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 4599 of file Native.java.

Referenced by Solver.assertAndTrack().

4600  {
4601  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4603  if (err != Z3_error_code.Z3_OK)
4604  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4605  }
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 4667 of file Native.java.

Referenced by Solver.check().

4668  {
4669  int res = INTERNALsolverCheck(a0, a1);
4671  if (err != Z3_error_code.Z3_OK)
4672  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4673  return res;
4674  }
static native int 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 4676 of file Native.java.

Referenced by Solver.check().

4677  {
4678  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
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 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)

◆ solverCube()

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

Definition at line 4703 of file Native.java.

4704  {
4705  long res = INTERNALsolverCube(a0, a1, a2, a3);
4707  if (err != Z3_error_code.Z3_OK)
4708  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4709  return res;
4710  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsolverCube(long a0, long a1, long a2, int 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 4550 of file Native.java.

4551  {
4552  INTERNALsolverDecRef(a0, a1);
4554  if (err != Z3_error_code.Z3_OK)
4555  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4556  }
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 4607 of file Native.java.

Referenced by Solver.fromFile().

4608  {
4609  INTERNALsolverFromFile(a0, a1, a2);
4611  if (err != Z3_error_code.Z3_OK)
4612  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4613  }
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 4615 of file Native.java.

Referenced by Solver.fromString().

4616  {
4617  INTERNALsolverFromString(a0, a1, a2);
4619  if (err != Z3_error_code.Z3_OK)
4620  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4621  }
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 4623 of file Native.java.

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

4624  {
4625  long res = INTERNALsolverGetAssertions(a0, a1);
4627  if (err != Z3_error_code.Z3_OK)
4628  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4629  return res;
4630  }
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 4694 of file Native.java.

4695  {
4696  int res = INTERNALsolverGetConsequences(a0, a1, a2, a3, a4);
4698  if (err != Z3_error_code.Z3_OK)
4699  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4700  return res;
4701  }
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 4516 of file Native.java.

Referenced by Solver.getHelp().

4517  {
4518  String res = INTERNALsolverGetHelp(a0, a1);
4520  if (err != Z3_error_code.Z3_OK)
4521  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4522  return res;
4523  }
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:10043
static final Z3_error_code fromInt(int v)

◆ solverGetLevels()

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

Definition at line 4659 of file Native.java.

4660  {
4661  INTERNALsolverGetLevels(a0, a1, a2, a3, a4);
4663  if (err != Z3_error_code.Z3_OK)
4664  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4665  }
static native void INTERNALsolverGetLevels(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)

◆ solverGetModel()

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

Definition at line 4712 of file Native.java.

Referenced by Solver.getModel().

4713  {
4714  long res = INTERNALsolverGetModel(a0, a1);
4716  if (err != Z3_error_code.Z3_OK)
4717  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4718  return res;
4719  }
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)

◆ solverGetNonUnits()

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

Definition at line 4650 of file Native.java.

4651  {
4652  long res = INTERNALsolverGetNonUnits(a0, a1);
4654  if (err != Z3_error_code.Z3_OK)
4655  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4656  return res;
4657  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsolverGetNonUnits(long a0, long a1)
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 4582 of file Native.java.

Referenced by Solver.getNumScopes().

4583  {
4584  int res = INTERNALsolverGetNumScopes(a0, a1);
4586  if (err != Z3_error_code.Z3_OK)
4587  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4588  return res;
4589  }
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 4525 of file Native.java.

Referenced by Solver.getParameterDescriptions().

4526  {
4527  long res = INTERNALsolverGetParamDescrs(a0, a1);
4529  if (err != Z3_error_code.Z3_OK)
4530  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4531  return res;
4532  }
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 4721 of file Native.java.

Referenced by Solver.getProof().

4722  {
4723  long res = INTERNALsolverGetProof(a0, a1);
4725  if (err != Z3_error_code.Z3_OK)
4726  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4727  return res;
4728  }
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 4739 of file Native.java.

Referenced by Solver.getReasonUnknown().

4740  {
4741  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4743  if (err != Z3_error_code.Z3_OK)
4744  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4745  return res;
4746  }
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:10043
static final Z3_error_code fromInt(int v)

◆ solverGetStatistics()

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

Definition at line 4748 of file Native.java.

Referenced by Solver.getStatistics().

4749  {
4750  long res = INTERNALsolverGetStatistics(a0, a1);
4752  if (err != Z3_error_code.Z3_OK)
4753  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4754  return res;
4755  }
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)

◆ solverGetTrail()

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

Definition at line 4641 of file Native.java.

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

◆ solverGetUnits()

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

Definition at line 4632 of file Native.java.

4633  {
4634  long res = INTERNALsolverGetUnits(a0, a1);
4636  if (err != Z3_error_code.Z3_OK)
4637  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4638  return res;
4639  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsolverGetUnits(long a0, long a1)
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 4730 of file Native.java.

Referenced by Solver.getUnsatCore().

4731  {
4732  long res = INTERNALsolverGetUnsatCore(a0, a1);
4734  if (err != Z3_error_code.Z3_OK)
4735  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4736  return res;
4737  }
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)

◆ solverImportModelConverter()

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

Definition at line 4508 of file Native.java.

4509  {
4512  if (err != Z3_error_code.Z3_OK)
4513  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4514  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverImportModelConverter(long a0, long a1, long a2)
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 4542 of file Native.java.

4543  {
4544  INTERNALsolverIncRef(a0, a1);
4546  if (err != Z3_error_code.Z3_OK)
4547  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4548  }
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 4566 of file Native.java.

Referenced by Solver.pop().

4567  {
4568  INTERNALsolverPop(a0, a1, a2);
4570  if (err != Z3_error_code.Z3_OK)
4571  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4572  }
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 4558 of file Native.java.

Referenced by Solver.push().

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

Referenced by Solver.reset().

4575  {
4576  INTERNALsolverReset(a0, a1);
4578  if (err != Z3_error_code.Z3_OK)
4579  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4580  }
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 4534 of file Native.java.

Referenced by Solver.setParameters().

4535  {
4536  INTERNALsolverSetParams(a0, a1, a2);
4538  if (err != Z3_error_code.Z3_OK)
4539  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4540  }
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)

◆ solverToDimacsString()

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

Definition at line 4766 of file Native.java.

4767  {
4768  String res = INTERNALsolverToDimacsString(a0, a1);
4770  if (err != Z3_error_code.Z3_OK)
4771  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4772  return res;
4773  }
static native String INTERNALsolverToDimacsString(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:10043
static final Z3_error_code fromInt(int v)

◆ solverToString()

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

Definition at line 4757 of file Native.java.

Referenced by Solver.toString().

4758  {
4759  String res = INTERNALsolverToString(a0, a1);
4761  if (err != Z3_error_code.Z3_OK)
4762  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4763  return res;
4764  }
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:10043
static final Z3_error_code fromInt(int v)

◆ solverTranslate()

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

Definition at line 4499 of file Native.java.

Referenced by Solver.translate().

4500  {
4501  long res = INTERNALsolverTranslate(a0, a1, a2);
4503  if (err != Z3_error_code.Z3_OK)
4504  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4505  return res;
4506  }
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 2644 of file Native.java.

2645  {
2646  long res = INTERNALsortToAst(a0, a1);
2648  if (err != Z3_error_code.Z3_OK)
2649  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2650  return res;
2651  }
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 3807 of file Native.java.

Referenced by Sort.toString().

3808  {
3809  String res = INTERNALsortToString(a0, a1);
3811  if (err != Z3_error_code.Z3_OK)
3812  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3813  return res;
3814  }
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:10043
static final Z3_error_code fromInt(int v)

◆ statsDecRef()

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

Definition at line 4792 of file Native.java.

4793  {
4794  INTERNALstatsDecRef(a0, a1);
4796  if (err != Z3_error_code.Z3_OK)
4797  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4798  }
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 4845 of file Native.java.

Referenced by Statistics.getEntries().

4846  {
4847  double res = INTERNALstatsGetDoubleValue(a0, a1, a2);
4849  if (err != Z3_error_code.Z3_OK)
4850  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4851  return res;
4852  }
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 4809 of file Native.java.

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

4810  {
4811  String res = INTERNALstatsGetKey(a0, a1, a2);
4813  if (err != Z3_error_code.Z3_OK)
4814  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4815  return res;
4816  }
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:10043
static final Z3_error_code fromInt(int v)

◆ statsGetUintValue()

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

Definition at line 4836 of file Native.java.

Referenced by Statistics.getEntries().

4837  {
4838  int res = INTERNALstatsGetUintValue(a0, a1, a2);
4840  if (err != Z3_error_code.Z3_OK)
4841  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4842  return res;
4843  }
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 4784 of file Native.java.

4785  {
4786  INTERNALstatsIncRef(a0, a1);
4788  if (err != Z3_error_code.Z3_OK)
4789  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4790  }
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 4827 of file Native.java.

Referenced by Statistics.getEntries().

4828  {
4829  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4831  if (err != Z3_error_code.Z3_OK)
4832  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4833  return res;
4834  }
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 4818 of file Native.java.

Referenced by Statistics.getEntries().

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

Referenced by Statistics.size().

4801  {
4802  int res = INTERNALstatsSize(a0, a1);
4804  if (err != Z3_error_code.Z3_OK)
4805  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4806  return res;
4807  }
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 4775 of file Native.java.

Referenced by Statistics.toString().

4776  {
4777  String res = INTERNALstatsToString(a0, a1);
4779  if (err != Z3_error_code.Z3_OK)
4780  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4781  return res;
4782  }
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:10043
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 3454 of file Native.java.

Referenced by Expr.substitute().

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

Referenced by Expr.substituteVars().

3464  {
3465  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
3467  if (err != Z3_error_code.Z3_OK)
3468  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3469  return res;
3470  }
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 4123 of file Native.java.

Referenced by Context.andThen().

4124  {
4125  long res = INTERNALtacticAndThen(a0, a1, a2);
4127  if (err != Z3_error_code.Z3_OK)
4128  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4129  return res;
4130  }
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 4402 of file Native.java.

Referenced by Tactic.apply().

4403  {
4404  long res = INTERNALtacticApply(a0, a1, a2);
4406  if (err != Z3_error_code.Z3_OK)
4407  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4408  return res;
4409  }
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 4411 of file Native.java.

Referenced by Tactic.apply().

4412  {
4413  long res = INTERNALtacticApplyEx(a0, a1, a2, a3);
4415  if (err != Z3_error_code.Z3_OK)
4416  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4417  return res;
4418  }
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 4177 of file Native.java.

Referenced by Context.cond().

4178  {
4179  long res = INTERNALtacticCond(a0, a1, a2, a3);
4181  if (err != Z3_error_code.Z3_OK)
4182  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4183  return res;
4184  }
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 4090 of file Native.java.

4091  {
4092  INTERNALtacticDecRef(a0, a1);
4094  if (err != Z3_error_code.Z3_OK)
4095  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4096  }
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 4204 of file Native.java.

Referenced by Context.fail().

4205  {
4206  long res = INTERNALtacticFail(a0);
4208  if (err != Z3_error_code.Z3_OK)
4209  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4210  return res;
4211  }
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 4213 of file Native.java.

Referenced by Context.failIf().

4214  {
4215  long res = INTERNALtacticFailIf(a0, a1);
4217  if (err != Z3_error_code.Z3_OK)
4218  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4219  return res;
4220  }
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 4222 of file Native.java.

Referenced by Context.failIfNotDecided().

4223  {
4224  long res = INTERNALtacticFailIfNotDecided(a0);
4226  if (err != Z3_error_code.Z3_OK)
4227  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4228  return res;
4229  }
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 4375 of file Native.java.

Referenced by Context.getTacticDescription().

4376  {
4377  String res = INTERNALtacticGetDescr(a0, a1);
4379  if (err != Z3_error_code.Z3_OK)
4380  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4381  return res;
4382  }
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:10043
static final Z3_error_code fromInt(int v)

◆ tacticGetHelp()

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

Definition at line 4357 of file Native.java.

Referenced by Tactic.getHelp().

4358  {
4359  String res = INTERNALtacticGetHelp(a0, a1);
4361  if (err != Z3_error_code.Z3_OK)
4362  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4363  return res;
4364  }
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:10043
static final Z3_error_code fromInt(int v)

◆ tacticGetParamDescrs()

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

Definition at line 4366 of file Native.java.

Referenced by Tactic.getParameterDescriptions().

4367  {
4368  long res = INTERNALtacticGetParamDescrs(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 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 4082 of file Native.java.

4083  {
4084  INTERNALtacticIncRef(a0, a1);
4086  if (err != Z3_error_code.Z3_OK)
4087  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4088  }
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 4132 of file Native.java.

Referenced by Context.orElse().

4133  {
4134  long res = INTERNALtacticOrElse(a0, a1, a2);
4136  if (err != Z3_error_code.Z3_OK)
4137  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4138  return res;
4139  }
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 4150 of file Native.java.

Referenced by Context.parAndThen().

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

Referenced by Context.parOr().

4142  {
4143  long res = INTERNALtacticParOr(a0, a1, a2);
4145  if (err != Z3_error_code.Z3_OK)
4146  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4147  return res;
4148  }
static native int INTERNALgetErrorCode(long a0)
static native long 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 4186 of file Native.java.

Referenced by Context.repeat().

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

Referenced by Context.skip().

4196  {
4197  long res = INTERNALtacticSkip(a0);
4199  if (err != Z3_error_code.Z3_OK)
4200  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4201  return res;
4202  }
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 4159 of file Native.java.

Referenced by Context.tryFor().

4160  {
4161  long res = INTERNALtacticTryFor(a0, a1, a2);
4163  if (err != Z3_error_code.Z3_OK)
4164  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4165  return res;
4166  }
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 4231 of file Native.java.

Referenced by Context.usingParams().

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

Referenced by Context.when().

4169  {
4170  long res = INTERNALtacticWhen(a0, a1, a2);
4172  if (err != Z3_error_code.Z3_OK)
4173  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4174  return res;
4175  }
static native long 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 3130 of file Native.java.

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

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

Referenced by Global.ToggleWarningMessages().

3777  {
3779  }
static native void INTERNALtoggleWarningMessages(boolean a0)

◆ translate()

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

Definition at line 3472 of file Native.java.

Referenced by AST.translate().

3473  {
3474  long res = INTERNALtranslate(a0, a1, a2);
3476  if (err != Z3_error_code.Z3_OK)
3477  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3478  return res;
3479  }
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 770 of file Native.java.

Referenced by Context.updateParamValue().

771  {
772  INTERNALupdateParamValue(a0, a1, a2);
774  if (err != Z3_error_code.Z3_OK)
775  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
776  }
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 3445 of file Native.java.

Referenced by Expr.update().

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