Data Structures | |
class | IntPtr |
class | LongPtr |
class | ObjArrayPtr |
class | StringPtr |
class | UIntArrayPtr |
Static Public Member Functions | |
static native void | setInternalErrorHandler (long ctx) |
static void | globalParamSet (String a0, String a1) |
static void | globalParamResetAll () |
static boolean | globalParamGet (String a0, StringPtr a1) |
static long | mkConfig () |
static void | delConfig (long a0) |
static void | setParamValue (long a0, String a1, String a2) |
static long | mkContext (long a0) throws Z3Exception |
static long | mkContextRc (long a0) throws Z3Exception |
static void | delContext (long a0) throws Z3Exception |
static void | incRef (long a0, long a1) throws Z3Exception |
static void | decRef (long a0, long a1) throws Z3Exception |
static void | updateParamValue (long a0, String a1, String a2) throws Z3Exception |
static void | interrupt (long a0) throws Z3Exception |
static long | mkParams (long a0) throws Z3Exception |
static void | paramsIncRef (long a0, long a1) throws Z3Exception |
static void | paramsDecRef (long a0, long a1) throws Z3Exception |
static void | paramsSetBool (long a0, long a1, long a2, boolean a3) throws Z3Exception |
static void | paramsSetUint (long a0, long a1, long a2, int a3) throws Z3Exception |
static void | paramsSetDouble (long a0, long a1, long a2, double a3) throws Z3Exception |
static void | paramsSetSymbol (long a0, long a1, long a2, long a3) throws Z3Exception |
static String | paramsToString (long a0, long a1) throws Z3Exception |
static void | paramsValidate (long a0, long a1, long a2) throws Z3Exception |
static void | paramDescrsIncRef (long a0, long a1) throws Z3Exception |
static void | paramDescrsDecRef (long a0, long a1) throws Z3Exception |
static int | paramDescrsGetKind (long a0, long a1, long a2) throws Z3Exception |
static int | paramDescrsSize (long a0, long a1) throws Z3Exception |
static long | paramDescrsGetName (long a0, long a1, int a2) throws Z3Exception |
static String | paramDescrsToString (long a0, long a1) throws Z3Exception |
static long | mkIntSymbol (long a0, int a1) throws Z3Exception |
static long | mkStringSymbol (long a0, String a1) throws Z3Exception |
static long | mkUninterpretedSort (long a0, long a1) throws Z3Exception |
static long | mkBoolSort (long a0) throws Z3Exception |
static long | mkIntSort (long a0) throws Z3Exception |
static long | mkRealSort (long a0) throws Z3Exception |
static long | mkBvSort (long a0, int a1) throws Z3Exception |
static long | mkFiniteDomainSort (long a0, long a1, long a2) throws Z3Exception |
static long | mkArraySort (long a0, long a1, long a2) throws Z3Exception |
static long | mkTupleSort (long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6) throws Z3Exception |
static long | mkEnumerationSort (long a0, long a1, int a2, long[] a3, long[] a4, long[] a5) throws Z3Exception |
static long | mkListSort (long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8) throws Z3Exception |
static long | mkConstructor (long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6) throws Z3Exception |
static void | delConstructor (long a0, long a1) throws Z3Exception |
static long | mkDatatype (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static long | mkConstructorList (long a0, int a1, long[] a2) throws Z3Exception |
static void | delConstructorList (long a0, long a1) throws Z3Exception |
static void | mkDatatypes (long a0, int a1, long[] a2, long[] a3, long[] a4) throws Z3Exception |
static void | queryConstructor (long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5) throws Z3Exception |
static long | mkFuncDecl (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception |
static long | mkApp (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static long | mkConst (long a0, long a1, long a2) throws Z3Exception |
static long | mkFreshFuncDecl (long a0, String a1, int a2, long[] a3, long a4) throws Z3Exception |
static long | mkFreshConst (long a0, String a1, long a2) throws Z3Exception |
static long | mkTrue (long a0) throws Z3Exception |
static long | mkFalse (long a0) throws Z3Exception |
static long | mkEq (long a0, long a1, long a2) throws Z3Exception |
static long | mkDistinct (long a0, int a1, long[] a2) throws Z3Exception |
static long | mkNot (long a0, long a1) throws Z3Exception |
static long | mkIte (long a0, long a1, long a2, long a3) throws Z3Exception |
static long | mkIff (long a0, long a1, long a2) throws Z3Exception |
static long | mkImplies (long a0, long a1, long a2) throws Z3Exception |
static long | mkXor (long a0, long a1, long a2) throws Z3Exception |
static long | mkAnd (long a0, int a1, long[] a2) throws Z3Exception |
static long | mkOr (long a0, int a1, long[] a2) throws Z3Exception |
static long | mkAdd (long a0, int a1, long[] a2) throws Z3Exception |
static long | mkMul (long a0, int a1, long[] a2) throws Z3Exception |
static long | mkSub (long a0, int a1, long[] a2) throws Z3Exception |
static long | mkUnaryMinus (long a0, long a1) throws Z3Exception |
static long | mkDiv (long a0, long a1, long a2) throws Z3Exception |
static long | mkMod (long a0, long a1, long a2) throws Z3Exception |
static long | mkRem (long a0, long a1, long a2) throws Z3Exception |
static long | mkPower (long a0, long a1, long a2) throws Z3Exception |
static long | mkLt (long a0, long a1, long a2) throws Z3Exception |
static long | mkLe (long a0, long a1, long a2) throws Z3Exception |
static long | mkGt (long a0, long a1, long a2) throws Z3Exception |
static long | mkGe (long a0, long a1, long a2) throws Z3Exception |
static long | mkInt2real (long a0, long a1) throws Z3Exception |
static long | mkReal2int (long a0, long a1) throws Z3Exception |
static long | mkIsInt (long a0, long a1) throws Z3Exception |
static long | mkBvnot (long a0, long a1) throws Z3Exception |
static long | mkBvredand (long a0, long a1) throws Z3Exception |
static long | mkBvredor (long a0, long a1) throws Z3Exception |
static long | mkBvand (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvor (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvxor (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvnand (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvnor (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvxnor (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvneg (long a0, long a1) throws Z3Exception |
static long | mkBvadd (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvsub (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvmul (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvudiv (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvsdiv (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvurem (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvsrem (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvsmod (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvult (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvslt (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvule (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvsle (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvuge (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvsge (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvugt (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvsgt (long a0, long a1, long a2) throws Z3Exception |
static long | mkConcat (long a0, long a1, long a2) throws Z3Exception |
static long | mkExtract (long a0, int a1, int a2, long a3) throws Z3Exception |
static long | mkSignExt (long a0, int a1, long a2) throws Z3Exception |
static long | mkZeroExt (long a0, int a1, long a2) throws Z3Exception |
static long | mkRepeat (long a0, int a1, long a2) throws Z3Exception |
static long | mkBvshl (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvlshr (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvashr (long a0, long a1, long a2) throws Z3Exception |
static long | mkRotateLeft (long a0, int a1, long a2) throws Z3Exception |
static long | mkRotateRight (long a0, int a1, long a2) throws Z3Exception |
static long | mkExtRotateLeft (long a0, long a1, long a2) throws Z3Exception |
static long | mkExtRotateRight (long a0, long a1, long a2) throws Z3Exception |
static long | mkInt2bv (long a0, int a1, long a2) throws Z3Exception |
static long | mkBv2int (long a0, long a1, boolean a2) throws Z3Exception |
static long | mkBvaddNoOverflow (long a0, long a1, long a2, boolean a3) throws Z3Exception |
static long | mkBvaddNoUnderflow (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvsubNoOverflow (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvsubNoUnderflow (long a0, long a1, long a2, boolean a3) throws Z3Exception |
static long | mkBvsdivNoOverflow (long a0, long a1, long a2) throws Z3Exception |
static long | mkBvnegNoOverflow (long a0, long a1) throws Z3Exception |
static long | mkBvmulNoOverflow (long a0, long a1, long a2, boolean a3) throws Z3Exception |
static long | mkBvmulNoUnderflow (long a0, long a1, long a2) throws Z3Exception |
static long | mkSelect (long a0, long a1, long a2) throws Z3Exception |
static long | mkStore (long a0, long a1, long a2, long a3) throws Z3Exception |
static long | mkConstArray (long a0, long a1, long a2) throws Z3Exception |
static long | mkMap (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static long | mkArrayDefault (long a0, long a1) throws Z3Exception |
static long | mkSetSort (long a0, long a1) throws Z3Exception |
static long | mkEmptySet (long a0, long a1) throws Z3Exception |
static long | mkFullSet (long a0, long a1) throws Z3Exception |
static long | mkSetAdd (long a0, long a1, long a2) throws Z3Exception |
static long | mkSetDel (long a0, long a1, long a2) throws Z3Exception |
static long | mkSetUnion (long a0, int a1, long[] a2) throws Z3Exception |
static long | mkSetIntersect (long a0, int a1, long[] a2) throws Z3Exception |
static long | mkSetDifference (long a0, long a1, long a2) throws Z3Exception |
static long | mkSetComplement (long a0, long a1) throws Z3Exception |
static long | mkSetMember (long a0, long a1, long a2) throws Z3Exception |
static long | mkSetSubset (long a0, long a1, long a2) throws Z3Exception |
static long | mkNumeral (long a0, String a1, long a2) throws Z3Exception |
static long | mkReal (long a0, int a1, int a2) throws Z3Exception |
static long | mkInt (long a0, int a1, long a2) throws Z3Exception |
static long | mkUnsignedInt (long a0, int a1, long a2) throws Z3Exception |
static long | mkInt64 (long a0, long a1, long a2) throws Z3Exception |
static long | mkUnsignedInt64 (long a0, long a1, long a2) throws Z3Exception |
static long | mkPattern (long a0, int a1, long[] a2) throws Z3Exception |
static long | mkBound (long a0, int a1, long a2) throws Z3Exception |
static long | mkForall (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) throws Z3Exception |
static long | mkExists (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) throws Z3Exception |
static long | mkQuantifier (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8) throws Z3Exception |
static long | mkQuantifierEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12) throws Z3Exception |
static long | mkForallConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) throws Z3Exception |
static long | mkExistsConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) throws Z3Exception |
static long | mkQuantifierConst (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7) throws Z3Exception |
static long | mkQuantifierConstEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11) throws Z3Exception |
static int | getSymbolKind (long a0, long a1) throws Z3Exception |
static int | getSymbolInt (long a0, long a1) throws Z3Exception |
static String | getSymbolString (long a0, long a1) throws Z3Exception |
static long | getSortName (long a0, long a1) throws Z3Exception |
static int | getSortId (long a0, long a1) throws Z3Exception |
static long | sortToAst (long a0, long a1) throws Z3Exception |
static boolean | isEqSort (long a0, long a1, long a2) throws Z3Exception |
static int | getSortKind (long a0, long a1) throws Z3Exception |
static int | getBvSortSize (long a0, long a1) throws Z3Exception |
static boolean | getFiniteDomainSortSize (long a0, long a1, LongPtr a2) throws Z3Exception |
static long | getArraySortDomain (long a0, long a1) throws Z3Exception |
static long | getArraySortRange (long a0, long a1) throws Z3Exception |
static long | getTupleSortMkDecl (long a0, long a1) throws Z3Exception |
static int | getTupleSortNumFields (long a0, long a1) throws Z3Exception |
static long | getTupleSortFieldDecl (long a0, long a1, int a2) throws Z3Exception |
static int | getDatatypeSortNumConstructors (long a0, long a1) throws Z3Exception |
static long | getDatatypeSortConstructor (long a0, long a1, int a2) throws Z3Exception |
static long | getDatatypeSortRecognizer (long a0, long a1, int a2) throws Z3Exception |
static long | getDatatypeSortConstructorAccessor (long a0, long a1, int a2, int a3) throws Z3Exception |
static int | getRelationArity (long a0, long a1) throws Z3Exception |
static long | getRelationColumn (long a0, long a1, int a2) throws Z3Exception |
static long | funcDeclToAst (long a0, long a1) throws Z3Exception |
static boolean | isEqFuncDecl (long a0, long a1, long a2) throws Z3Exception |
static int | getFuncDeclId (long a0, long a1) throws Z3Exception |
static long | getDeclName (long a0, long a1) throws Z3Exception |
static int | getDeclKind (long a0, long a1) throws Z3Exception |
static int | getDomainSize (long a0, long a1) throws Z3Exception |
static int | getArity (long a0, long a1) throws Z3Exception |
static long | getDomain (long a0, long a1, int a2) throws Z3Exception |
static long | getRange (long a0, long a1) throws Z3Exception |
static int | getDeclNumParameters (long a0, long a1) throws Z3Exception |
static int | getDeclParameterKind (long a0, long a1, int a2) throws Z3Exception |
static int | getDeclIntParameter (long a0, long a1, int a2) throws Z3Exception |
static double | getDeclDoubleParameter (long a0, long a1, int a2) throws Z3Exception |
static long | getDeclSymbolParameter (long a0, long a1, int a2) throws Z3Exception |
static long | getDeclSortParameter (long a0, long a1, int a2) throws Z3Exception |
static long | getDeclAstParameter (long a0, long a1, int a2) throws Z3Exception |
static long | getDeclFuncDeclParameter (long a0, long a1, int a2) throws Z3Exception |
static String | getDeclRationalParameter (long a0, long a1, int a2) throws Z3Exception |
static long | appToAst (long a0, long a1) throws Z3Exception |
static long | getAppDecl (long a0, long a1) throws Z3Exception |
static int | getAppNumArgs (long a0, long a1) throws Z3Exception |
static long | getAppArg (long a0, long a1, int a2) throws Z3Exception |
static boolean | isEqAst (long a0, long a1, long a2) throws Z3Exception |
static int | getAstId (long a0, long a1) throws Z3Exception |
static int | getAstHash (long a0, long a1) throws Z3Exception |
static long | getSort (long a0, long a1) throws Z3Exception |
static boolean | isWellSorted (long a0, long a1) throws Z3Exception |
static int | getBoolValue (long a0, long a1) throws Z3Exception |
static int | getAstKind (long a0, long a1) throws Z3Exception |
static boolean | isApp (long a0, long a1) throws Z3Exception |
static boolean | isNumeralAst (long a0, long a1) throws Z3Exception |
static boolean | isAlgebraicNumber (long a0, long a1) throws Z3Exception |
static long | toApp (long a0, long a1) throws Z3Exception |
static long | toFuncDecl (long a0, long a1) throws Z3Exception |
static String | getNumeralString (long a0, long a1) throws Z3Exception |
static String | getNumeralDecimalString (long a0, long a1, int a2) throws Z3Exception |
static long | getNumerator (long a0, long a1) throws Z3Exception |
static long | getDenominator (long a0, long a1) throws Z3Exception |
static boolean | getNumeralSmall (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception |
static boolean | getNumeralInt (long a0, long a1, IntPtr a2) throws Z3Exception |
static boolean | getNumeralUint (long a0, long a1, IntPtr a2) throws Z3Exception |
static boolean | getNumeralUint64 (long a0, long a1, LongPtr a2) throws Z3Exception |
static boolean | getNumeralInt64 (long a0, long a1, LongPtr a2) throws Z3Exception |
static boolean | getNumeralRationalInt64 (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception |
static long | getAlgebraicNumberLower (long a0, long a1, int a2) throws Z3Exception |
static long | getAlgebraicNumberUpper (long a0, long a1, int a2) throws Z3Exception |
static long | patternToAst (long a0, long a1) throws Z3Exception |
static int | getPatternNumTerms (long a0, long a1) throws Z3Exception |
static long | getPattern (long a0, long a1, int a2) throws Z3Exception |
static int | getIndexValue (long a0, long a1) throws Z3Exception |
static boolean | isQuantifierForall (long a0, long a1) throws Z3Exception |
static int | getQuantifierWeight (long a0, long a1) throws Z3Exception |
static int | getQuantifierNumPatterns (long a0, long a1) throws Z3Exception |
static long | getQuantifierPatternAst (long a0, long a1, int a2) throws Z3Exception |
static int | getQuantifierNumNoPatterns (long a0, long a1) throws Z3Exception |
static long | getQuantifierNoPatternAst (long a0, long a1, int a2) throws Z3Exception |
static int | getQuantifierNumBound (long a0, long a1) throws Z3Exception |
static long | getQuantifierBoundName (long a0, long a1, int a2) throws Z3Exception |
static long | getQuantifierBoundSort (long a0, long a1, int a2) throws Z3Exception |
static long | getQuantifierBody (long a0, long a1) throws Z3Exception |
static long | simplify (long a0, long a1) throws Z3Exception |
static long | simplifyEx (long a0, long a1, long a2) throws Z3Exception |
static String | simplifyGetHelp (long a0) throws Z3Exception |
static long | simplifyGetParamDescrs (long a0) throws Z3Exception |
static long | updateTerm (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static long | substitute (long a0, long a1, int a2, long[] a3, long[] a4) throws Z3Exception |
static long | substituteVars (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static long | translate (long a0, long a1, long a2) throws Z3Exception |
static void | modelIncRef (long a0, long a1) throws Z3Exception |
static void | modelDecRef (long a0, long a1) throws Z3Exception |
static boolean | modelEval (long a0, long a1, long a2, boolean a3, LongPtr a4) throws Z3Exception |
static long | modelGetConstInterp (long a0, long a1, long a2) throws Z3Exception |
static boolean | modelHasInterp (long a0, long a1, long a2) throws Z3Exception |
static long | modelGetFuncInterp (long a0, long a1, long a2) throws Z3Exception |
static int | modelGetNumConsts (long a0, long a1) throws Z3Exception |
static long | modelGetConstDecl (long a0, long a1, int a2) throws Z3Exception |
static int | modelGetNumFuncs (long a0, long a1) throws Z3Exception |
static long | modelGetFuncDecl (long a0, long a1, int a2) throws Z3Exception |
static int | modelGetNumSorts (long a0, long a1) throws Z3Exception |
static long | modelGetSort (long a0, long a1, int a2) throws Z3Exception |
static long | modelGetSortUniverse (long a0, long a1, long a2) throws Z3Exception |
static boolean | isAsArray (long a0, long a1) throws Z3Exception |
static long | getAsArrayFuncDecl (long a0, long a1) throws Z3Exception |
static void | funcInterpIncRef (long a0, long a1) throws Z3Exception |
static void | funcInterpDecRef (long a0, long a1) throws Z3Exception |
static int | funcInterpGetNumEntries (long a0, long a1) throws Z3Exception |
static long | funcInterpGetEntry (long a0, long a1, int a2) throws Z3Exception |
static long | funcInterpGetElse (long a0, long a1) throws Z3Exception |
static int | funcInterpGetArity (long a0, long a1) throws Z3Exception |
static void | funcEntryIncRef (long a0, long a1) throws Z3Exception |
static void | funcEntryDecRef (long a0, long a1) throws Z3Exception |
static long | funcEntryGetValue (long a0, long a1) throws Z3Exception |
static int | funcEntryGetNumArgs (long a0, long a1) throws Z3Exception |
static long | funcEntryGetArg (long a0, long a1, int a2) throws Z3Exception |
static int | openLog (String a0) |
static void | appendLog (String a0) |
static void | closeLog () |
static void | toggleWarningMessages (boolean a0) |
static void | setAstPrintMode (long a0, int a1) throws Z3Exception |
static String | astToString (long a0, long a1) throws Z3Exception |
static String | patternToString (long a0, long a1) throws Z3Exception |
static String | sortToString (long a0, long a1) throws Z3Exception |
static String | funcDeclToString (long a0, long a1) throws Z3Exception |
static String | modelToString (long a0, long a1) throws Z3Exception |
static String | benchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7) throws Z3Exception |
static long | parseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception |
static long | parseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception |
static void | parseSmtlibString (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception |
static void | parseSmtlibFile (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception |
static int | getSmtlibNumFormulas (long a0) throws Z3Exception |
static long | getSmtlibFormula (long a0, int a1) throws Z3Exception |
static int | getSmtlibNumAssumptions (long a0) throws Z3Exception |
static long | getSmtlibAssumption (long a0, int a1) throws Z3Exception |
static int | getSmtlibNumDecls (long a0) throws Z3Exception |
static long | getSmtlibDecl (long a0, int a1) throws Z3Exception |
static int | getSmtlibNumSorts (long a0) throws Z3Exception |
static long | getSmtlibSort (long a0, int a1) throws Z3Exception |
static String | getSmtlibError (long a0) throws Z3Exception |
static int | getErrorCode (long a0) throws Z3Exception |
static void | setError (long a0, int a1) throws Z3Exception |
static String | getErrorMsg (int a0) |
static String | getErrorMsgEx (long a0, int a1) throws Z3Exception |
static void | getVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3) |
static void | enableTrace (String a0) |
static void | disableTrace (String a0) |
static void | resetMemory () |
static long | mkFixedpoint (long a0) throws Z3Exception |
static void | fixedpointIncRef (long a0, long a1) throws Z3Exception |
static void | fixedpointDecRef (long a0, long a1) throws Z3Exception |
static void | fixedpointAddRule (long a0, long a1, long a2, long a3) throws Z3Exception |
static void | fixedpointAddFact (long a0, long a1, long a2, int a3, int[] a4) throws Z3Exception |
static void | fixedpointAssert (long a0, long a1, long a2) throws Z3Exception |
static int | fixedpointQuery (long a0, long a1, long a2) throws Z3Exception |
static int | fixedpointQueryRelations (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static long | fixedpointGetAnswer (long a0, long a1) throws Z3Exception |
static String | fixedpointGetReasonUnknown (long a0, long a1) throws Z3Exception |
static void | fixedpointUpdateRule (long a0, long a1, long a2, long a3) throws Z3Exception |
static int | fixedpointGetNumLevels (long a0, long a1, long a2) throws Z3Exception |
static long | fixedpointGetCoverDelta (long a0, long a1, int a2, long a3) throws Z3Exception |
static void | fixedpointAddCover (long a0, long a1, int a2, long a3, long a4) throws Z3Exception |
static long | fixedpointGetStatistics (long a0, long a1) throws Z3Exception |
static void | fixedpointRegisterRelation (long a0, long a1, long a2) throws Z3Exception |
static void | fixedpointSetPredicateRepresentation (long a0, long a1, long a2, int a3, long[] a4) throws Z3Exception |
static long | fixedpointGetRules (long a0, long a1) throws Z3Exception |
static long | fixedpointGetAssertions (long a0, long a1) throws Z3Exception |
static void | fixedpointSetParams (long a0, long a1, long a2) throws Z3Exception |
static String | fixedpointGetHelp (long a0, long a1) throws Z3Exception |
static long | fixedpointGetParamDescrs (long a0, long a1) throws Z3Exception |
static String | fixedpointToString (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static long | fixedpointFromString (long a0, long a1, String a2) throws Z3Exception |
static long | fixedpointFromFile (long a0, long a1, String a2) throws Z3Exception |
static void | fixedpointPush (long a0, long a1) throws Z3Exception |
static void | fixedpointPop (long a0, long a1) throws Z3Exception |
static long | mkAstVector (long a0) throws Z3Exception |
static void | astVectorIncRef (long a0, long a1) throws Z3Exception |
static void | astVectorDecRef (long a0, long a1) throws Z3Exception |
static int | astVectorSize (long a0, long a1) throws Z3Exception |
static long | astVectorGet (long a0, long a1, int a2) throws Z3Exception |
static void | astVectorSet (long a0, long a1, int a2, long a3) throws Z3Exception |
static void | astVectorResize (long a0, long a1, int a2) throws Z3Exception |
static void | astVectorPush (long a0, long a1, long a2) throws Z3Exception |
static long | astVectorTranslate (long a0, long a1, long a2) throws Z3Exception |
static String | astVectorToString (long a0, long a1) throws Z3Exception |
static long | mkAstMap (long a0) throws Z3Exception |
static void | astMapIncRef (long a0, long a1) throws Z3Exception |
static void | astMapDecRef (long a0, long a1) throws Z3Exception |
static boolean | astMapContains (long a0, long a1, long a2) throws Z3Exception |
static long | astMapFind (long a0, long a1, long a2) throws Z3Exception |
static void | astMapInsert (long a0, long a1, long a2, long a3) throws Z3Exception |
static void | astMapErase (long a0, long a1, long a2) throws Z3Exception |
static void | astMapReset (long a0, long a1) throws Z3Exception |
static int | astMapSize (long a0, long a1) throws Z3Exception |
static long | astMapKeys (long a0, long a1) throws Z3Exception |
static String | astMapToString (long a0, long a1) throws Z3Exception |
static long | mkGoal (long a0, boolean a1, boolean a2, boolean a3) throws Z3Exception |
static void | goalIncRef (long a0, long a1) throws Z3Exception |
static void | goalDecRef (long a0, long a1) throws Z3Exception |
static int | goalPrecision (long a0, long a1) throws Z3Exception |
static void | goalAssert (long a0, long a1, long a2) throws Z3Exception |
static boolean | goalInconsistent (long a0, long a1) throws Z3Exception |
static int | goalDepth (long a0, long a1) throws Z3Exception |
static void | goalReset (long a0, long a1) throws Z3Exception |
static int | goalSize (long a0, long a1) throws Z3Exception |
static long | goalFormula (long a0, long a1, int a2) throws Z3Exception |
static int | goalNumExprs (long a0, long a1) throws Z3Exception |
static boolean | goalIsDecidedSat (long a0, long a1) throws Z3Exception |
static boolean | goalIsDecidedUnsat (long a0, long a1) throws Z3Exception |
static long | goalTranslate (long a0, long a1, long a2) throws Z3Exception |
static String | goalToString (long a0, long a1) throws Z3Exception |
static long | mkTactic (long a0, String a1) throws Z3Exception |
static void | tacticIncRef (long a0, long a1) throws Z3Exception |
static void | tacticDecRef (long a0, long a1) throws Z3Exception |
static long | mkProbe (long a0, String a1) throws Z3Exception |
static void | probeIncRef (long a0, long a1) throws Z3Exception |
static void | probeDecRef (long a0, long a1) throws Z3Exception |
static long | tacticAndThen (long a0, long a1, long a2) throws Z3Exception |
static long | tacticOrElse (long a0, long a1, long a2) throws Z3Exception |
static long | tacticParOr (long a0, int a1, long[] a2) throws Z3Exception |
static long | tacticParAndThen (long a0, long a1, long a2) throws Z3Exception |
static long | tacticTryFor (long a0, long a1, int a2) throws Z3Exception |
static long | tacticWhen (long a0, long a1, long a2) throws Z3Exception |
static long | tacticCond (long a0, long a1, long a2, long a3) throws Z3Exception |
static long | tacticRepeat (long a0, long a1, int a2) throws Z3Exception |
static long | tacticSkip (long a0) throws Z3Exception |
static long | tacticFail (long a0) throws Z3Exception |
static long | tacticFailIf (long a0, long a1) throws Z3Exception |
static long | tacticFailIfNotDecided (long a0) throws Z3Exception |
static long | tacticUsingParams (long a0, long a1, long a2) throws Z3Exception |
static long | probeConst (long a0, double a1) throws Z3Exception |
static long | probeLt (long a0, long a1, long a2) throws Z3Exception |
static long | probeGt (long a0, long a1, long a2) throws Z3Exception |
static long | probeLe (long a0, long a1, long a2) throws Z3Exception |
static long | probeGe (long a0, long a1, long a2) throws Z3Exception |
static long | probeEq (long a0, long a1, long a2) throws Z3Exception |
static long | probeAnd (long a0, long a1, long a2) throws Z3Exception |
static long | probeOr (long a0, long a1, long a2) throws Z3Exception |
static long | probeNot (long a0, long a1) throws Z3Exception |
static int | getNumTactics (long a0) throws Z3Exception |
static String | getTacticName (long a0, int a1) throws Z3Exception |
static int | getNumProbes (long a0) throws Z3Exception |
static String | getProbeName (long a0, int a1) throws Z3Exception |
static String | tacticGetHelp (long a0, long a1) throws Z3Exception |
static long | tacticGetParamDescrs (long a0, long a1) throws Z3Exception |
static String | tacticGetDescr (long a0, String a1) throws Z3Exception |
static String | probeGetDescr (long a0, String a1) throws Z3Exception |
static double | probeApply (long a0, long a1, long a2) throws Z3Exception |
static long | tacticApply (long a0, long a1, long a2) throws Z3Exception |
static long | tacticApplyEx (long a0, long a1, long a2, long a3) throws Z3Exception |
static void | applyResultIncRef (long a0, long a1) throws Z3Exception |
static void | applyResultDecRef (long a0, long a1) throws Z3Exception |
static String | applyResultToString (long a0, long a1) throws Z3Exception |
static int | applyResultGetNumSubgoals (long a0, long a1) throws Z3Exception |
static long | applyResultGetSubgoal (long a0, long a1, int a2) throws Z3Exception |
static long | applyResultConvertModel (long a0, long a1, int a2, long a3) throws Z3Exception |
static long | mkSolver (long a0) throws Z3Exception |
static long | mkSimpleSolver (long a0) throws Z3Exception |
static long | mkSolverForLogic (long a0, long a1) throws Z3Exception |
static long | mkSolverFromTactic (long a0, long a1) throws Z3Exception |
static String | solverGetHelp (long a0, long a1) throws Z3Exception |
static long | solverGetParamDescrs (long a0, long a1) throws Z3Exception |
static void | solverSetParams (long a0, long a1, long a2) throws Z3Exception |
static void | solverIncRef (long a0, long a1) throws Z3Exception |
static void | solverDecRef (long a0, long a1) throws Z3Exception |
static void | solverPush (long a0, long a1) throws Z3Exception |
static void | solverPop (long a0, long a1, int a2) throws Z3Exception |
static void | solverReset (long a0, long a1) throws Z3Exception |
static int | solverGetNumScopes (long a0, long a1) throws Z3Exception |
static void | solverAssert (long a0, long a1, long a2) throws Z3Exception |
static void | solverAssertAndTrack (long a0, long a1, long a2, long a3) throws Z3Exception |
static long | solverGetAssertions (long a0, long a1) throws Z3Exception |
static int | solverCheck (long a0, long a1) throws Z3Exception |
static int | solverCheckAssumptions (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static long | solverGetModel (long a0, long a1) throws Z3Exception |
static long | solverGetProof (long a0, long a1) throws Z3Exception |
static long | solverGetUnsatCore (long a0, long a1) throws Z3Exception |
static String | solverGetReasonUnknown (long a0, long a1) throws Z3Exception |
static long | solverGetStatistics (long a0, long a1) throws Z3Exception |
static String | solverToString (long a0, long a1) throws Z3Exception |
static String | statsToString (long a0, long a1) throws Z3Exception |
static void | statsIncRef (long a0, long a1) throws Z3Exception |
static void | statsDecRef (long a0, long a1) throws Z3Exception |
static int | statsSize (long a0, long a1) throws Z3Exception |
static String | statsGetKey (long a0, long a1, int a2) throws Z3Exception |
static boolean | statsIsUint (long a0, long a1, int a2) throws Z3Exception |
static boolean | statsIsDouble (long a0, long a1, int a2) throws Z3Exception |
static int | statsGetUintValue (long a0, long a1, int a2) throws Z3Exception |
static double | statsGetDoubleValue (long a0, long a1, int a2) throws Z3Exception |
static long | mkInjectiveFunction (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception |
static void | setLogic (long a0, String a1) throws Z3Exception |
static void | push (long a0) throws Z3Exception |
static void | pop (long a0, int a1) throws Z3Exception |
static int | getNumScopes (long a0) throws Z3Exception |
static void | persistAst (long a0, long a1, int a2) throws Z3Exception |
static void | assertCnstr (long a0, long a1) throws Z3Exception |
static int | checkAndGetModel (long a0, LongPtr a1) throws Z3Exception |
static int | check (long a0) throws Z3Exception |
static int | checkAssumptions (long a0, int a1, long[] a2, LongPtr a3, LongPtr a4, IntPtr a5, long[] a6) throws Z3Exception |
static int | getImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4) throws Z3Exception |
static void | delModel (long a0, long a1) throws Z3Exception |
static void | softCheckCancel (long a0) throws Z3Exception |
static int | getSearchFailure (long a0) throws Z3Exception |
static long | mkLabel (long a0, long a1, boolean a2, long a3) throws Z3Exception |
static long | getRelevantLabels (long a0) throws Z3Exception |
static long | getRelevantLiterals (long a0) throws Z3Exception |
static long | getGuessedLiterals (long a0) throws Z3Exception |
static void | delLiterals (long a0, long a1) throws Z3Exception |
static int | getNumLiterals (long a0, long a1) throws Z3Exception |
static long | getLabelSymbol (long a0, long a1, int a2) throws Z3Exception |
static long | getLiteral (long a0, long a1, int a2) throws Z3Exception |
static void | disableLiteral (long a0, long a1, int a2) throws Z3Exception |
static void | blockLiterals (long a0, long a1) throws Z3Exception |
static int | getModelNumConstants (long a0, long a1) throws Z3Exception |
static long | getModelConstant (long a0, long a1, int a2) throws Z3Exception |
static int | getModelNumFuncs (long a0, long a1) throws Z3Exception |
static long | getModelFuncDecl (long a0, long a1, int a2) throws Z3Exception |
static boolean | evalFuncDecl (long a0, long a1, long a2, LongPtr a3) throws Z3Exception |
static boolean | isArrayValue (long a0, long a1, long a2, IntPtr a3) throws Z3Exception |
static void | getArrayValue (long a0, long a1, long a2, int a3, long[] a4, long[] a5, LongPtr a6) throws Z3Exception |
static long | getModelFuncElse (long a0, long a1, int a2) throws Z3Exception |
static int | getModelFuncNumEntries (long a0, long a1, int a2) throws Z3Exception |
static int | getModelFuncEntryNumArgs (long a0, long a1, int a2, int a3) throws Z3Exception |
static long | getModelFuncEntryArg (long a0, long a1, int a2, int a3, int a4) throws Z3Exception |
static long | getModelFuncEntryValue (long a0, long a1, int a2, int a3) throws Z3Exception |
static boolean | eval (long a0, long a1, long a2, LongPtr a3) throws Z3Exception |
static boolean | evalDecl (long a0, long a1, long a2, int a3, long[] a4, LongPtr a5) throws Z3Exception |
static String | contextToString (long a0) throws Z3Exception |
static String | statisticsToString (long a0) throws Z3Exception |
static long | getContextAssignment (long a0) throws Z3Exception |
static boolean | algebraicIsValue (long a0, long a1) throws Z3Exception |
static boolean | algebraicIsPos (long a0, long a1) throws Z3Exception |
static boolean | algebraicIsNeg (long a0, long a1) throws Z3Exception |
static boolean | algebraicIsZero (long a0, long a1) throws Z3Exception |
static int | algebraicSign (long a0, long a1) throws Z3Exception |
static long | algebraicAdd (long a0, long a1, long a2) throws Z3Exception |
static long | algebraicSub (long a0, long a1, long a2) throws Z3Exception |
static long | algebraicMul (long a0, long a1, long a2) throws Z3Exception |
static long | algebraicDiv (long a0, long a1, long a2) throws Z3Exception |
static long | algebraicRoot (long a0, long a1, int a2) throws Z3Exception |
static long | algebraicPower (long a0, long a1, int a2) throws Z3Exception |
static boolean | algebraicLt (long a0, long a1, long a2) throws Z3Exception |
static boolean | algebraicGt (long a0, long a1, long a2) throws Z3Exception |
static boolean | algebraicLe (long a0, long a1, long a2) throws Z3Exception |
static boolean | algebraicGe (long a0, long a1, long a2) throws Z3Exception |
static boolean | algebraicEq (long a0, long a1, long a2) throws Z3Exception |
static boolean | algebraicNeq (long a0, long a1, long a2) throws Z3Exception |
static long | algebraicRoots (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static int | algebraicEval (long a0, long a1, int a2, long[] a3) throws Z3Exception |
static long | polynomialSubresultants (long a0, long a1, long a2, long a3) throws Z3Exception |
static void | rcfDel (long a0, long a1) throws Z3Exception |
static long | rcfMkRational (long a0, String a1) throws Z3Exception |
static long | rcfMkSmallInt (long a0, int a1) throws Z3Exception |
static long | rcfMkPi (long a0) throws Z3Exception |
static long | rcfMkE (long a0) throws Z3Exception |
static long | rcfMkInfinitesimal (long a0) throws Z3Exception |
static int | rcfMkRoots (long a0, int a1, long[] a2, long[] a3) throws Z3Exception |
static long | rcfAdd (long a0, long a1, long a2) throws Z3Exception |
static long | rcfSub (long a0, long a1, long a2) throws Z3Exception |
static long | rcfMul (long a0, long a1, long a2) throws Z3Exception |
static long | rcfDiv (long a0, long a1, long a2) throws Z3Exception |
static long | rcfNeg (long a0, long a1) throws Z3Exception |
static long | rcfInv (long a0, long a1) throws Z3Exception |
static long | rcfPower (long a0, long a1, int a2) throws Z3Exception |
static boolean | rcfLt (long a0, long a1, long a2) throws Z3Exception |
static boolean | rcfGt (long a0, long a1, long a2) throws Z3Exception |
static boolean | rcfLe (long a0, long a1, long a2) throws Z3Exception |
static boolean | rcfGe (long a0, long a1, long a2) throws Z3Exception |
static boolean | rcfEq (long a0, long a1, long a2) throws Z3Exception |
static boolean | rcfNeq (long a0, long a1, long a2) throws Z3Exception |
static String | rcfNumToString (long a0, long a1, boolean a2, boolean a3) throws Z3Exception |
static String | rcfNumToDecimalString (long a0, long a1, int a2) throws Z3Exception |
static void | rcfGetNumeratorDenominator (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception |
static long | mkInterpolant (long a0, long a1) throws Z3Exception |
static long | mkInterpolationContext (long a0) |
static long | getInterpolant (long a0, long a1, long a2, long a3) throws Z3Exception |
static int | computeInterpolant (long a0, long a1, long a2, LongPtr a3, LongPtr a4) throws Z3Exception |
static String | interpolationProfile (long a0) throws Z3Exception |
static int | readInterpolationProblem (long a0, IntPtr a1, ObjArrayPtr a2, UIntArrayPtr a3, String a4, StringPtr a5, IntPtr a6, ObjArrayPtr a7) throws Z3Exception |
static int | checkInterpolant (long a0, int a1, long[] a2, int[] a3, long[] a4, StringPtr a5, int a6, long[] a7) throws Z3Exception |
static void | writeInterpolationProblem (long a0, int a1, long[] a2, int[] a3, String a4, int a5, long[] a6) throws Z3Exception |
Static Protected Member Functions | |
static native void | INTERNALglobalParamSet (String a0, String a1) |
static native void | INTERNALglobalParamResetAll () |
static native boolean | INTERNALglobalParamGet (String a0, StringPtr a1) |
static native long | INTERNALmkConfig () |
static native void | INTERNALdelConfig (long a0) |
static native void | INTERNALsetParamValue (long a0, String a1, String a2) |
static native long | INTERNALmkContext (long a0) |
static native long | INTERNALmkContextRc (long a0) |
static native void | INTERNALdelContext (long a0) |
static native void | INTERNALincRef (long a0, long a1) |
static native void | INTERNALdecRef (long a0, long a1) |
static native void | INTERNALupdateParamValue (long a0, String a1, String a2) |
static native void | INTERNALinterrupt (long a0) |
static native long | INTERNALmkParams (long a0) |
static native void | INTERNALparamsIncRef (long a0, long a1) |
static native void | INTERNALparamsDecRef (long a0, long a1) |
static native void | INTERNALparamsSetBool (long a0, long a1, long a2, boolean a3) |
static native void | INTERNALparamsSetUint (long a0, long a1, long a2, int a3) |
static native void | INTERNALparamsSetDouble (long a0, long a1, long a2, double a3) |
static native void | INTERNALparamsSetSymbol (long a0, long a1, long a2, long a3) |
static native String | INTERNALparamsToString (long a0, long a1) |
static native void | INTERNALparamsValidate (long a0, long a1, long a2) |
static native void | INTERNALparamDescrsIncRef (long a0, long a1) |
static native void | INTERNALparamDescrsDecRef (long a0, long a1) |
static native int | INTERNALparamDescrsGetKind (long a0, long a1, long a2) |
static native int | INTERNALparamDescrsSize (long a0, long a1) |
static native long | INTERNALparamDescrsGetName (long a0, long a1, int a2) |
static native String | INTERNALparamDescrsToString (long a0, long a1) |
static native long | INTERNALmkIntSymbol (long a0, int a1) |
static native long | INTERNALmkStringSymbol (long a0, String a1) |
static native long | INTERNALmkUninterpretedSort (long a0, long a1) |
static native long | INTERNALmkBoolSort (long a0) |
static native long | INTERNALmkIntSort (long a0) |
static native long | INTERNALmkRealSort (long a0) |
static native long | INTERNALmkBvSort (long a0, int a1) |
static native long | INTERNALmkFiniteDomainSort (long a0, long a1, long a2) |
static native long | INTERNALmkArraySort (long a0, long a1, long a2) |
static native long | INTERNALmkTupleSort (long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6) |
static native long | INTERNALmkEnumerationSort (long a0, long a1, int a2, long[] a3, long[] a4, long[] a5) |
static native long | INTERNALmkListSort (long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8) |
static native long | INTERNALmkConstructor (long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6) |
static native void | INTERNALdelConstructor (long a0, long a1) |
static native long | INTERNALmkDatatype (long a0, long a1, int a2, long[] a3) |
static native long | INTERNALmkConstructorList (long a0, int a1, long[] a2) |
static native void | INTERNALdelConstructorList (long a0, long a1) |
static native void | INTERNALmkDatatypes (long a0, int a1, long[] a2, long[] a3, long[] a4) |
static native void | INTERNALqueryConstructor (long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5) |
static native long | INTERNALmkFuncDecl (long a0, long a1, int a2, long[] a3, long a4) |
static native long | INTERNALmkApp (long a0, long a1, int a2, long[] a3) |
static native long | INTERNALmkConst (long a0, long a1, long a2) |
static native long | INTERNALmkFreshFuncDecl (long a0, String a1, int a2, long[] a3, long a4) |
static native long | INTERNALmkFreshConst (long a0, String a1, long a2) |
static native long | INTERNALmkTrue (long a0) |
static native long | INTERNALmkFalse (long a0) |
static native long | INTERNALmkEq (long a0, long a1, long a2) |
static native long | INTERNALmkDistinct (long a0, int a1, long[] a2) |
static native long | INTERNALmkNot (long a0, long a1) |
static native long | INTERNALmkIte (long a0, long a1, long a2, long a3) |
static native long | INTERNALmkIff (long a0, long a1, long a2) |
static native long | INTERNALmkImplies (long a0, long a1, long a2) |
static native long | INTERNALmkXor (long a0, long a1, long a2) |
static native long | INTERNALmkAnd (long a0, int a1, long[] a2) |
static native long | INTERNALmkOr (long a0, int a1, long[] a2) |
static native long | INTERNALmkAdd (long a0, int a1, long[] a2) |
static native long | INTERNALmkMul (long a0, int a1, long[] a2) |
static native long | INTERNALmkSub (long a0, int a1, long[] a2) |
static native long | INTERNALmkUnaryMinus (long a0, long a1) |
static native long | INTERNALmkDiv (long a0, long a1, long a2) |
static native long | INTERNALmkMod (long a0, long a1, long a2) |
static native long | INTERNALmkRem (long a0, long a1, long a2) |
static native long | INTERNALmkPower (long a0, long a1, long a2) |
static native long | INTERNALmkLt (long a0, long a1, long a2) |
static native long | INTERNALmkLe (long a0, long a1, long a2) |
static native long | INTERNALmkGt (long a0, long a1, long a2) |
static native long | INTERNALmkGe (long a0, long a1, long a2) |
static native long | INTERNALmkInt2real (long a0, long a1) |
static native long | INTERNALmkReal2int (long a0, long a1) |
static native long | INTERNALmkIsInt (long a0, long a1) |
static native long | INTERNALmkBvnot (long a0, long a1) |
static native long | INTERNALmkBvredand (long a0, long a1) |
static native long | INTERNALmkBvredor (long a0, long a1) |
static native long | INTERNALmkBvand (long a0, long a1, long a2) |
static native long | INTERNALmkBvor (long a0, long a1, long a2) |
static native long | INTERNALmkBvxor (long a0, long a1, long a2) |
static native long | INTERNALmkBvnand (long a0, long a1, long a2) |
static native long | INTERNALmkBvnor (long a0, long a1, long a2) |
static native long | INTERNALmkBvxnor (long a0, long a1, long a2) |
static native long | INTERNALmkBvneg (long a0, long a1) |
static native long | INTERNALmkBvadd (long a0, long a1, long a2) |
static native long | INTERNALmkBvsub (long a0, long a1, long a2) |
static native long | INTERNALmkBvmul (long a0, long a1, long a2) |
static native long | INTERNALmkBvudiv (long a0, long a1, long a2) |
static native long | INTERNALmkBvsdiv (long a0, long a1, long a2) |
static native long | INTERNALmkBvurem (long a0, long a1, long a2) |
static native long | INTERNALmkBvsrem (long a0, long a1, long a2) |
static native long | INTERNALmkBvsmod (long a0, long a1, long a2) |
static native long | INTERNALmkBvult (long a0, long a1, long a2) |
static native long | INTERNALmkBvslt (long a0, long a1, long a2) |
static native long | INTERNALmkBvule (long a0, long a1, long a2) |
static native long | INTERNALmkBvsle (long a0, long a1, long a2) |
static native long | INTERNALmkBvuge (long a0, long a1, long a2) |
static native long | INTERNALmkBvsge (long a0, long a1, long a2) |
static native long | INTERNALmkBvugt (long a0, long a1, long a2) |
static native long | INTERNALmkBvsgt (long a0, long a1, long a2) |
static native long | INTERNALmkConcat (long a0, long a1, long a2) |
static native long | INTERNALmkExtract (long a0, int a1, int a2, long a3) |
static native long | INTERNALmkSignExt (long a0, int a1, long a2) |
static native long | INTERNALmkZeroExt (long a0, int a1, long a2) |
static native long | INTERNALmkRepeat (long a0, int a1, long a2) |
static native long | INTERNALmkBvshl (long a0, long a1, long a2) |
static native long | INTERNALmkBvlshr (long a0, long a1, long a2) |
static native long | INTERNALmkBvashr (long a0, long a1, long a2) |
static native long | INTERNALmkRotateLeft (long a0, int a1, long a2) |
static native long | INTERNALmkRotateRight (long a0, int a1, long a2) |
static native long | INTERNALmkExtRotateLeft (long a0, long a1, long a2) |
static native long | INTERNALmkExtRotateRight (long a0, long a1, long a2) |
static native long | INTERNALmkInt2bv (long a0, int a1, long a2) |
static native long | INTERNALmkBv2int (long a0, long a1, boolean a2) |
static native long | INTERNALmkBvaddNoOverflow (long a0, long a1, long a2, boolean a3) |
static native long | INTERNALmkBvaddNoUnderflow (long a0, long a1, long a2) |
static native long | INTERNALmkBvsubNoOverflow (long a0, long a1, long a2) |
static native long | INTERNALmkBvsubNoUnderflow (long a0, long a1, long a2, boolean a3) |
static native long | INTERNALmkBvsdivNoOverflow (long a0, long a1, long a2) |
static native long | INTERNALmkBvnegNoOverflow (long a0, long a1) |
static native long | INTERNALmkBvmulNoOverflow (long a0, long a1, long a2, boolean a3) |
static native long | INTERNALmkBvmulNoUnderflow (long a0, long a1, long a2) |
static native long | INTERNALmkSelect (long a0, long a1, long a2) |
static native long | INTERNALmkStore (long a0, long a1, long a2, long a3) |
static native long | INTERNALmkConstArray (long a0, long a1, long a2) |
static native long | INTERNALmkMap (long a0, long a1, int a2, long[] a3) |
static native long | INTERNALmkArrayDefault (long a0, long a1) |
static native long | INTERNALmkSetSort (long a0, long a1) |
static native long | INTERNALmkEmptySet (long a0, long a1) |
static native long | INTERNALmkFullSet (long a0, long a1) |
static native long | INTERNALmkSetAdd (long a0, long a1, long a2) |
static native long | INTERNALmkSetDel (long a0, long a1, long a2) |
static native long | INTERNALmkSetUnion (long a0, int a1, long[] a2) |
static native long | INTERNALmkSetIntersect (long a0, int a1, long[] a2) |
static native long | INTERNALmkSetDifference (long a0, long a1, long a2) |
static native long | INTERNALmkSetComplement (long a0, long a1) |
static native long | INTERNALmkSetMember (long a0, long a1, long a2) |
static native long | INTERNALmkSetSubset (long a0, long a1, long a2) |
static native long | INTERNALmkNumeral (long a0, String a1, long a2) |
static native long | INTERNALmkReal (long a0, int a1, int a2) |
static native long | INTERNALmkInt (long a0, int a1, long a2) |
static native long | INTERNALmkUnsignedInt (long a0, int a1, long a2) |
static native long | INTERNALmkInt64 (long a0, long a1, long a2) |
static native long | INTERNALmkUnsignedInt64 (long a0, long a1, long a2) |
static native long | INTERNALmkPattern (long a0, int a1, long[] a2) |
static native long | INTERNALmkBound (long a0, int a1, long a2) |
static native long | INTERNALmkForall (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) |
static native long | INTERNALmkExists (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) |
static native long | INTERNALmkQuantifier (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8) |
static native long | INTERNALmkQuantifierEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12) |
static native long | INTERNALmkForallConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) |
static native long | INTERNALmkExistsConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) |
static native long | INTERNALmkQuantifierConst (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7) |
static native long | INTERNALmkQuantifierConstEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11) |
static native int | INTERNALgetSymbolKind (long a0, long a1) |
static native int | INTERNALgetSymbolInt (long a0, long a1) |
static native String | INTERNALgetSymbolString (long a0, long a1) |
static native long | INTERNALgetSortName (long a0, long a1) |
static native int | INTERNALgetSortId (long a0, long a1) |
static native long | INTERNALsortToAst (long a0, long a1) |
static native boolean | INTERNALisEqSort (long a0, long a1, long a2) |
static native int | INTERNALgetSortKind (long a0, long a1) |
static native int | INTERNALgetBvSortSize (long a0, long a1) |
static native boolean | INTERNALgetFiniteDomainSortSize (long a0, long a1, LongPtr a2) |
static native long | INTERNALgetArraySortDomain (long a0, long a1) |
static native long | INTERNALgetArraySortRange (long a0, long a1) |
static native long | INTERNALgetTupleSortMkDecl (long a0, long a1) |
static native int | INTERNALgetTupleSortNumFields (long a0, long a1) |
static native long | INTERNALgetTupleSortFieldDecl (long a0, long a1, int a2) |
static native int | INTERNALgetDatatypeSortNumConstructors (long a0, long a1) |
static native long | INTERNALgetDatatypeSortConstructor (long a0, long a1, int a2) |
static native long | INTERNALgetDatatypeSortRecognizer (long a0, long a1, int a2) |
static native long | INTERNALgetDatatypeSortConstructorAccessor (long a0, long a1, int a2, int a3) |
static native int | INTERNALgetRelationArity (long a0, long a1) |
static native long | INTERNALgetRelationColumn (long a0, long a1, int a2) |
static native long | INTERNALfuncDeclToAst (long a0, long a1) |
static native boolean | INTERNALisEqFuncDecl (long a0, long a1, long a2) |
static native int | INTERNALgetFuncDeclId (long a0, long a1) |
static native long | INTERNALgetDeclName (long a0, long a1) |
static native int | INTERNALgetDeclKind (long a0, long a1) |
static native int | INTERNALgetDomainSize (long a0, long a1) |
static native int | INTERNALgetArity (long a0, long a1) |
static native long | INTERNALgetDomain (long a0, long a1, int a2) |
static native long | INTERNALgetRange (long a0, long a1) |
static native int | INTERNALgetDeclNumParameters (long a0, long a1) |
static native int | INTERNALgetDeclParameterKind (long a0, long a1, int a2) |
static native int | INTERNALgetDeclIntParameter (long a0, long a1, int a2) |
static native double | INTERNALgetDeclDoubleParameter (long a0, long a1, int a2) |
static native long | INTERNALgetDeclSymbolParameter (long a0, long a1, int a2) |
static native long | INTERNALgetDeclSortParameter (long a0, long a1, int a2) |
static native long | INTERNALgetDeclAstParameter (long a0, long a1, int a2) |
static native long | INTERNALgetDeclFuncDeclParameter (long a0, long a1, int a2) |
static native String | INTERNALgetDeclRationalParameter (long a0, long a1, int a2) |
static native long | INTERNALappToAst (long a0, long a1) |
static native long | INTERNALgetAppDecl (long a0, long a1) |
static native int | INTERNALgetAppNumArgs (long a0, long a1) |
static native long | INTERNALgetAppArg (long a0, long a1, int a2) |
static native boolean | INTERNALisEqAst (long a0, long a1, long a2) |
static native int | INTERNALgetAstId (long a0, long a1) |
static native int | INTERNALgetAstHash (long a0, long a1) |
static native long | INTERNALgetSort (long a0, long a1) |
static native boolean | INTERNALisWellSorted (long a0, long a1) |
static native int | INTERNALgetBoolValue (long a0, long a1) |
static native int | INTERNALgetAstKind (long a0, long a1) |
static native boolean | INTERNALisApp (long a0, long a1) |
static native boolean | INTERNALisNumeralAst (long a0, long a1) |
static native boolean | INTERNALisAlgebraicNumber (long a0, long a1) |
static native long | INTERNALtoApp (long a0, long a1) |
static native long | INTERNALtoFuncDecl (long a0, long a1) |
static native String | INTERNALgetNumeralString (long a0, long a1) |
static native String | INTERNALgetNumeralDecimalString (long a0, long a1, int a2) |
static native long | INTERNALgetNumerator (long a0, long a1) |
static native long | INTERNALgetDenominator (long a0, long a1) |
static native boolean | INTERNALgetNumeralSmall (long a0, long a1, LongPtr a2, LongPtr a3) |
static native boolean | INTERNALgetNumeralInt (long a0, long a1, IntPtr a2) |
static native boolean | INTERNALgetNumeralUint (long a0, long a1, IntPtr a2) |
static native boolean | INTERNALgetNumeralUint64 (long a0, long a1, LongPtr a2) |
static native boolean | INTERNALgetNumeralInt64 (long a0, long a1, LongPtr a2) |
static native boolean | INTERNALgetNumeralRationalInt64 (long a0, long a1, LongPtr a2, LongPtr a3) |
static native long | INTERNALgetAlgebraicNumberLower (long a0, long a1, int a2) |
static native long | INTERNALgetAlgebraicNumberUpper (long a0, long a1, int a2) |
static native long | INTERNALpatternToAst (long a0, long a1) |
static native int | INTERNALgetPatternNumTerms (long a0, long a1) |
static native long | INTERNALgetPattern (long a0, long a1, int a2) |
static native int | INTERNALgetIndexValue (long a0, long a1) |
static native boolean | INTERNALisQuantifierForall (long a0, long a1) |
static native int | INTERNALgetQuantifierWeight (long a0, long a1) |
static native int | INTERNALgetQuantifierNumPatterns (long a0, long a1) |
static native long | INTERNALgetQuantifierPatternAst (long a0, long a1, int a2) |
static native int | INTERNALgetQuantifierNumNoPatterns (long a0, long a1) |
static native long | INTERNALgetQuantifierNoPatternAst (long a0, long a1, int a2) |
static native int | INTERNALgetQuantifierNumBound (long a0, long a1) |
static native long | INTERNALgetQuantifierBoundName (long a0, long a1, int a2) |
static native long | INTERNALgetQuantifierBoundSort (long a0, long a1, int a2) |
static native long | INTERNALgetQuantifierBody (long a0, long a1) |
static native long | INTERNALsimplify (long a0, long a1) |
static native long | INTERNALsimplifyEx (long a0, long a1, long a2) |
static native String | INTERNALsimplifyGetHelp (long a0) |
static native long | INTERNALsimplifyGetParamDescrs (long a0) |
static native long | INTERNALupdateTerm (long a0, long a1, int a2, long[] a3) |
static native long | INTERNALsubstitute (long a0, long a1, int a2, long[] a3, long[] a4) |
static native long | INTERNALsubstituteVars (long a0, long a1, int a2, long[] a3) |
static native long | INTERNALtranslate (long a0, long a1, long a2) |
static native void | INTERNALmodelIncRef (long a0, long a1) |
static native void | INTERNALmodelDecRef (long a0, long a1) |
static native boolean | INTERNALmodelEval (long a0, long a1, long a2, boolean a3, LongPtr a4) |
static native long | INTERNALmodelGetConstInterp (long a0, long a1, long a2) |
static native boolean | INTERNALmodelHasInterp (long a0, long a1, long a2) |
static native long | INTERNALmodelGetFuncInterp (long a0, long a1, long a2) |
static native int | INTERNALmodelGetNumConsts (long a0, long a1) |
static native long | INTERNALmodelGetConstDecl (long a0, long a1, int a2) |
static native int | INTERNALmodelGetNumFuncs (long a0, long a1) |
static native long | INTERNALmodelGetFuncDecl (long a0, long a1, int a2) |
static native int | INTERNALmodelGetNumSorts (long a0, long a1) |
static native long | INTERNALmodelGetSort (long a0, long a1, int a2) |
static native long | INTERNALmodelGetSortUniverse (long a0, long a1, long a2) |
static native boolean | INTERNALisAsArray (long a0, long a1) |
static native long | INTERNALgetAsArrayFuncDecl (long a0, long a1) |
static native void | INTERNALfuncInterpIncRef (long a0, long a1) |
static native void | INTERNALfuncInterpDecRef (long a0, long a1) |
static native int | INTERNALfuncInterpGetNumEntries (long a0, long a1) |
static native long | INTERNALfuncInterpGetEntry (long a0, long a1, int a2) |
static native long | INTERNALfuncInterpGetElse (long a0, long a1) |
static native int | INTERNALfuncInterpGetArity (long a0, long a1) |
static native void | INTERNALfuncEntryIncRef (long a0, long a1) |
static native void | INTERNALfuncEntryDecRef (long a0, long a1) |
static native long | INTERNALfuncEntryGetValue (long a0, long a1) |
static native int | INTERNALfuncEntryGetNumArgs (long a0, long a1) |
static native long | INTERNALfuncEntryGetArg (long a0, long a1, int a2) |
static native int | INTERNALopenLog (String a0) |
static native void | INTERNALappendLog (String a0) |
static native void | INTERNALcloseLog () |
static native void | INTERNALtoggleWarningMessages (boolean a0) |
static native void | INTERNALsetAstPrintMode (long a0, int a1) |
static native String | INTERNALastToString (long a0, long a1) |
static native String | INTERNALpatternToString (long a0, long a1) |
static native String | INTERNALsortToString (long a0, long a1) |
static native String | INTERNALfuncDeclToString (long a0, long a1) |
static native String | INTERNALmodelToString (long a0, long a1) |
static native String | INTERNALbenchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7) |
static native long | INTERNALparseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) |
static native long | INTERNALparseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) |
static native void | INTERNALparseSmtlibString (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) |
static native void | INTERNALparseSmtlibFile (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) |
static native int | INTERNALgetSmtlibNumFormulas (long a0) |
static native long | INTERNALgetSmtlibFormula (long a0, int a1) |
static native int | INTERNALgetSmtlibNumAssumptions (long a0) |
static native long | INTERNALgetSmtlibAssumption (long a0, int a1) |
static native int | INTERNALgetSmtlibNumDecls (long a0) |
static native long | INTERNALgetSmtlibDecl (long a0, int a1) |
static native int | INTERNALgetSmtlibNumSorts (long a0) |
static native long | INTERNALgetSmtlibSort (long a0, int a1) |
static native String | INTERNALgetSmtlibError (long a0) |
static native int | INTERNALgetErrorCode (long a0) |
static native void | INTERNALsetError (long a0, int a1) |
static native String | INTERNALgetErrorMsg (int a0) |
static native String | INTERNALgetErrorMsgEx (long a0, int a1) |
static native void | INTERNALgetVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3) |
static native void | INTERNALenableTrace (String a0) |
static native void | INTERNALdisableTrace (String a0) |
static native void | INTERNALresetMemory () |
static native long | INTERNALmkFixedpoint (long a0) |
static native void | INTERNALfixedpointIncRef (long a0, long a1) |
static native void | INTERNALfixedpointDecRef (long a0, long a1) |
static native void | INTERNALfixedpointAddRule (long a0, long a1, long a2, long a3) |
static native void | INTERNALfixedpointAddFact (long a0, long a1, long a2, int a3, int[] a4) |
static native void | INTERNALfixedpointAssert (long a0, long a1, long a2) |
static native int | INTERNALfixedpointQuery (long a0, long a1, long a2) |
static native int | INTERNALfixedpointQueryRelations (long a0, long a1, int a2, long[] a3) |
static native long | INTERNALfixedpointGetAnswer (long a0, long a1) |
static native String | INTERNALfixedpointGetReasonUnknown (long a0, long a1) |
static native void | INTERNALfixedpointUpdateRule (long a0, long a1, long a2, long a3) |
static native int | INTERNALfixedpointGetNumLevels (long a0, long a1, long a2) |
static native long | INTERNALfixedpointGetCoverDelta (long a0, long a1, int a2, long a3) |
static native void | INTERNALfixedpointAddCover (long a0, long a1, int a2, long a3, long a4) |
static native long | INTERNALfixedpointGetStatistics (long a0, long a1) |
static native void | INTERNALfixedpointRegisterRelation (long a0, long a1, long a2) |
static native void | INTERNALfixedpointSetPredicateRepresentation (long a0, long a1, long a2, int a3, long[] a4) |
static native long | INTERNALfixedpointGetRules (long a0, long a1) |
static native long | INTERNALfixedpointGetAssertions (long a0, long a1) |
static native void | INTERNALfixedpointSetParams (long a0, long a1, long a2) |
static native String | INTERNALfixedpointGetHelp (long a0, long a1) |
static native long | INTERNALfixedpointGetParamDescrs (long a0, long a1) |
static native String | INTERNALfixedpointToString (long a0, long a1, int a2, long[] a3) |
static native long | INTERNALfixedpointFromString (long a0, long a1, String a2) |
static native long | INTERNALfixedpointFromFile (long a0, long a1, String a2) |
static native void | INTERNALfixedpointPush (long a0, long a1) |
static native void | INTERNALfixedpointPop (long a0, long a1) |
static native long | INTERNALmkAstVector (long a0) |
static native void | INTERNALastVectorIncRef (long a0, long a1) |
static native void | INTERNALastVectorDecRef (long a0, long a1) |
static native int | INTERNALastVectorSize (long a0, long a1) |
static native long | INTERNALastVectorGet (long a0, long a1, int a2) |
static native void | INTERNALastVectorSet (long a0, long a1, int a2, long a3) |
static native void | INTERNALastVectorResize (long a0, long a1, int a2) |
static native void | INTERNALastVectorPush (long a0, long a1, long a2) |
static native long | INTERNALastVectorTranslate (long a0, long a1, long a2) |
static native String | INTERNALastVectorToString (long a0, long a1) |
static native long | INTERNALmkAstMap (long a0) |
static native void | INTERNALastMapIncRef (long a0, long a1) |
static native void | INTERNALastMapDecRef (long a0, long a1) |
static native boolean | INTERNALastMapContains (long a0, long a1, long a2) |
static native long | INTERNALastMapFind (long a0, long a1, long a2) |
static native void | INTERNALastMapInsert (long a0, long a1, long a2, long a3) |
static native void | INTERNALastMapErase (long a0, long a1, long a2) |
static native void | INTERNALastMapReset (long a0, long a1) |
static native int | INTERNALastMapSize (long a0, long a1) |
static native long | INTERNALastMapKeys (long a0, long a1) |
static native String | INTERNALastMapToString (long a0, long a1) |
static native long | INTERNALmkGoal (long a0, boolean a1, boolean a2, boolean a3) |
static native void | INTERNALgoalIncRef (long a0, long a1) |
static native void | INTERNALgoalDecRef (long a0, long a1) |
static native int | INTERNALgoalPrecision (long a0, long a1) |
static native void | INTERNALgoalAssert (long a0, long a1, long a2) |
static native boolean | INTERNALgoalInconsistent (long a0, long a1) |
static native int | INTERNALgoalDepth (long a0, long a1) |
static native void | INTERNALgoalReset (long a0, long a1) |
static native int | INTERNALgoalSize (long a0, long a1) |
static native long | INTERNALgoalFormula (long a0, long a1, int a2) |
static native int | INTERNALgoalNumExprs (long a0, long a1) |
static native boolean | INTERNALgoalIsDecidedSat (long a0, long a1) |
static native boolean | INTERNALgoalIsDecidedUnsat (long a0, long a1) |
static native long | INTERNALgoalTranslate (long a0, long a1, long a2) |
static native String | INTERNALgoalToString (long a0, long a1) |
static native long | INTERNALmkTactic (long a0, String a1) |
static native void | INTERNALtacticIncRef (long a0, long a1) |
static native void | INTERNALtacticDecRef (long a0, long a1) |
static native long | INTERNALmkProbe (long a0, String a1) |
static native void | INTERNALprobeIncRef (long a0, long a1) |
static native void | INTERNALprobeDecRef (long a0, long a1) |
static native long | INTERNALtacticAndThen (long a0, long a1, long a2) |
static native long | INTERNALtacticOrElse (long a0, long a1, long a2) |
static native long | INTERNALtacticParOr (long a0, int a1, long[] a2) |
static native long | INTERNALtacticParAndThen (long a0, long a1, long a2) |
static native long | INTERNALtacticTryFor (long a0, long a1, int a2) |
static native long | INTERNALtacticWhen (long a0, long a1, long a2) |
static native long | INTERNALtacticCond (long a0, long a1, long a2, long a3) |
static native long | INTERNALtacticRepeat (long a0, long a1, int a2) |
static native long | INTERNALtacticSkip (long a0) |
static native long | INTERNALtacticFail (long a0) |
static native long | INTERNALtacticFailIf (long a0, long a1) |
static native long | INTERNALtacticFailIfNotDecided (long a0) |
static native long | INTERNALtacticUsingParams (long a0, long a1, long a2) |
static native long | INTERNALprobeConst (long a0, double a1) |
static native long | INTERNALprobeLt (long a0, long a1, long a2) |
static native long | INTERNALprobeGt (long a0, long a1, long a2) |
static native long | INTERNALprobeLe (long a0, long a1, long a2) |
static native long | INTERNALprobeGe (long a0, long a1, long a2) |
static native long | INTERNALprobeEq (long a0, long a1, long a2) |
static native long | INTERNALprobeAnd (long a0, long a1, long a2) |
static native long | INTERNALprobeOr (long a0, long a1, long a2) |
static native long | INTERNALprobeNot (long a0, long a1) |
static native int | INTERNALgetNumTactics (long a0) |
static native String | INTERNALgetTacticName (long a0, int a1) |
static native int | INTERNALgetNumProbes (long a0) |
static native String | INTERNALgetProbeName (long a0, int a1) |
static native String | INTERNALtacticGetHelp (long a0, long a1) |
static native long | INTERNALtacticGetParamDescrs (long a0, long a1) |
static native String | INTERNALtacticGetDescr (long a0, String a1) |
static native String | INTERNALprobeGetDescr (long a0, String a1) |
static native double | INTERNALprobeApply (long a0, long a1, long a2) |
static native long | INTERNALtacticApply (long a0, long a1, long a2) |
static native long | INTERNALtacticApplyEx (long a0, long a1, long a2, long a3) |
static native void | INTERNALapplyResultIncRef (long a0, long a1) |
static native void | INTERNALapplyResultDecRef (long a0, long a1) |
static native String | INTERNALapplyResultToString (long a0, long a1) |
static native int | INTERNALapplyResultGetNumSubgoals (long a0, long a1) |
static native long | INTERNALapplyResultGetSubgoal (long a0, long a1, int a2) |
static native long | INTERNALapplyResultConvertModel (long a0, long a1, int a2, long a3) |
static native long | INTERNALmkSolver (long a0) |
static native long | INTERNALmkSimpleSolver (long a0) |
static native long | INTERNALmkSolverForLogic (long a0, long a1) |
static native long | INTERNALmkSolverFromTactic (long a0, long a1) |
static native String | INTERNALsolverGetHelp (long a0, long a1) |
static native long | INTERNALsolverGetParamDescrs (long a0, long a1) |
static native void | INTERNALsolverSetParams (long a0, long a1, long a2) |
static native void | INTERNALsolverIncRef (long a0, long a1) |
static native void | INTERNALsolverDecRef (long a0, long a1) |
static native void | INTERNALsolverPush (long a0, long a1) |
static native void | INTERNALsolverPop (long a0, long a1, int a2) |
static native void | INTERNALsolverReset (long a0, long a1) |
static native int | INTERNALsolverGetNumScopes (long a0, long a1) |
static native void | INTERNALsolverAssert (long a0, long a1, long a2) |
static native void | INTERNALsolverAssertAndTrack (long a0, long a1, long a2, long a3) |
static native long | INTERNALsolverGetAssertions (long a0, long a1) |
static native int | INTERNALsolverCheck (long a0, long a1) |
static native int | INTERNALsolverCheckAssumptions (long a0, long a1, int a2, long[] a3) |
static native long | INTERNALsolverGetModel (long a0, long a1) |
static native long | INTERNALsolverGetProof (long a0, long a1) |
static native long | INTERNALsolverGetUnsatCore (long a0, long a1) |
static native String | INTERNALsolverGetReasonUnknown (long a0, long a1) |
static native long | INTERNALsolverGetStatistics (long a0, long a1) |
static native String | INTERNALsolverToString (long a0, long a1) |
static native String | INTERNALstatsToString (long a0, long a1) |
static native void | INTERNALstatsIncRef (long a0, long a1) |
static native void | INTERNALstatsDecRef (long a0, long a1) |
static native int | INTERNALstatsSize (long a0, long a1) |
static native String | INTERNALstatsGetKey (long a0, long a1, int a2) |
static native boolean | INTERNALstatsIsUint (long a0, long a1, int a2) |
static native boolean | INTERNALstatsIsDouble (long a0, long a1, int a2) |
static native int | INTERNALstatsGetUintValue (long a0, long a1, int a2) |
static native double | INTERNALstatsGetDoubleValue (long a0, long a1, int a2) |
static native long | INTERNALmkInjectiveFunction (long a0, long a1, int a2, long[] a3, long a4) |
static native void | INTERNALsetLogic (long a0, String a1) |
static native void | INTERNALpush (long a0) |
static native void | INTERNALpop (long a0, int a1) |
static native int | INTERNALgetNumScopes (long a0) |
static native void | INTERNALpersistAst (long a0, long a1, int a2) |
static native void | INTERNALassertCnstr (long a0, long a1) |
static native int | INTERNALcheckAndGetModel (long a0, LongPtr a1) |
static native int | INTERNALcheck (long a0) |
static native int | INTERNALcheckAssumptions (long a0, int a1, long[] a2, LongPtr a3, LongPtr a4, IntPtr a5, long[] a6) |
static native int | INTERNALgetImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4) |
static native void | INTERNALdelModel (long a0, long a1) |
static native void | INTERNALsoftCheckCancel (long a0) |
static native int | INTERNALgetSearchFailure (long a0) |
static native long | INTERNALmkLabel (long a0, long a1, boolean a2, long a3) |
static native long | INTERNALgetRelevantLabels (long a0) |
static native long | INTERNALgetRelevantLiterals (long a0) |
static native long | INTERNALgetGuessedLiterals (long a0) |
static native void | INTERNALdelLiterals (long a0, long a1) |
static native int | INTERNALgetNumLiterals (long a0, long a1) |
static native long | INTERNALgetLabelSymbol (long a0, long a1, int a2) |
static native long | INTERNALgetLiteral (long a0, long a1, int a2) |
static native void | INTERNALdisableLiteral (long a0, long a1, int a2) |
static native void | INTERNALblockLiterals (long a0, long a1) |
static native int | INTERNALgetModelNumConstants (long a0, long a1) |
static native long | INTERNALgetModelConstant (long a0, long a1, int a2) |
static native int | INTERNALgetModelNumFuncs (long a0, long a1) |
static native long | INTERNALgetModelFuncDecl (long a0, long a1, int a2) |
static native boolean | INTERNALevalFuncDecl (long a0, long a1, long a2, LongPtr a3) |
static native boolean | INTERNALisArrayValue (long a0, long a1, long a2, IntPtr a3) |
static native void | INTERNALgetArrayValue (long a0, long a1, long a2, int a3, long[] a4, long[] a5, LongPtr a6) |
static native long | INTERNALgetModelFuncElse (long a0, long a1, int a2) |
static native int | INTERNALgetModelFuncNumEntries (long a0, long a1, int a2) |
static native int | INTERNALgetModelFuncEntryNumArgs (long a0, long a1, int a2, int a3) |
static native long | INTERNALgetModelFuncEntryArg (long a0, long a1, int a2, int a3, int a4) |
static native long | INTERNALgetModelFuncEntryValue (long a0, long a1, int a2, int a3) |
static native boolean | INTERNALeval (long a0, long a1, long a2, LongPtr a3) |
static native boolean | INTERNALevalDecl (long a0, long a1, long a2, int a3, long[] a4, LongPtr a5) |
static native String | INTERNALcontextToString (long a0) |
static native String | INTERNALstatisticsToString (long a0) |
static native long | INTERNALgetContextAssignment (long a0) |
static native boolean | INTERNALalgebraicIsValue (long a0, long a1) |
static native boolean | INTERNALalgebraicIsPos (long a0, long a1) |
static native boolean | INTERNALalgebraicIsNeg (long a0, long a1) |
static native boolean | INTERNALalgebraicIsZero (long a0, long a1) |
static native int | INTERNALalgebraicSign (long a0, long a1) |
static native long | INTERNALalgebraicAdd (long a0, long a1, long a2) |
static native long | INTERNALalgebraicSub (long a0, long a1, long a2) |
static native long | INTERNALalgebraicMul (long a0, long a1, long a2) |
static native long | INTERNALalgebraicDiv (long a0, long a1, long a2) |
static native long | INTERNALalgebraicRoot (long a0, long a1, int a2) |
static native long | INTERNALalgebraicPower (long a0, long a1, int a2) |
static native boolean | INTERNALalgebraicLt (long a0, long a1, long a2) |
static native boolean | INTERNALalgebraicGt (long a0, long a1, long a2) |
static native boolean | INTERNALalgebraicLe (long a0, long a1, long a2) |
static native boolean | INTERNALalgebraicGe (long a0, long a1, long a2) |
static native boolean | INTERNALalgebraicEq (long a0, long a1, long a2) |
static native boolean | INTERNALalgebraicNeq (long a0, long a1, long a2) |
static native long | INTERNALalgebraicRoots (long a0, long a1, int a2, long[] a3) |
static native int | INTERNALalgebraicEval (long a0, long a1, int a2, long[] a3) |
static native long | INTERNALpolynomialSubresultants (long a0, long a1, long a2, long a3) |
static native void | INTERNALrcfDel (long a0, long a1) |
static native long | INTERNALrcfMkRational (long a0, String a1) |
static native long | INTERNALrcfMkSmallInt (long a0, int a1) |
static native long | INTERNALrcfMkPi (long a0) |
static native long | INTERNALrcfMkE (long a0) |
static native long | INTERNALrcfMkInfinitesimal (long a0) |
static native int | INTERNALrcfMkRoots (long a0, int a1, long[] a2, long[] a3) |
static native long | INTERNALrcfAdd (long a0, long a1, long a2) |
static native long | INTERNALrcfSub (long a0, long a1, long a2) |
static native long | INTERNALrcfMul (long a0, long a1, long a2) |
static native long | INTERNALrcfDiv (long a0, long a1, long a2) |
static native long | INTERNALrcfNeg (long a0, long a1) |
static native long | INTERNALrcfInv (long a0, long a1) |
static native long | INTERNALrcfPower (long a0, long a1, int a2) |
static native boolean | INTERNALrcfLt (long a0, long a1, long a2) |
static native boolean | INTERNALrcfGt (long a0, long a1, long a2) |
static native boolean | INTERNALrcfLe (long a0, long a1, long a2) |
static native boolean | INTERNALrcfGe (long a0, long a1, long a2) |
static native boolean | INTERNALrcfEq (long a0, long a1, long a2) |
static native boolean | INTERNALrcfNeq (long a0, long a1, long a2) |
static native String | INTERNALrcfNumToString (long a0, long a1, boolean a2, boolean a3) |
static native String | INTERNALrcfNumToDecimalString (long a0, long a1, int a2) |
static native void | INTERNALrcfGetNumeratorDenominator (long a0, long a1, LongPtr a2, LongPtr a3) |
static native long | INTERNALmkInterpolant (long a0, long a1) |
static native long | INTERNALmkInterpolationContext (long a0) |
static native long | INTERNALgetInterpolant (long a0, long a1, long a2, long a3) |
static native int | INTERNALcomputeInterpolant (long a0, long a1, long a2, LongPtr a3, LongPtr a4) |
static native String | INTERNALinterpolationProfile (long a0) |
static native int | INTERNALreadInterpolationProblem (long a0, IntPtr a1, ObjArrayPtr a2, UIntArrayPtr a3, String a4, StringPtr a5, IntPtr a6, ObjArrayPtr a7) |
static native int | INTERNALcheckInterpolant (long a0, int a1, long[] a2, int[] a3, long[] a4, StringPtr a5, int a6, long[] a7) |
static native void | INTERNALwriteInterpolationProblem (long a0, int a1, long[] a2, int[] a3, String a4, int a5, long[] a6) |
Definition at line 4 of file Native.java.
|
inlinestatic |
Definition at line 4837 of file Native.java.
|
inlinestatic |
Definition at line 4864 of file Native.java.
|
inlinestatic |
Definition at line 4927 of file Native.java.
|
inlinestatic |
Definition at line 4954 of file Native.java.
|
inlinestatic |
Definition at line 4918 of file Native.java.
|
inlinestatic |
Definition at line 4900 of file Native.java.
|
inlinestatic |
Definition at line 4810 of file Native.java.
|
inlinestatic |
Definition at line 4801 of file Native.java.
|
inlinestatic |
Definition at line 4792 of file Native.java.
|
inlinestatic |
Definition at line 4819 of file Native.java.
|
inlinestatic |
Definition at line 4909 of file Native.java.
|
inlinestatic |
Definition at line 4891 of file Native.java.
|
inlinestatic |
Definition at line 4855 of file Native.java.
|
inlinestatic |
Definition at line 4936 of file Native.java.
|
inlinestatic |
Definition at line 4882 of file Native.java.
|
inlinestatic |
Definition at line 4873 of file Native.java.
|
inlinestatic |
Definition at line 4945 of file Native.java.
|
inlinestatic |
Definition at line 4828 of file Native.java.
|
inlinestatic |
Definition at line 4846 of file Native.java.
|
inlinestatic |
Definition at line 2966 of file Native.java.
Referenced by Log.append().
|
inlinestatic |
Definition at line 4138 of file Native.java.
Referenced by ApplyResult.convertModel().
|
inlinestatic |
Definition at line 4103 of file Native.java.
|
inlinestatic |
Definition at line 4120 of file Native.java.
Referenced by ApplyResult.getNumSubgoals().
|
inlinestatic |
Definition at line 4129 of file Native.java.
Referenced by ApplyResult.getSubgoals().
|
inlinestatic |
Definition at line 4095 of file Native.java.
|
inlinestatic |
Definition at line 4111 of file Native.java.
Referenced by ApplyResult.toString().
|
inlinestatic |
Definition at line 2282 of file Native.java.
|
inlinestatic |
Definition at line 4484 of file Native.java.
|
inlinestatic |
Definition at line 3548 of file Native.java.
|
inlinestatic |
Definition at line 3540 of file Native.java.
|
inlinestatic |
Definition at line 3574 of file Native.java.
|
inlinestatic |
Definition at line 3557 of file Native.java.
|
inlinestatic |
Definition at line 3532 of file Native.java.
|
inlinestatic |
Definition at line 3566 of file Native.java.
|
inlinestatic |
Definition at line 3599 of file Native.java.
|
inlinestatic |
Definition at line 3582 of file Native.java.
|
inlinestatic |
Definition at line 3590 of file Native.java.
|
inlinestatic |
Definition at line 3608 of file Native.java.
|
inlinestatic |
Definition at line 2989 of file Native.java.
Referenced by AST.getSExpr(), and AST.toString().
|
inlinestatic |
Definition at line 3455 of file Native.java.
|
inlinestatic |
Definition at line 3472 of file Native.java.
|
inlinestatic |
Definition at line 3447 of file Native.java.
|
inlinestatic |
Definition at line 3497 of file Native.java.
|
inlinestatic |
Definition at line 3489 of file Native.java.
|
inlinestatic |
Definition at line 3481 of file Native.java.
|
inlinestatic |
Definition at line 3463 of file Native.java.
|
inlinestatic |
Definition at line 3514 of file Native.java.
|
inlinestatic |
Definition at line 3505 of file Native.java.
|
inlinestatic |
Definition at line 3034 of file Native.java.
Referenced by Context.benchmarkToSMTString().
|
inlinestatic |
Definition at line 4632 of file Native.java.
|
inlinestatic |
Definition at line 4501 of file Native.java.
|
inlinestatic |
Definition at line 4492 of file Native.java.
|
inlinestatic |
Definition at line 4510 of file Native.java.
|
inlinestatic |
Definition at line 5228 of file Native.java.
Referenced by InterpolationContext.CheckInterpolant().
|
inlinestatic |
Definition at line 2971 of file Native.java.
Referenced by Log.close().
|
inlinestatic |
Definition at line 5201 of file Native.java.
|
inlinestatic |
Definition at line 4765 of file Native.java.
|
inlinestatic |
Definition at line 615 of file Native.java.
|
inlinestatic |
Definition at line 576 of file Native.java.
Referenced by Context.Context(), and InterpolationContext.InterpolationContext().
|
inlinestatic |
Definition at line 882 of file Native.java.
Referenced by Constructor.finalize().
|
inlinestatic |
Definition at line 908 of file Native.java.
Referenced by ConstructorList.finalize().
|
inlinestatic |
Definition at line 602 of file Native.java.
Referenced by Context.finalize().
|
inlinestatic |
Definition at line 4589 of file Native.java.
|
inlinestatic |
Definition at line 4528 of file Native.java.
|
inlinestatic |
Definition at line 4624 of file Native.java.
|
inlinestatic |
Definition at line 3197 of file Native.java.
|
inlinestatic |
Definition at line 3192 of file Native.java.
|
inlinestatic |
Definition at line 4747 of file Native.java.
|
inlinestatic |
Definition at line 4756 of file Native.java.
|
inlinestatic |
Definition at line 4676 of file Native.java.
|
inlinestatic |
Definition at line 3318 of file Native.java.
Referenced by Fixedpoint.addCover().
|
inlinestatic |
Definition at line 3240 of file Native.java.
Referenced by Fixedpoint.addFact().
|
inlinestatic |
Definition at line 3232 of file Native.java.
Referenced by Fixedpoint.addRule().
|
inlinestatic |
Definition at line 3248 of file Native.java.
Referenced by Fixedpoint.add().
|
inlinestatic |
Definition at line 3224 of file Native.java.
|
inlinestatic |
Definition at line 3413 of file Native.java.
|
inlinestatic |
Definition at line 3404 of file Native.java.
|
inlinestatic |
Definition at line 3274 of file Native.java.
Referenced by Fixedpoint.getAnswer().
|
inlinestatic |
Definition at line 3360 of file Native.java.
Referenced by Fixedpoint.getAssertions().
|
inlinestatic |
Definition at line 3309 of file Native.java.
Referenced by Fixedpoint.getCoverDelta().
|
inlinestatic |
Definition at line 3377 of file Native.java.
Referenced by Fixedpoint.getHelp().
|
inlinestatic |
Definition at line 3300 of file Native.java.
Referenced by Fixedpoint.getNumLevels().
|
inlinestatic |
Definition at line 3386 of file Native.java.
Referenced by Fixedpoint.getParameterDescriptions().
|
inlinestatic |
Definition at line 3283 of file Native.java.
Referenced by Fixedpoint.getReasonUnknown().
|
inlinestatic |
Definition at line 3351 of file Native.java.
Referenced by Fixedpoint.getRules().
|
inlinestatic |
Definition at line 3326 of file Native.java.
|
inlinestatic |
Definition at line 3216 of file Native.java.
|
inlinestatic |
Definition at line 3430 of file Native.java.
Referenced by Fixedpoint.pop().
|
inlinestatic |
Definition at line 3422 of file Native.java.
Referenced by Fixedpoint.push().
|
inlinestatic |
Definition at line 3256 of file Native.java.
Referenced by Fixedpoint.query().
|
inlinestatic |
Definition at line 3265 of file Native.java.
Referenced by Fixedpoint.query().
|
inlinestatic |
Definition at line 3335 of file Native.java.
Referenced by Fixedpoint.registerRelation().
|
inlinestatic |
Definition at line 3369 of file Native.java.
Referenced by Fixedpoint.setParameters().
|
inlinestatic |
Definition at line 3343 of file Native.java.
Referenced by Fixedpoint.setPredicateRepresentation().
|
inlinestatic |
Definition at line 3395 of file Native.java.
Referenced by Fixedpoint.toString().
|
inlinestatic |
Definition at line 3292 of file Native.java.
Referenced by Fixedpoint.updateRule().
|
inlinestatic |
Definition at line 2120 of file Native.java.
|
inlinestatic |
Definition at line 3016 of file Native.java.
Referenced by FuncDecl.toString().
|
inlinestatic |
Definition at line 2925 of file Native.java.
|
inlinestatic |
Definition at line 2951 of file Native.java.
Referenced by FuncInterp.Entry.getArgs().
|
inlinestatic |
Definition at line 2942 of file Native.java.
Referenced by FuncInterp.Entry.getNumArgs().
|
inlinestatic |
Definition at line 2933 of file Native.java.
Referenced by FuncInterp.Entry.getValue().
|
inlinestatic |
Definition at line 2917 of file Native.java.
|
inlinestatic |
Definition at line 2873 of file Native.java.
|
inlinestatic |
Definition at line 2908 of file Native.java.
Referenced by FuncInterp.getArity().
|
inlinestatic |
Definition at line 2899 of file Native.java.
Referenced by FuncInterp.getElse().
|
inlinestatic |
Definition at line 2890 of file Native.java.
Referenced by FuncInterp.getEntries().
|
inlinestatic |
Definition at line 2881 of file Native.java.
Referenced by FuncInterp.getNumEntries().
|
inlinestatic |
Definition at line 2865 of file Native.java.
|
inlinestatic |
Definition at line 2516 of file Native.java.
Referenced by AlgebraicNum.toLower().
|
inlinestatic |
Definition at line 2525 of file Native.java.
Referenced by AlgebraicNum.toUpper().
|
inlinestatic |
Definition at line 2309 of file Native.java.
Referenced by Expr.getArgs().
|
inlinestatic |
Definition at line 2291 of file Native.java.
Referenced by Expr.getFuncDecl().
|
inlinestatic |
Definition at line 2300 of file Native.java.
Referenced by Expr.getNumArgs().
|
inlinestatic |
Definition at line 2174 of file Native.java.
Referenced by FuncDecl.getArity().
|
inlinestatic |
Definition at line 2021 of file Native.java.
Referenced by ArraySort.getDomain().
|
inlinestatic |
Definition at line 2030 of file Native.java.
Referenced by ArraySort.getRange().
|
inlinestatic |
Definition at line 4694 of file Native.java.
|
inlinestatic |
Definition at line 2856 of file Native.java.
Referenced by Model.getFuncInterp().
|
inlinestatic |
Definition at line 2336 of file Native.java.
Referenced by AST.hashCode().
|
inlinestatic |
Definition at line 2327 of file Native.java.
Referenced by AST.getId().
|
inlinestatic |
Definition at line 2372 of file Native.java.
Referenced by AST.getASTKind().
|
inlinestatic |
Definition at line 2363 of file Native.java.
Referenced by Expr.getBoolValue().
|
inlinestatic |
Definition at line 2003 of file Native.java.
Referenced by BitVecSort.getSize().
|
inlinestatic |
Definition at line 4783 of file Native.java.
|
inlinestatic |
Definition at line 2075 of file Native.java.
Referenced by DatatypeSort.getAccessors(), ListSort.getConsDecl(), EnumSort.getConstDecls(), DatatypeSort.getConstructors(), and ListSort.getNilDecl().
|
inlinestatic |
Definition at line 2093 of file Native.java.
Referenced by DatatypeSort.getAccessors(), ListSort.getHeadDecl(), and ListSort.getTailDecl().
|
inlinestatic |
Definition at line 2066 of file Native.java.
Referenced by EnumSort.getConstDecls(), DatatypeSort.getNumConstructors(), and EnumSort.getTesterDecls().
|
inlinestatic |
Definition at line 2084 of file Native.java.
Referenced by ListSort.getIsConsDecl(), ListSort.getIsNilDecl(), DatatypeSort.getRecognizers(), and EnumSort.getTesterDecls().
|
inlinestatic |
Definition at line 2255 of file Native.java.
Referenced by FuncDecl.getParameters().
|
inlinestatic |
Definition at line 2228 of file Native.java.
Referenced by FuncDecl.getParameters().
|
inlinestatic |
Definition at line 2264 of file Native.java.
Referenced by FuncDecl.getParameters().
|
inlinestatic |
Definition at line 2219 of file Native.java.
Referenced by FuncDecl.getParameters().
|
inlinestatic |
Definition at line 2156 of file Native.java.
Referenced by FuncDecl.getDeclKind().
|
inlinestatic |
Definition at line 2147 of file Native.java.
Referenced by FuncDecl.getName().
|
inlinestatic |
Definition at line 2201 of file Native.java.
Referenced by FuncDecl.getNumParameters().
|
inlinestatic |
Definition at line 2210 of file Native.java.
|
inlinestatic |
Definition at line 2273 of file Native.java.
Referenced by FuncDecl.getParameters().
|
inlinestatic |
Definition at line 2246 of file Native.java.
|
inlinestatic |
Definition at line 2237 of file Native.java.
|
inlinestatic |
Definition at line 2453 of file Native.java.
Referenced by RatNum.getDenominator().
|
inlinestatic |
Definition at line 2183 of file Native.java.
Referenced by FuncDecl.getDomain().
|
inlinestatic |
Definition at line 2165 of file Native.java.
Referenced by FuncDecl.getDomainSize().
|
inlinestatic |
Definition at line 3158 of file Native.java.
|
inlinestatic |
Definition at line 3172 of file Native.java.
|
inlinestatic |
Definition at line 3178 of file Native.java.
|
inlinestatic |
Definition at line 2012 of file Native.java.
Referenced by FiniteDomainSort.getSize().
|
inlinestatic |
Definition at line 2138 of file Native.java.
Referenced by FuncDecl.getId().
|
inlinestatic |
Definition at line 4580 of file Native.java.
|
inlinestatic |
Definition at line 4519 of file Native.java.
|
inlinestatic |
Definition at line 2561 of file Native.java.
Referenced by Expr.getIndex().
|
inlinestatic |
Definition at line 5192 of file Native.java.
|
inlinestatic |
Definition at line 4606 of file Native.java.
|
inlinestatic |
Definition at line 4615 of file Native.java.
|
inlinestatic |
Definition at line 4649 of file Native.java.
|
inlinestatic |
Definition at line 4667 of file Native.java.
|
inlinestatic |
Definition at line 4702 of file Native.java.
|
inlinestatic |
Definition at line 4729 of file Native.java.
|
inlinestatic |
Definition at line 4720 of file Native.java.
|
inlinestatic |
Definition at line 4738 of file Native.java.
|
inlinestatic |
Definition at line 4711 of file Native.java.
|
inlinestatic |
Definition at line 4640 of file Native.java.
|
inlinestatic |
Definition at line 4658 of file Native.java.
|
inlinestatic |
Definition at line 2435 of file Native.java.
Referenced by AlgebraicNum.toDecimal(), and RatNum.toDecimalString().
|
inlinestatic |
Definition at line 2471 of file Native.java.
Referenced by BitVecNum.getInt(), and IntNum.getInt().
|
inlinestatic |
Definition at line 2498 of file Native.java.
Referenced by IntNum.getInt64(), and BitVecNum.getLong().
|
inlinestatic |
Definition at line 2507 of file Native.java.
|
inlinestatic |
Definition at line 2462 of file Native.java.
|
inlinestatic |
Definition at line 2426 of file Native.java.
Referenced by BitVecNum.toString(), IntNum.toString(), and RatNum.toString().
|
inlinestatic |
Definition at line 2480 of file Native.java.
|
inlinestatic |
Definition at line 2489 of file Native.java.
|
inlinestatic |
Definition at line 2444 of file Native.java.
Referenced by RatNum.getNumerator().
|
inlinestatic |
Definition at line 4597 of file Native.java.
|
inlinestatic |
Definition at line 4014 of file Native.java.
Referenced by Context.getNumProbes().
|
inlinestatic |
Definition at line 4467 of file Native.java.
|
inlinestatic |
Definition at line 3996 of file Native.java.
Referenced by Context.getNumTactics().
|
inlinestatic |
Definition at line 2552 of file Native.java.
Referenced by Pattern.getTerms().
|
inlinestatic |
Definition at line 2543 of file Native.java.
Referenced by Pattern.getNumTerms().
|
inlinestatic |
Definition at line 4023 of file Native.java.
Referenced by Context.getProbeNames().
|
inlinestatic |
Definition at line 2651 of file Native.java.
Referenced by Quantifier.getBody().
|
inlinestatic |
Definition at line 2633 of file Native.java.
Referenced by Quantifier.getBoundVariableNames().
|
inlinestatic |
Definition at line 2642 of file Native.java.
Referenced by Quantifier.getBoundVariableSorts().
|
inlinestatic |
Definition at line 2615 of file Native.java.
Referenced by Quantifier.getNoPatterns().
|
inlinestatic |
Definition at line 2624 of file Native.java.
Referenced by Quantifier.getNumBound().
|
inlinestatic |
Definition at line 2606 of file Native.java.
Referenced by Quantifier.getNumNoPatterns().
|
inlinestatic |
Definition at line 2588 of file Native.java.
Referenced by Quantifier.getNumPatterns().
|
inlinestatic |
Definition at line 2597 of file Native.java.
Referenced by Quantifier.getPatterns().
|
inlinestatic |
Definition at line 2579 of file Native.java.
Referenced by Quantifier.getWeight().
|
inlinestatic |
Definition at line 2192 of file Native.java.
Referenced by Model.getConstInterp(), Model.getFuncInterp(), and FuncDecl.getRange().
|
inlinestatic |
Definition at line 2102 of file Native.java.
Referenced by RelationSort.getArity().
|
inlinestatic |
Definition at line 2111 of file Native.java.
Referenced by RelationSort.getColumnSorts().
|
inlinestatic |
Definition at line 4562 of file Native.java.
|
inlinestatic |
Definition at line 4571 of file Native.java.
|
inlinestatic |
Definition at line 4544 of file Native.java.
|
inlinestatic |
Definition at line 3104 of file Native.java.
Referenced by Context.getSMTLIBAssumptions().
|
inlinestatic |
Definition at line 3122 of file Native.java.
Referenced by Context.getSMTLIBDecls().
|
inlinestatic |
Definition at line 3149 of file Native.java.
|
inlinestatic |
Definition at line 3086 of file Native.java.
Referenced by Context.getSMTLIBFormulas().
|
inlinestatic |
Definition at line 3095 of file Native.java.
Referenced by Context.getNumSMTLIBAssumptions().
|
inlinestatic |
Definition at line 3113 of file Native.java.
Referenced by Context.getNumSMTLIBDecls().
|
inlinestatic |
Definition at line 3077 of file Native.java.
Referenced by Context.getNumSMTLIBFormulas().
|
inlinestatic |
Definition at line 3131 of file Native.java.
Referenced by Context.getNumSMTLIBSorts().
|
inlinestatic |
Definition at line 3140 of file Native.java.
Referenced by Context.getSMTLIBSorts().
|
inlinestatic |
Definition at line 2345 of file Native.java.
Referenced by Expr.getSort(), Expr.isArray(), Expr.isBool(), Expr.isBV(), Expr.isFiniteDomain(), Expr.isInt(), Expr.isReal(), and Expr.isRelation().
|
inlinestatic |
Definition at line 1967 of file Native.java.
Referenced by Sort.getId().
|
inlinestatic |
Definition at line 1994 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().
|
inlinestatic |
Definition at line 1958 of file Native.java.
Referenced by Sort.getName().
|
inlinestatic |
Definition at line 1940 of file Native.java.
Referenced by IntSymbol.getInt().
|
inlinestatic |
Definition at line 1931 of file Native.java.
Referenced by Symbol.getKind().
|
inlinestatic |
Definition at line 1949 of file Native.java.
Referenced by StringSymbol.getString().
|
inlinestatic |
Definition at line 4005 of file Native.java.
Referenced by Context.getTacticNames().
|
inlinestatic |
Definition at line 2057 of file Native.java.
Referenced by TupleSort.getFieldDecls().
|
inlinestatic |
Definition at line 2039 of file Native.java.
Referenced by TupleSort.mkDecl().
|
inlinestatic |
Definition at line 2048 of file Native.java.
Referenced by TupleSort.getNumFields().
|
inlinestatic |
Definition at line 3187 of file Native.java.
Referenced by Version.getBuild(), Version.getMajor(), Version.getMinor(), Version.getRevision(), and Version.getString().
|
inlinestatic |
Definition at line 564 of file Native.java.
Referenced by Global.getParameter().
|
inlinestatic |
Definition at line 559 of file Native.java.
Referenced by Global.resetParameters().
|
inlinestatic |
Definition at line 554 of file Native.java.
Referenced by Global.setParameter().
|
inlinestatic |
Definition at line 3651 of file Native.java.
Referenced by Goal.add().
|
inlinestatic |
Definition at line 3634 of file Native.java.
|
inlinestatic |
Definition at line 3668 of file Native.java.
Referenced by Goal.getDepth().
|
inlinestatic |
Definition at line 3694 of file Native.java.
Referenced by Goal.getFormulas().
|
inlinestatic |
Definition at line 3659 of file Native.java.
Referenced by Goal.inconsistent().
|
inlinestatic |
Definition at line 3626 of file Native.java.
|
inlinestatic |
Definition at line 3712 of file Native.java.
Referenced by Goal.isDecidedSat().
|
inlinestatic |
Definition at line 3721 of file Native.java.
Referenced by Goal.isDecidedUnsat().
|
inlinestatic |
Definition at line 3703 of file Native.java.
Referenced by Goal.getNumExprs().
|
inlinestatic |
Definition at line 3642 of file Native.java.
Referenced by Goal.getPrecision().
|
inlinestatic |
Definition at line 3677 of file Native.java.
Referenced by Goal.reset().
|
inlinestatic |
Definition at line 3685 of file Native.java.
Referenced by Goal.size().
|
inlinestatic |
Definition at line 3739 of file Native.java.
Referenced by Goal.toString().
|
inlinestatic |
Definition at line 3730 of file Native.java.
Referenced by Goal.translate().
|
inlinestatic |
Definition at line 607 of file Native.java.
|
staticprotected |
Referenced by Native.algebraicAdd().
|
staticprotected |
Referenced by Native.algebraicDiv().
|
staticprotected |
Referenced by Native.algebraicEq().
|
staticprotected |
Referenced by Native.algebraicEval().
|
staticprotected |
Referenced by Native.algebraicGe().
|
staticprotected |
Referenced by Native.algebraicGt().
|
staticprotected |
Referenced by Native.algebraicIsNeg().
|
staticprotected |
Referenced by Native.algebraicIsPos().
|
staticprotected |
Referenced by Native.algebraicIsValue().
|
staticprotected |
Referenced by Native.algebraicIsZero().
|
staticprotected |
Referenced by Native.algebraicLe().
|
staticprotected |
Referenced by Native.algebraicLt().
|
staticprotected |
Referenced by Native.algebraicMul().
|
staticprotected |
Referenced by Native.algebraicNeq().
|
staticprotected |
Referenced by Native.algebraicPower().
|
staticprotected |
Referenced by Native.algebraicRoot().
|
staticprotected |
Referenced by Native.algebraicRoots().
|
staticprotected |
Referenced by Native.algebraicSign().
|
staticprotected |
Referenced by Native.algebraicSub().
|
staticprotected |
Referenced by Native.appendLog().
|
staticprotected |
Referenced by Native.applyResultConvertModel().
|
staticprotected |
Referenced by Native.applyResultDecRef().
|
staticprotected |
Referenced by Native.applyResultGetNumSubgoals().
|
staticprotected |
Referenced by Native.applyResultGetSubgoal().
|
staticprotected |
Referenced by Native.applyResultIncRef().
|
staticprotected |
Referenced by Native.applyResultToString().
|
staticprotected |
Referenced by Native.appToAst().
|
staticprotected |
Referenced by Native.assertCnstr().
|
staticprotected |
Referenced by Native.astMapContains().
|
staticprotected |
Referenced by Native.astMapDecRef().
|
staticprotected |
Referenced by Native.astMapErase().
|
staticprotected |
Referenced by Native.astMapFind().
|
staticprotected |
Referenced by Native.astMapIncRef().
|
staticprotected |
Referenced by Native.astMapInsert().
|
staticprotected |
Referenced by Native.astMapKeys().
|
staticprotected |
Referenced by Native.astMapReset().
|
staticprotected |
Referenced by Native.astMapSize().
|
staticprotected |
Referenced by Native.astMapToString().
|
staticprotected |
Referenced by Native.astToString().
|
staticprotected |
Referenced by Native.astVectorDecRef().
|
staticprotected |
Referenced by Native.astVectorGet().
|
staticprotected |
Referenced by Native.astVectorIncRef().
|
staticprotected |
Referenced by Native.astVectorPush().
|
staticprotected |
Referenced by Native.astVectorResize().
|
staticprotected |
Referenced by Native.astVectorSet().
|
staticprotected |
Referenced by Native.astVectorSize().
|
staticprotected |
Referenced by Native.astVectorToString().
|
staticprotected |
Referenced by Native.astVectorTranslate().
|
staticprotected |
Referenced by Native.benchmarkToSmtlibString().
|
staticprotected |
Referenced by Native.blockLiterals().
|
staticprotected |
Referenced by Native.check().
|
staticprotected |
Referenced by Native.checkAndGetModel().
|
staticprotected |
Referenced by Native.checkAssumptions().
|
staticprotected |
Referenced by Native.checkInterpolant().
|
staticprotected |
Referenced by Native.closeLog().
|
staticprotected |
Referenced by Native.computeInterpolant().
|
staticprotected |
Referenced by Native.contextToString().
|
staticprotected |
Referenced by Native.decRef().
|
staticprotected |
Referenced by Native.delConfig().
|
staticprotected |
Referenced by Native.delConstructor().
|
staticprotected |
Referenced by Native.delConstructorList().
|
staticprotected |
Referenced by Native.delContext().
|
staticprotected |
Referenced by Native.delLiterals().
|
staticprotected |
Referenced by Native.delModel().
|
staticprotected |
Referenced by Native.disableLiteral().
|
staticprotected |
Referenced by Native.disableTrace().
|
staticprotected |
Referenced by Native.enableTrace().
|
staticprotected |
Referenced by Native.eval().
|
staticprotected |
Referenced by Native.evalDecl().
|
staticprotected |
Referenced by Native.evalFuncDecl().
|
staticprotected |
Referenced by Native.fixedpointAddCover().
|
staticprotected |
Referenced by Native.fixedpointAddFact().
|
staticprotected |
Referenced by Native.fixedpointAddRule().
|
staticprotected |
Referenced by Native.fixedpointAssert().
|
staticprotected |
Referenced by Native.fixedpointDecRef().
|
staticprotected |
Referenced by Native.fixedpointFromFile().
|
staticprotected |
Referenced by Native.fixedpointFromString().
|
staticprotected |
Referenced by Native.fixedpointGetAnswer().
|
staticprotected |
Referenced by Native.fixedpointGetAssertions().
|
staticprotected |
Referenced by Native.fixedpointGetCoverDelta().
|
staticprotected |
Referenced by Native.fixedpointGetHelp().
|
staticprotected |
Referenced by Native.fixedpointGetNumLevels().
|
staticprotected |
Referenced by Native.fixedpointGetParamDescrs().
|
staticprotected |
Referenced by Native.fixedpointGetReasonUnknown().
|
staticprotected |
Referenced by Native.fixedpointGetRules().
|
staticprotected |
Referenced by Native.fixedpointGetStatistics().
|
staticprotected |
Referenced by Native.fixedpointIncRef().
|
staticprotected |
Referenced by Native.fixedpointPop().
|
staticprotected |
Referenced by Native.fixedpointPush().
|
staticprotected |
Referenced by Native.fixedpointQuery().
|
staticprotected |
Referenced by Native.fixedpointQueryRelations().
|
staticprotected |
Referenced by Native.fixedpointRegisterRelation().
|
staticprotected |
Referenced by Native.fixedpointSetParams().
|
staticprotected |
Referenced by Native.fixedpointSetPredicateRepresentation().
|
staticprotected |
Referenced by Native.fixedpointToString().
|
staticprotected |
Referenced by Native.fixedpointUpdateRule().
|
staticprotected |
Referenced by Native.funcDeclToAst().
|
staticprotected |
Referenced by Native.funcDeclToString().
|
staticprotected |
Referenced by Native.funcEntryDecRef().
|
staticprotected |
Referenced by Native.funcEntryGetArg().
|
staticprotected |
Referenced by Native.funcEntryGetNumArgs().
|
staticprotected |
Referenced by Native.funcEntryGetValue().
|
staticprotected |
Referenced by Native.funcEntryIncRef().
|
staticprotected |
Referenced by Native.funcInterpDecRef().
|
staticprotected |
Referenced by Native.funcInterpGetArity().
|
staticprotected |
Referenced by Native.funcInterpGetElse().
|
staticprotected |
Referenced by Native.funcInterpGetEntry().
|
staticprotected |
Referenced by Native.funcInterpGetNumEntries().
|
staticprotected |
Referenced by Native.funcInterpIncRef().
|
staticprotected |
Referenced by Native.getAlgebraicNumberLower().
|
staticprotected |
Referenced by Native.getAlgebraicNumberUpper().
|
staticprotected |
Referenced by Native.getAppArg().
|
staticprotected |
Referenced by Native.getAppDecl().
|
staticprotected |
Referenced by Native.getAppNumArgs().
|
staticprotected |
Referenced by Native.getArity().
|
staticprotected |
Referenced by Native.getArraySortDomain().
|
staticprotected |
Referenced by Native.getArraySortRange().
|
staticprotected |
Referenced by Native.getArrayValue().
|
staticprotected |
Referenced by Native.getAsArrayFuncDecl().
|
staticprotected |
Referenced by Native.getAstHash().
|
staticprotected |
Referenced by Native.getAstId().
|
staticprotected |
Referenced by Native.getAstKind().
|
staticprotected |
Referenced by Native.getBoolValue().
|
staticprotected |
Referenced by Native.getBvSortSize().
|
staticprotected |
Referenced by Native.getContextAssignment().
|
staticprotected |
Referenced by Native.getDatatypeSortConstructor().
|
staticprotected |
Referenced by Native.getDatatypeSortConstructorAccessor().
|
staticprotected |
Referenced by Native.getDatatypeSortNumConstructors().
|
staticprotected |
Referenced by Native.getDatatypeSortRecognizer().
|
staticprotected |
Referenced by Native.getDeclAstParameter().
|
staticprotected |
Referenced by Native.getDeclDoubleParameter().
|
staticprotected |
Referenced by Native.getDeclFuncDeclParameter().
|
staticprotected |
Referenced by Native.getDeclIntParameter().
|
staticprotected |
Referenced by Native.getDeclKind().
|
staticprotected |
Referenced by Native.getDeclName().
|
staticprotected |
Referenced by Native.getDeclNumParameters().
|
staticprotected |
Referenced by Native.getDeclParameterKind().
|
staticprotected |
Referenced by Native.getDeclRationalParameter().
|
staticprotected |
Referenced by Native.getDeclSortParameter().
|
staticprotected |
Referenced by Native.getDeclSymbolParameter().
|
staticprotected |
Referenced by Native.getDenominator().
|
staticprotected |
Referenced by Native.getDomain().
|
staticprotected |
Referenced by Native.getDomainSize().
|
staticprotected |
Referenced by Native.algebraicAdd(), Native.algebraicDiv(), Native.algebraicEq(), Native.algebraicEval(), Native.algebraicGe(), Native.algebraicGt(), Native.algebraicIsNeg(), Native.algebraicIsPos(), Native.algebraicIsValue(), Native.algebraicIsZero(), Native.algebraicLe(), Native.algebraicLt(), Native.algebraicMul(), Native.algebraicNeq(), Native.algebraicPower(), Native.algebraicRoot(), Native.algebraicRoots(), Native.algebraicSign(), Native.algebraicSub(), Native.applyResultConvertModel(), Native.applyResultDecRef(), Native.applyResultGetNumSubgoals(), Native.applyResultGetSubgoal(), Native.applyResultIncRef(), Native.applyResultToString(), Native.appToAst(), Native.assertCnstr(), Native.astMapContains(), Native.astMapDecRef(), Native.astMapErase(), Native.astMapFind(), Native.astMapIncRef(), Native.astMapInsert(), Native.astMapKeys(), Native.astMapReset(), Native.astMapSize(), Native.astMapToString(), Native.astToString(), Native.astVectorDecRef(), Native.astVectorGet(), Native.astVectorIncRef(), Native.astVectorPush(), Native.astVectorResize(), Native.astVectorSet(), Native.astVectorSize(), Native.astVectorToString(), Native.astVectorTranslate(), Native.benchmarkToSmtlibString(), Native.blockLiterals(), Native.check(), Native.checkAndGetModel(), Native.checkAssumptions(), Native.checkInterpolant(), Native.computeInterpolant(), Native.contextToString(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.delLiterals(), Native.delModel(), Native.disableLiteral(), Native.eval(), Native.evalDecl(), Native.evalFuncDecl(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRules(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointPop(), Native.fixedpointPush(), Native.fixedpointQuery(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.getAlgebraicNumberLower(), Native.getAlgebraicNumberUpper(), Native.getAppArg(), Native.getAppDecl(), Native.getAppNumArgs(), Native.getArity(), Native.getArraySortDomain(), Native.getArraySortRange(), Native.getArrayValue(), Native.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), Native.getContextAssignment(), Native.getDatatypeSortConstructor(), Native.getDatatypeSortConstructorAccessor(), Native.getDatatypeSortNumConstructors(), Native.getDatatypeSortRecognizer(), Native.getDeclAstParameter(), Native.getDeclDoubleParameter(), Native.getDeclFuncDeclParameter(), Native.getDeclIntParameter(), Native.getDeclKind(), Native.getDeclName(), Native.getDeclNumParameters(), Native.getDeclParameterKind(), Native.getDeclRationalParameter(), Native.getDeclSortParameter(), Native.getDeclSymbolParameter(), Native.getDenominator(), Native.getDomain(), Native.getDomainSize(), Native.getErrorCode(), Native.getErrorMsgEx(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getGuessedLiterals(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getInterpolant(), Native.getLabelSymbol(), Native.getLiteral(), Native.getModelConstant(), Native.getModelFuncDecl(), Native.getModelFuncElse(), Native.getModelFuncEntryArg(), Native.getModelFuncEntryNumArgs(), Native.getModelFuncEntryValue(), Native.getModelFuncNumEntries(), Native.getModelNumConstants(), Native.getModelNumFuncs(), Native.getNumeralDecimalString(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumLiterals(), Native.getNumProbes(), Native.getNumScopes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getRelevantLabels(), Native.getRelevantLiterals(), Native.getSearchFailure(), Native.getSmtlibAssumption(), Native.getSmtlibDecl(), Native.getSmtlibError(), Native.getSmtlibFormula(), Native.getSmtlibNumAssumptions(), Native.getSmtlibNumDecls(), Native.getSmtlibNumFormulas(), Native.getSmtlibNumSorts(), Native.getSmtlibSort(), Native.getSort(), Native.getSortId(), Native.getSortKind(), Native.getSortName(), Native.getSymbolInt(), Native.getSymbolKind(), Native.getSymbolString(), Native.getTacticName(), Native.getTupleSortFieldDecl(), Native.getTupleSortMkDecl(), Native.getTupleSortNumFields(), Native.goalAssert(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interpolationProfile(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isArrayValue(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isNumeralAst(), Native.isQuantifierForall(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArraySort(), Native.mkAstMap(), Native.mkAstVector(), Native.mkBoolSort(), Native.mkBound(), Native.mkBv2int(), Native.mkBvadd(), Native.mkBvaddNoOverflow(), Native.mkBvaddNoUnderflow(), Native.mkBvand(), Native.mkBvashr(), Native.mkBvlshr(), Native.mkBvmul(), Native.mkBvmulNoOverflow(), Native.mkBvmulNoUnderflow(), Native.mkBvnand(), Native.mkBvneg(), Native.mkBvnegNoOverflow(), Native.mkBvnor(), Native.mkBvnot(), Native.mkBvor(), Native.mkBvredand(), Native.mkBvredor(), Native.mkBvsdiv(), Native.mkBvsdivNoOverflow(), Native.mkBvsge(), Native.mkBvsgt(), Native.mkBvshl(), Native.mkBvsle(), Native.mkBvslt(), Native.mkBvsmod(), Native.mkBvSort(), Native.mkBvsrem(), Native.mkBvsub(), Native.mkBvsubNoOverflow(), Native.mkBvsubNoUnderflow(), Native.mkBvudiv(), Native.mkBvuge(), Native.mkBvugt(), Native.mkBvule(), Native.mkBvult(), Native.mkBvurem(), Native.mkBvxnor(), Native.mkBvxor(), Native.mkConcat(), Native.mkConst(), Native.mkConstArray(), Native.mkConstructor(), Native.mkConstructorList(), Native.mkDatatype(), Native.mkDatatypes(), Native.mkDistinct(), Native.mkDiv(), Native.mkEmptySet(), Native.mkEnumerationSort(), Native.mkEq(), Native.mkExists(), Native.mkExistsConst(), Native.mkExtract(), Native.mkExtRotateLeft(), Native.mkExtRotateRight(), Native.mkFalse(), Native.mkFiniteDomainSort(), Native.mkFixedpoint(), Native.mkForall(), Native.mkForallConst(), Native.mkFreshConst(), Native.mkFreshFuncDecl(), Native.mkFullSet(), Native.mkFuncDecl(), Native.mkGe(), Native.mkGoal(), Native.mkGt(), Native.mkIff(), Native.mkImplies(), Native.mkInjectiveFunction(), Native.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkInterpolant(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIsInt(), Native.mkIte(), Native.mkLabel(), Native.mkLe(), Native.mkListSort(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRem(), Native.mkRepeat(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetIntersect(), Native.mkSetMember(), Native.mkSetSort(), Native.mkSetSubset(), Native.mkSetUnion(), Native.mkSignExt(), Native.mkSimpleSolver(), Native.mkSolver(), Native.mkSolverForLogic(), Native.mkSolverFromTactic(), Native.mkStore(), Native.mkStringSymbol(), Native.mkSub(), Native.mkTactic(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelHasInterp(), Native.modelIncRef(), Native.modelToString(), Native.paramDescrsDecRef(), Native.paramDescrsGetKind(), Native.paramDescrsGetName(), Native.paramDescrsIncRef(), Native.paramDescrsSize(), Native.paramDescrsToString(), Native.paramsDecRef(), Native.paramsIncRef(), Native.paramsSetBool(), Native.paramsSetDouble(), Native.paramsSetSymbol(), Native.paramsSetUint(), Native.paramsToString(), Native.paramsValidate(), Native.parseSmtlib2File(), Native.parseSmtlib2String(), Native.parseSmtlibFile(), Native.parseSmtlibString(), Native.patternToAst(), Native.patternToString(), Native.persistAst(), Native.polynomialSubresultants(), Native.pop(), Native.probeAnd(), Native.probeApply(), Native.probeConst(), Native.probeDecRef(), Native.probeEq(), Native.probeGe(), Native.probeGetDescr(), Native.probeGt(), Native.probeIncRef(), Native.probeLe(), Native.probeLt(), Native.probeNot(), Native.probeOr(), Native.push(), Native.queryConstructor(), Native.rcfAdd(), Native.rcfDel(), Native.rcfDiv(), Native.rcfEq(), Native.rcfGe(), Native.rcfGetNumeratorDenominator(), Native.rcfGt(), Native.rcfInv(), Native.rcfLe(), Native.rcfLt(), Native.rcfMkE(), Native.rcfMkInfinitesimal(), Native.rcfMkPi(), Native.rcfMkRational(), Native.rcfMkRoots(), Native.rcfMkSmallInt(), Native.rcfMul(), Native.rcfNeg(), Native.rcfNeq(), Native.rcfNumToDecimalString(), Native.rcfNumToString(), Native.rcfPower(), Native.rcfSub(), Native.readInterpolationProblem(), Native.setAstPrintMode(), Native.setError(), Native.setLogic(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.softCheckCancel(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverDecRef(), Native.solverGetAssertions(), Native.solverGetHelp(), Native.solverGetModel(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetUnsatCore(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToString(), Native.sortToAst(), Native.sortToString(), Native.statisticsToString(), Native.statsDecRef(), Native.statsGetDoubleValue(), Native.statsGetKey(), Native.statsGetUintValue(), Native.statsIncRef(), Native.statsIsDouble(), Native.statsIsUint(), Native.statsSize(), Native.statsToString(), Native.substitute(), Native.substituteVars(), Native.tacticAndThen(), Native.tacticApply(), Native.tacticApplyEx(), Native.tacticCond(), Native.tacticDecRef(), Native.tacticFail(), Native.tacticFailIf(), Native.tacticFailIfNotDecided(), Native.tacticGetDescr(), Native.tacticGetHelp(), Native.tacticGetParamDescrs(), Native.tacticIncRef(), Native.tacticOrElse(), Native.tacticParAndThen(), Native.tacticParOr(), Native.tacticRepeat(), Native.tacticSkip(), Native.tacticTryFor(), Native.tacticUsingParams(), Native.tacticWhen(), Native.toApp(), Native.toFuncDecl(), Native.translate(), Native.updateParamValue(), Native.updateTerm(), and Native.writeInterpolationProblem().
|
staticprotected |
Referenced by Native.getErrorMsg().
|
staticprotected |
Referenced by Native.algebraicAdd(), Native.algebraicDiv(), Native.algebraicEq(), Native.algebraicEval(), Native.algebraicGe(), Native.algebraicGt(), Native.algebraicIsNeg(), Native.algebraicIsPos(), Native.algebraicIsValue(), Native.algebraicIsZero(), Native.algebraicLe(), Native.algebraicLt(), Native.algebraicMul(), Native.algebraicNeq(), Native.algebraicPower(), Native.algebraicRoot(), Native.algebraicRoots(), Native.algebraicSign(), Native.algebraicSub(), Native.applyResultConvertModel(), Native.applyResultDecRef(), Native.applyResultGetNumSubgoals(), Native.applyResultGetSubgoal(), Native.applyResultIncRef(), Native.applyResultToString(), Native.appToAst(), Native.assertCnstr(), Native.astMapContains(), Native.astMapDecRef(), Native.astMapErase(), Native.astMapFind(), Native.astMapIncRef(), Native.astMapInsert(), Native.astMapKeys(), Native.astMapReset(), Native.astMapSize(), Native.astMapToString(), Native.astToString(), Native.astVectorDecRef(), Native.astVectorGet(), Native.astVectorIncRef(), Native.astVectorPush(), Native.astVectorResize(), Native.astVectorSet(), Native.astVectorSize(), Native.astVectorToString(), Native.astVectorTranslate(), Native.benchmarkToSmtlibString(), Native.blockLiterals(), Native.check(), Native.checkAndGetModel(), Native.checkAssumptions(), Native.checkInterpolant(), Native.computeInterpolant(), Native.contextToString(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.delLiterals(), Native.delModel(), Native.disableLiteral(), Native.eval(), Native.evalDecl(), Native.evalFuncDecl(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRules(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointPop(), Native.fixedpointPush(), Native.fixedpointQuery(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.getAlgebraicNumberLower(), Native.getAlgebraicNumberUpper(), Native.getAppArg(), Native.getAppDecl(), Native.getAppNumArgs(), Native.getArity(), Native.getArraySortDomain(), Native.getArraySortRange(), Native.getArrayValue(), Native.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), Native.getContextAssignment(), Native.getDatatypeSortConstructor(), Native.getDatatypeSortConstructorAccessor(), Native.getDatatypeSortNumConstructors(), Native.getDatatypeSortRecognizer(), Native.getDeclAstParameter(), Native.getDeclDoubleParameter(), Native.getDeclFuncDeclParameter(), Native.getDeclIntParameter(), Native.getDeclKind(), Native.getDeclName(), Native.getDeclNumParameters(), Native.getDeclParameterKind(), Native.getDeclRationalParameter(), Native.getDeclSortParameter(), Native.getDeclSymbolParameter(), Native.getDenominator(), Native.getDomain(), Native.getDomainSize(), Native.getErrorMsgEx(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getGuessedLiterals(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getInterpolant(), Native.getLabelSymbol(), Native.getLiteral(), Native.getModelConstant(), Native.getModelFuncDecl(), Native.getModelFuncElse(), Native.getModelFuncEntryArg(), Native.getModelFuncEntryNumArgs(), Native.getModelFuncEntryValue(), Native.getModelFuncNumEntries(), Native.getModelNumConstants(), Native.getModelNumFuncs(), Native.getNumeralDecimalString(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumLiterals(), Native.getNumProbes(), Native.getNumScopes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getRelevantLabels(), Native.getRelevantLiterals(), Native.getSearchFailure(), Native.getSmtlibAssumption(), Native.getSmtlibDecl(), Native.getSmtlibError(), Native.getSmtlibFormula(), Native.getSmtlibNumAssumptions(), Native.getSmtlibNumDecls(), Native.getSmtlibNumFormulas(), Native.getSmtlibNumSorts(), Native.getSmtlibSort(), Native.getSort(), Native.getSortId(), Native.getSortKind(), Native.getSortName(), Native.getSymbolInt(), Native.getSymbolKind(), Native.getSymbolString(), Native.getTacticName(), Native.getTupleSortFieldDecl(), Native.getTupleSortMkDecl(), Native.getTupleSortNumFields(), Native.goalAssert(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interpolationProfile(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isArrayValue(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isNumeralAst(), Native.isQuantifierForall(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArraySort(), Native.mkAstMap(), Native.mkAstVector(), Native.mkBoolSort(), Native.mkBound(), Native.mkBv2int(), Native.mkBvadd(), Native.mkBvaddNoOverflow(), Native.mkBvaddNoUnderflow(), Native.mkBvand(), Native.mkBvashr(), Native.mkBvlshr(), Native.mkBvmul(), Native.mkBvmulNoOverflow(), Native.mkBvmulNoUnderflow(), Native.mkBvnand(), Native.mkBvneg(), Native.mkBvnegNoOverflow(), Native.mkBvnor(), Native.mkBvnot(), Native.mkBvor(), Native.mkBvredand(), Native.mkBvredor(), Native.mkBvsdiv(), Native.mkBvsdivNoOverflow(), Native.mkBvsge(), Native.mkBvsgt(), Native.mkBvshl(), Native.mkBvsle(), Native.mkBvslt(), Native.mkBvsmod(), Native.mkBvSort(), Native.mkBvsrem(), Native.mkBvsub(), Native.mkBvsubNoOverflow(), Native.mkBvsubNoUnderflow(), Native.mkBvudiv(), Native.mkBvuge(), Native.mkBvugt(), Native.mkBvule(), Native.mkBvult(), Native.mkBvurem(), Native.mkBvxnor(), Native.mkBvxor(), Native.mkConcat(), Native.mkConst(), Native.mkConstArray(), Native.mkConstructor(), Native.mkConstructorList(), Native.mkDatatype(), Native.mkDatatypes(), Native.mkDistinct(), Native.mkDiv(), Native.mkEmptySet(), Native.mkEnumerationSort(), Native.mkEq(), Native.mkExists(), Native.mkExistsConst(), Native.mkExtract(), Native.mkExtRotateLeft(), Native.mkExtRotateRight(), Native.mkFalse(), Native.mkFiniteDomainSort(), Native.mkFixedpoint(), Native.mkForall(), Native.mkForallConst(), Native.mkFreshConst(), Native.mkFreshFuncDecl(), Native.mkFullSet(), Native.mkFuncDecl(), Native.mkGe(), Native.mkGoal(), Native.mkGt(), Native.mkIff(), Native.mkImplies(), Native.mkInjectiveFunction(), Native.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkInterpolant(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIsInt(), Native.mkIte(), Native.mkLabel(), Native.mkLe(), Native.mkListSort(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOr(), Native.mkParams(), Native.mkPattern(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRem(), Native.mkRepeat(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetIntersect(), Native.mkSetMember(), Native.mkSetSort(), Native.mkSetSubset(), Native.mkSetUnion(), Native.mkSignExt(), Native.mkSimpleSolver(), Native.mkSolver(), Native.mkSolverForLogic(), Native.mkSolverFromTactic(), Native.mkStore(), Native.mkStringSymbol(), Native.mkSub(), Native.mkTactic(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelHasInterp(), Native.modelIncRef(), Native.modelToString(), Native.paramDescrsDecRef(), Native.paramDescrsGetKind(), Native.paramDescrsGetName(), Native.paramDescrsIncRef(), Native.paramDescrsSize(), Native.paramDescrsToString(), Native.paramsDecRef(), Native.paramsIncRef(), Native.paramsSetBool(), Native.paramsSetDouble(), Native.paramsSetSymbol(), Native.paramsSetUint(), Native.paramsToString(), Native.paramsValidate(), Native.parseSmtlib2File(), Native.parseSmtlib2String(), Native.parseSmtlibFile(), Native.parseSmtlibString(), Native.patternToAst(), Native.patternToString(), Native.persistAst(), Native.polynomialSubresultants(), Native.pop(), Native.probeAnd(), Native.probeApply(), Native.probeConst(), Native.probeDecRef(), Native.probeEq(), Native.probeGe(), Native.probeGetDescr(), Native.probeGt(), Native.probeIncRef(), Native.probeLe(), Native.probeLt(), Native.probeNot(), Native.probeOr(), Native.push(), Native.queryConstructor(), Native.rcfAdd(), Native.rcfDel(), Native.rcfDiv(), Native.rcfEq(), Native.rcfGe(), Native.rcfGetNumeratorDenominator(), Native.rcfGt(), Native.rcfInv(), Native.rcfLe(), Native.rcfLt(), Native.rcfMkE(), Native.rcfMkInfinitesimal(), Native.rcfMkPi(), Native.rcfMkRational(), Native.rcfMkRoots(), Native.rcfMkSmallInt(), Native.rcfMul(), Native.rcfNeg(), Native.rcfNeq(), Native.rcfNumToDecimalString(), Native.rcfNumToString(), Native.rcfPower(), Native.rcfSub(), Native.readInterpolationProblem(), Native.setAstPrintMode(), Native.setError(), Native.setLogic(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.softCheckCancel(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverDecRef(), Native.solverGetAssertions(), Native.solverGetHelp(), Native.solverGetModel(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetUnsatCore(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToString(), Native.sortToAst(), Native.sortToString(), Native.statisticsToString(), Native.statsDecRef(), Native.statsGetDoubleValue(), Native.statsGetKey(), Native.statsGetUintValue(), Native.statsIncRef(), Native.statsIsDouble(), Native.statsIsUint(), Native.statsSize(), Native.statsToString(), Native.substitute(), Native.substituteVars(), Native.tacticAndThen(), Native.tacticApply(), Native.tacticApplyEx(), Native.tacticCond(), Native.tacticDecRef(), Native.tacticFail(), Native.tacticFailIf(), Native.tacticFailIfNotDecided(), Native.tacticGetDescr(), Native.tacticGetHelp(), Native.tacticGetParamDescrs(), Native.tacticIncRef(), Native.tacticOrElse(), Native.tacticParAndThen(), Native.tacticParOr(), Native.tacticRepeat(), Native.tacticSkip(), Native.tacticTryFor(), Native.tacticUsingParams(), Native.tacticWhen(), Native.toApp(), Native.toFuncDecl(), Native.translate(), Native.updateParamValue(), Native.updateTerm(), and Native.writeInterpolationProblem().
|
staticprotected |
Referenced by Native.getFiniteDomainSortSize().
|
staticprotected |
Referenced by Native.getFuncDeclId().
|
staticprotected |
Referenced by Native.getGuessedLiterals().
|
staticprotected |
Referenced by Native.getImpliedEqualities().
|
staticprotected |
Referenced by Native.getIndexValue().
|
staticprotected |
Referenced by Native.getInterpolant().
|
staticprotected |
Referenced by Native.getLabelSymbol().
|
staticprotected |
Referenced by Native.getLiteral().
|
staticprotected |
Referenced by Native.getModelConstant().
|
staticprotected |
Referenced by Native.getModelFuncDecl().
|
staticprotected |
Referenced by Native.getModelFuncElse().
|
staticprotected |
Referenced by Native.getModelFuncEntryArg().
|
staticprotected |
Referenced by Native.getModelFuncEntryNumArgs().
|
staticprotected |
Referenced by Native.getModelFuncEntryValue().
|
staticprotected |
Referenced by Native.getModelFuncNumEntries().
|
staticprotected |
Referenced by Native.getModelNumConstants().
|
staticprotected |
Referenced by Native.getModelNumFuncs().
|
staticprotected |
Referenced by Native.getNumeralDecimalString().
|
staticprotected |
Referenced by Native.getNumeralInt().
|
staticprotected |
Referenced by Native.getNumeralInt64().
|
staticprotected |
Referenced by Native.getNumeralRationalInt64().
|
staticprotected |
Referenced by Native.getNumeralSmall().
|
staticprotected |
Referenced by Native.getNumeralString().
|
staticprotected |
Referenced by Native.getNumeralUint().
|
staticprotected |
Referenced by Native.getNumeralUint64().
|
staticprotected |
Referenced by Native.getNumerator().
|
staticprotected |
Referenced by Native.getNumLiterals().
|
staticprotected |
Referenced by Native.getNumProbes().
|
staticprotected |
Referenced by Native.getNumScopes().
|
staticprotected |
Referenced by Native.getNumTactics().
|
staticprotected |
Referenced by Native.getPattern().
|
staticprotected |
Referenced by Native.getPatternNumTerms().
|
staticprotected |
Referenced by Native.getProbeName().
|
staticprotected |
Referenced by Native.getQuantifierBody().
|
staticprotected |
Referenced by Native.getQuantifierBoundName().
|
staticprotected |
Referenced by Native.getQuantifierBoundSort().
|
staticprotected |
Referenced by Native.getQuantifierNoPatternAst().
|
staticprotected |
Referenced by Native.getQuantifierNumBound().
|
staticprotected |
Referenced by Native.getQuantifierNumNoPatterns().
|
staticprotected |
Referenced by Native.getQuantifierNumPatterns().
|
staticprotected |
Referenced by Native.getQuantifierPatternAst().
|
staticprotected |
Referenced by Native.getQuantifierWeight().
|
staticprotected |
Referenced by Native.getRange().
|
staticprotected |
Referenced by Native.getRelationArity().
|
staticprotected |
Referenced by Native.getRelationColumn().
|
staticprotected |
Referenced by Native.getRelevantLabels().
|
staticprotected |
Referenced by Native.getRelevantLiterals().
|
staticprotected |
Referenced by Native.getSearchFailure().
|
staticprotected |
Referenced by Native.getSmtlibAssumption().
|
staticprotected |
Referenced by Native.getSmtlibDecl().
|
staticprotected |
Referenced by Native.getSmtlibError().
|
staticprotected |
Referenced by Native.getSmtlibFormula().
|
staticprotected |
Referenced by Native.getSmtlibNumAssumptions().
|
staticprotected |
Referenced by Native.getSmtlibNumDecls().
|
staticprotected |
Referenced by Native.getSmtlibNumFormulas().
|
staticprotected |
Referenced by Native.getSmtlibNumSorts().
|
staticprotected |
Referenced by Native.getSmtlibSort().
|
staticprotected |
Referenced by Native.getSort().
|
staticprotected |
Referenced by Native.getSortId().
|
staticprotected |
Referenced by Native.getSortKind().
|
staticprotected |
Referenced by Native.getSortName().
|
staticprotected |
Referenced by Native.getSymbolInt().
|
staticprotected |
Referenced by Native.getSymbolKind().
|
staticprotected |
Referenced by Native.getSymbolString().
|
staticprotected |
Referenced by Native.getTacticName().
|
staticprotected |
Referenced by Native.getTupleSortFieldDecl().
|
staticprotected |
Referenced by Native.getTupleSortMkDecl().
|
staticprotected |
Referenced by Native.getTupleSortNumFields().
|
staticprotected |
Referenced by Native.getVersion().
|
staticprotected |
Referenced by Native.globalParamGet().
|
staticprotected |
Referenced by Native.globalParamResetAll().
|
staticprotected |
Referenced by Native.globalParamSet().
|
staticprotected |
Referenced by Native.goalAssert().
|
staticprotected |
Referenced by Native.goalDecRef().
|
staticprotected |
Referenced by Native.goalDepth().
|
staticprotected |
Referenced by Native.goalFormula().
|
staticprotected |
Referenced by Native.goalInconsistent().
|
staticprotected |
Referenced by Native.goalIncRef().
|
staticprotected |
Referenced by Native.goalIsDecidedSat().
|
staticprotected |
Referenced by Native.goalIsDecidedUnsat().
|
staticprotected |
Referenced by Native.goalNumExprs().
|
staticprotected |
Referenced by Native.goalPrecision().
|
staticprotected |
Referenced by Native.goalReset().
|
staticprotected |
Referenced by Native.goalSize().
|
staticprotected |
Referenced by Native.goalToString().
|
staticprotected |
Referenced by Native.goalTranslate().
|
staticprotected |
Referenced by Native.incRef().
|
staticprotected |
Referenced by Native.interpolationProfile().
|
staticprotected |
Referenced by Native.interrupt().
|
staticprotected |
Referenced by Native.isAlgebraicNumber().
|
staticprotected |
Referenced by Native.isApp().
|
staticprotected |
Referenced by Native.isArrayValue().
|
staticprotected |
Referenced by Native.isAsArray().
|
staticprotected |
Referenced by Native.isEqAst().
|
staticprotected |
Referenced by Native.isEqFuncDecl().
|
staticprotected |
Referenced by Native.isEqSort().
|
staticprotected |
Referenced by Native.isNumeralAst().
|
staticprotected |
Referenced by Native.isQuantifierForall().
|
staticprotected |
Referenced by Native.isWellSorted().
|
staticprotected |
Referenced by Native.mkAdd().
|
staticprotected |
Referenced by Native.mkAnd().
|
staticprotected |
Referenced by Native.mkApp().
|
staticprotected |
Referenced by Native.mkArrayDefault().
|
staticprotected |
Referenced by Native.mkArraySort().
|
staticprotected |
Referenced by Native.mkAstMap().
|
staticprotected |
Referenced by Native.mkAstVector().
|
staticprotected |
Referenced by Native.mkBoolSort().
|
staticprotected |
Referenced by Native.mkBound().
|
staticprotected |
Referenced by Native.mkBv2int().
|
staticprotected |
Referenced by Native.mkBvadd().
|
staticprotected |
Referenced by Native.mkBvaddNoOverflow().
|
staticprotected |
Referenced by Native.mkBvaddNoUnderflow().
|
staticprotected |
Referenced by Native.mkBvand().
|
staticprotected |
Referenced by Native.mkBvashr().
|
staticprotected |
Referenced by Native.mkBvlshr().
|
staticprotected |
Referenced by Native.mkBvmul().
|
staticprotected |
Referenced by Native.mkBvmulNoOverflow().
|
staticprotected |
Referenced by Native.mkBvmulNoUnderflow().
|
staticprotected |
Referenced by Native.mkBvnand().
|
staticprotected |
Referenced by Native.mkBvneg().
|
staticprotected |
Referenced by Native.mkBvnegNoOverflow().
|
staticprotected |
Referenced by Native.mkBvnor().
|
staticprotected |
Referenced by Native.mkBvnot().
|
staticprotected |
Referenced by Native.mkBvor().
|
staticprotected |
Referenced by Native.mkBvredand().
|
staticprotected |
Referenced by Native.mkBvredor().
|
staticprotected |
Referenced by Native.mkBvsdiv().
|
staticprotected |
Referenced by Native.mkBvsdivNoOverflow().
|
staticprotected |
Referenced by Native.mkBvsge().
|
staticprotected |
Referenced by Native.mkBvsgt().
|
staticprotected |
Referenced by Native.mkBvshl().
|
staticprotected |
Referenced by Native.mkBvsle().
|
staticprotected |
Referenced by Native.mkBvslt().
|
staticprotected |
Referenced by Native.mkBvsmod().
|
staticprotected |
Referenced by Native.mkBvSort().
|
staticprotected |
Referenced by Native.mkBvsrem().
|
staticprotected |
Referenced by Native.mkBvsub().
|
staticprotected |
Referenced by Native.mkBvsubNoOverflow().
|
staticprotected |
Referenced by Native.mkBvsubNoUnderflow().
|
staticprotected |
Referenced by Native.mkBvudiv().
|
staticprotected |
Referenced by Native.mkBvuge().
|
staticprotected |
Referenced by Native.mkBvugt().
|
staticprotected |
Referenced by Native.mkBvule().
|
staticprotected |
Referenced by Native.mkBvult().
|
staticprotected |
Referenced by Native.mkBvurem().
|
staticprotected |
Referenced by Native.mkBvxnor().
|
staticprotected |
Referenced by Native.mkBvxor().
|
staticprotected |
Referenced by Native.mkConcat().
|
staticprotected |
Referenced by Native.mkConfig().
|
staticprotected |
Referenced by Native.mkConst().
|
staticprotected |
Referenced by Native.mkConstArray().
|
staticprotected |
Referenced by Native.mkConstructor().
|
staticprotected |
Referenced by Native.mkConstructorList().
|
staticprotected |
Referenced by Native.mkContext().
|
staticprotected |
Referenced by Native.mkContextRc().
|
staticprotected |
Referenced by Native.mkDatatype().
|
staticprotected |
Referenced by Native.mkDatatypes().
|
staticprotected |
Referenced by Native.mkDistinct().
|
staticprotected |
Referenced by Native.mkDiv().
|
staticprotected |
Referenced by Native.mkEmptySet().
|
staticprotected |
Referenced by Native.mkEnumerationSort().
|
staticprotected |
Referenced by Native.mkEq().
|
staticprotected |
Referenced by Native.mkExists().
|
staticprotected |
Referenced by Native.mkExistsConst().
|
staticprotected |
Referenced by Native.mkExtract().
|
staticprotected |
Referenced by Native.mkExtRotateLeft().
|
staticprotected |
Referenced by Native.mkExtRotateRight().
|
staticprotected |
Referenced by Native.mkFalse().
|
staticprotected |
Referenced by Native.mkFiniteDomainSort().
|
staticprotected |
Referenced by Native.mkFixedpoint().
|
staticprotected |
Referenced by Native.mkForall().
|
staticprotected |
Referenced by Native.mkForallConst().
|
staticprotected |
Referenced by Native.mkFreshConst().
|
staticprotected |
Referenced by Native.mkFreshFuncDecl().
|
staticprotected |
Referenced by Native.mkFullSet().
|
staticprotected |
Referenced by Native.mkFuncDecl().
|
staticprotected |
Referenced by Native.mkGe().
|
staticprotected |
Referenced by Native.mkGoal().
|
staticprotected |
Referenced by Native.mkGt().
|
staticprotected |
Referenced by Native.mkIff().
|
staticprotected |
Referenced by Native.mkImplies().
|
staticprotected |
Referenced by Native.mkInjectiveFunction().
|
staticprotected |
Referenced by Native.mkInt().
|
staticprotected |
Referenced by Native.mkInt2bv().
|
staticprotected |
Referenced by Native.mkInt2real().
|
staticprotected |
Referenced by Native.mkInt64().
|
staticprotected |
Referenced by Native.mkInterpolant().
|
staticprotected |
Referenced by Native.mkInterpolationContext().
|
staticprotected |
Referenced by Native.mkIntSort().
|
staticprotected |
Referenced by Native.mkIntSymbol().
|
staticprotected |
Referenced by Native.mkIsInt().
|
staticprotected |
Referenced by Native.mkIte().
|
staticprotected |
Referenced by Native.mkLabel().
|
staticprotected |
Referenced by Native.mkLe().
|
staticprotected |
Referenced by Native.mkListSort().
|
staticprotected |
Referenced by Native.mkLt().
|
staticprotected |
Referenced by Native.mkMap().
|
staticprotected |
Referenced by Native.mkMod().
|
staticprotected |
Referenced by Native.mkMul().
|
staticprotected |
Referenced by Native.mkNot().
|
staticprotected |
Referenced by Native.mkNumeral().
|
staticprotected |
Referenced by Native.mkOr().
|
staticprotected |
Referenced by Native.mkParams().
|
staticprotected |
Referenced by Native.mkPattern().
|
staticprotected |
Referenced by Native.mkPower().
|
staticprotected |
Referenced by Native.mkProbe().
|
staticprotected |
Referenced by Native.mkQuantifier().
|
staticprotected |
Referenced by Native.mkQuantifierConst().
|
staticprotected |
Referenced by Native.mkQuantifierConstEx().
|
staticprotected |
Referenced by Native.mkQuantifierEx().
|
staticprotected |
Referenced by Native.mkReal().
|
staticprotected |
Referenced by Native.mkReal2int().
|
staticprotected |
Referenced by Native.mkRealSort().
|
staticprotected |
Referenced by Native.mkRem().
|
staticprotected |
Referenced by Native.mkRepeat().
|
staticprotected |
Referenced by Native.mkRotateLeft().
|
staticprotected |
Referenced by Native.mkRotateRight().
|
staticprotected |
Referenced by Native.mkSelect().
|
staticprotected |
Referenced by Native.mkSetAdd().
|
staticprotected |
Referenced by Native.mkSetComplement().
|
staticprotected |
Referenced by Native.mkSetDel().
|
staticprotected |
Referenced by Native.mkSetDifference().
|
staticprotected |
Referenced by Native.mkSetIntersect().
|
staticprotected |
Referenced by Native.mkSetMember().
|
staticprotected |
Referenced by Native.mkSetSort().
|
staticprotected |
Referenced by Native.mkSetSubset().
|
staticprotected |
Referenced by Native.mkSetUnion().
|
staticprotected |
Referenced by Native.mkSignExt().
|
staticprotected |
Referenced by Native.mkSimpleSolver().
|
staticprotected |
Referenced by Native.mkSolver().
|
staticprotected |
Referenced by Native.mkSolverForLogic().
|
staticprotected |
Referenced by Native.mkSolverFromTactic().
|
staticprotected |
Referenced by Native.mkStore().
|
staticprotected |
Referenced by Native.mkStringSymbol().
|
staticprotected |
Referenced by Native.mkSub().
|
staticprotected |
Referenced by Native.mkTactic().
|
staticprotected |
Referenced by Native.mkTrue().
|
staticprotected |
Referenced by Native.mkTupleSort().
|
staticprotected |
Referenced by Native.mkUnaryMinus().
|
staticprotected |
Referenced by Native.mkUninterpretedSort().
|
staticprotected |
Referenced by Native.mkUnsignedInt().
|
staticprotected |
Referenced by Native.mkUnsignedInt64().
|
staticprotected |
Referenced by Native.mkXor().
|
staticprotected |
Referenced by Native.mkZeroExt().
|
staticprotected |
Referenced by Native.modelDecRef().
|
staticprotected |
Referenced by Native.modelEval().
|
staticprotected |
Referenced by Native.modelGetConstDecl().
|
staticprotected |
Referenced by Native.modelGetConstInterp().
|
staticprotected |
Referenced by Native.modelGetFuncDecl().
|
staticprotected |
Referenced by Native.modelGetFuncInterp().
|
staticprotected |
Referenced by Native.modelGetNumConsts().
|
staticprotected |
Referenced by Native.modelGetNumFuncs().
|
staticprotected |
Referenced by Native.modelGetNumSorts().
|
staticprotected |
Referenced by Native.modelGetSort().
|
staticprotected |
Referenced by Native.modelGetSortUniverse().
|
staticprotected |
Referenced by Native.modelHasInterp().
|
staticprotected |
Referenced by Native.modelIncRef().
|
staticprotected |
Referenced by Native.modelToString().
|
staticprotected |
Referenced by Native.openLog().
|
staticprotected |
Referenced by Native.paramDescrsDecRef().
|
staticprotected |
Referenced by Native.paramDescrsGetKind().
|
staticprotected |
Referenced by Native.paramDescrsGetName().
|
staticprotected |
Referenced by Native.paramDescrsIncRef().
|
staticprotected |
Referenced by Native.paramDescrsSize().
|
staticprotected |
Referenced by Native.paramDescrsToString().
|
staticprotected |
Referenced by Native.paramsDecRef().
|
staticprotected |
Referenced by Native.paramsIncRef().
|
staticprotected |
Referenced by Native.paramsSetBool().
|
staticprotected |
Referenced by Native.paramsSetDouble().
|
staticprotected |
Referenced by Native.paramsSetSymbol().
|
staticprotected |
Referenced by Native.paramsSetUint().
|
staticprotected |
Referenced by Native.paramsToString().
|
staticprotected |
Referenced by Native.paramsValidate().
|
staticprotected |
Referenced by Native.parseSmtlib2File().
|
staticprotected |
Referenced by Native.parseSmtlib2String().
|
staticprotected |
Referenced by Native.parseSmtlibFile().
|
staticprotected |
Referenced by Native.parseSmtlibString().
|
staticprotected |
Referenced by Native.patternToAst().
|
staticprotected |
Referenced by Native.patternToString().
|
staticprotected |
Referenced by Native.persistAst().
|
staticprotected |
Referenced by Native.polynomialSubresultants().
|
staticprotected |
Referenced by Native.pop().
|
staticprotected |
Referenced by Native.probeAnd().
|
staticprotected |
Referenced by Native.probeApply().
|
staticprotected |
Referenced by Native.probeConst().
|
staticprotected |
Referenced by Native.probeDecRef().
|
staticprotected |
Referenced by Native.probeEq().
|
staticprotected |
Referenced by Native.probeGe().
|
staticprotected |
Referenced by Native.probeGetDescr().
|
staticprotected |
Referenced by Native.probeGt().
|
staticprotected |
Referenced by Native.probeIncRef().
|
staticprotected |
Referenced by Native.probeLe().
|
staticprotected |
Referenced by Native.probeLt().
|
staticprotected |
Referenced by Native.probeNot().
|
staticprotected |
Referenced by Native.probeOr().
|
staticprotected |
Referenced by Native.push().
|
staticprotected |
Referenced by Native.queryConstructor().
|
staticprotected |
Referenced by Native.rcfAdd().
|
staticprotected |
Referenced by Native.rcfDel().
|
staticprotected |
Referenced by Native.rcfDiv().
|
staticprotected |
Referenced by Native.rcfEq().
|
staticprotected |
Referenced by Native.rcfGe().
|
staticprotected |
Referenced by Native.rcfGetNumeratorDenominator().
|
staticprotected |
Referenced by Native.rcfGt().
|
staticprotected |
Referenced by Native.rcfInv().
|
staticprotected |
Referenced by Native.rcfLe().
|
staticprotected |
Referenced by Native.rcfLt().
|
staticprotected |
Referenced by Native.rcfMkE().
|
staticprotected |
Referenced by Native.rcfMkInfinitesimal().
|
staticprotected |
Referenced by Native.rcfMkPi().
|
staticprotected |
Referenced by Native.rcfMkRational().
|
staticprotected |
Referenced by Native.rcfMkRoots().
|
staticprotected |
Referenced by Native.rcfMkSmallInt().
|
staticprotected |
Referenced by Native.rcfMul().
|
staticprotected |
Referenced by Native.rcfNeg().
|
staticprotected |
Referenced by Native.rcfNeq().
|
staticprotected |
Referenced by Native.rcfNumToDecimalString().
|
staticprotected |
Referenced by Native.rcfNumToString().
|
staticprotected |
Referenced by Native.rcfPower().
|
staticprotected |
Referenced by Native.rcfSub().
|
staticprotected |
Referenced by Native.readInterpolationProblem().
|
staticprotected |
Referenced by Native.resetMemory().
|
staticprotected |
Referenced by Native.setAstPrintMode().
|
staticprotected |
Referenced by Native.setError().
|
staticprotected |
Referenced by Native.setLogic().
|
staticprotected |
Referenced by Native.setParamValue().
|
staticprotected |
Referenced by Native.simplify().
|
staticprotected |
Referenced by Native.simplifyEx().
|
staticprotected |
Referenced by Native.simplifyGetHelp().
|
staticprotected |
Referenced by Native.simplifyGetParamDescrs().
|
staticprotected |
Referenced by Native.softCheckCancel().
|
staticprotected |
Referenced by Native.solverAssert().
|
staticprotected |
Referenced by Native.solverAssertAndTrack().
|
staticprotected |
Referenced by Native.solverCheck().
|
staticprotected |
Referenced by Native.solverCheckAssumptions().
|
staticprotected |
Referenced by Native.solverDecRef().
|
staticprotected |
Referenced by Native.solverGetAssertions().
|
staticprotected |
Referenced by Native.solverGetHelp().
|
staticprotected |
Referenced by Native.solverGetModel().
|
staticprotected |
Referenced by Native.solverGetNumScopes().
|
staticprotected |
Referenced by Native.solverGetParamDescrs().
|
staticprotected |
Referenced by Native.solverGetProof().
|
staticprotected |
Referenced by Native.solverGetReasonUnknown().
|
staticprotected |
Referenced by Native.solverGetStatistics().
|
staticprotected |
Referenced by Native.solverGetUnsatCore().
|
staticprotected |
Referenced by Native.solverIncRef().
|
staticprotected |
Referenced by Native.solverPop().
|
staticprotected |
Referenced by Native.solverPush().
|
staticprotected |
Referenced by Native.solverReset().
|
staticprotected |
Referenced by Native.solverSetParams().
|
staticprotected |
Referenced by Native.solverToString().
|
staticprotected |
Referenced by Native.sortToAst().
|
staticprotected |
Referenced by Native.sortToString().
|
staticprotected |
Referenced by Native.statisticsToString().
|
staticprotected |
Referenced by Native.statsDecRef().
|
staticprotected |
Referenced by Native.statsGetDoubleValue().
|
staticprotected |
Referenced by Native.statsGetKey().
|
staticprotected |
Referenced by Native.statsGetUintValue().
|
staticprotected |
Referenced by Native.statsIncRef().
|
staticprotected |
Referenced by Native.statsIsDouble().
|
staticprotected |
Referenced by Native.statsIsUint().
|
staticprotected |
Referenced by Native.statsSize().
|
staticprotected |
Referenced by Native.statsToString().
|
staticprotected |
Referenced by Native.substitute().
|
staticprotected |
Referenced by Native.substituteVars().
|
staticprotected |
Referenced by Native.tacticAndThen().
|
staticprotected |
Referenced by Native.tacticApply().
|
staticprotected |
Referenced by Native.tacticApplyEx().
|
staticprotected |
Referenced by Native.tacticCond().
|
staticprotected |
Referenced by Native.tacticDecRef().
|
staticprotected |
Referenced by Native.tacticFail().
|
staticprotected |
Referenced by Native.tacticFailIf().
|
staticprotected |
Referenced by Native.tacticFailIfNotDecided().
|
staticprotected |
Referenced by Native.tacticGetDescr().
|
staticprotected |
Referenced by Native.tacticGetHelp().
|
staticprotected |
Referenced by Native.tacticGetParamDescrs().
|
staticprotected |
Referenced by Native.tacticIncRef().
|
staticprotected |
Referenced by Native.tacticOrElse().
|
staticprotected |
Referenced by Native.tacticParAndThen().
|
staticprotected |
Referenced by Native.tacticParOr().
|
staticprotected |
Referenced by Native.tacticRepeat().
|
staticprotected |
Referenced by Native.tacticSkip().
|
staticprotected |
Referenced by Native.tacticTryFor().
|
staticprotected |
Referenced by Native.tacticUsingParams().
|
staticprotected |
Referenced by Native.tacticWhen().
|
staticprotected |
Referenced by Native.toApp().
|
staticprotected |
Referenced by Native.toFuncDecl().
|
staticprotected |
Referenced by Native.toggleWarningMessages().
|
staticprotected |
Referenced by Native.translate().
|
staticprotected |
Referenced by Native.updateParamValue().
|
staticprotected |
Referenced by Native.updateTerm().
|
staticprotected |
Referenced by Native.writeInterpolationProblem().
|
inlinestatic |
Definition at line 5210 of file Native.java.
Referenced by InterpolationContext.InterpolationProfile().
|
inlinestatic |
Definition at line 631 of file Native.java.
Referenced by Context.interrupt().
|
inlinestatic |
Definition at line 2399 of file Native.java.
Referenced by Expr.isAlgebraicNumber().
|
inlinestatic |
Definition at line 2381 of file Native.java.
Referenced by Expr.isArray(), Expr.isFiniteDomain(), and Expr.isRelation().
|
inlinestatic |
Definition at line 4685 of file Native.java.
|
inlinestatic |
Definition at line 2847 of file Native.java.
Referenced by Model.getFuncInterp().
|
inlinestatic |
Definition at line 2318 of file Native.java.
|
inlinestatic |
Definition at line 2129 of file Native.java.
|
inlinestatic |
Definition at line 1985 of file Native.java.
Referenced by Expr.isBool().
|
inlinestatic |
Definition at line 2390 of file Native.java.
Referenced by Expr.isInt(), and Expr.isNumeral().
|
inlinestatic |
Definition at line 2570 of file Native.java.
Referenced by Quantifier.isUniversal().
|
inlinestatic |
Definition at line 2354 of file Native.java.
Referenced by Expr.isWellSorted().
|
inlinestatic |
Definition at line 1076 of file Native.java.
Referenced by Context.mkAdd().
|
inlinestatic |
Definition at line 1058 of file Native.java.
Referenced by Context.mkAnd().
|
inlinestatic |
Definition at line 941 of file Native.java.
|
inlinestatic |
Definition at line 1679 of file Native.java.
Referenced by Context.mkTermArray().
|
inlinestatic |
Definition at line 837 of file Native.java.
|
inlinestatic |
Definition at line 3523 of file Native.java.
|
inlinestatic |
Definition at line 3438 of file Native.java.
|
inlinestatic |
Definition at line 792 of file Native.java.
Referenced by Expr.isBool().
|
inlinestatic |
Definition at line 1850 of file Native.java.
Referenced by Context.mkBound().
|
inlinestatic |
Definition at line 1562 of file Native.java.
Referenced by Context.mkBV2Int().
|
inlinestatic |
Definition at line 1301 of file Native.java.
Referenced by Context.mkBVAdd().
|
inlinestatic |
Definition at line 1571 of file Native.java.
Referenced by Context.mkBVAddNoOverflow().
|
inlinestatic |
Definition at line 1580 of file Native.java.
Referenced by Context.mkBVAddNoUnderflow().
|
inlinestatic |
Definition at line 1238 of file Native.java.
Referenced by Context.mkBVAND().
|
inlinestatic |
Definition at line 1508 of file Native.java.
Referenced by Context.mkBVASHR().
|
inlinestatic |
Definition at line 1499 of file Native.java.
Referenced by Context.mkBVLSHR().
|
inlinestatic |
Definition at line 1319 of file Native.java.
Referenced by Context.mkBVMul().
|
inlinestatic |
Definition at line 1625 of file Native.java.
Referenced by Context.mkBVMulNoOverflow().
|
inlinestatic |
Definition at line 1634 of file Native.java.
Referenced by Context.mkBVMulNoUnderflow().
|
inlinestatic |
Definition at line 1265 of file Native.java.
Referenced by Context.mkBVNAND().
|
inlinestatic |
Definition at line 1292 of file Native.java.
Referenced by Context.mkBVNeg().
|
inlinestatic |
Definition at line 1616 of file Native.java.
Referenced by Context.mkBVNegNoOverflow().
|
inlinestatic |
Definition at line 1274 of file Native.java.
Referenced by Context.mkBVNOR().
|
inlinestatic |
Definition at line 1211 of file Native.java.
Referenced by Context.mkBVNot().
|
inlinestatic |
Definition at line 1247 of file Native.java.
Referenced by Context.mkBVOR().
|
inlinestatic |
Definition at line 1220 of file Native.java.
Referenced by Context.mkBVRedAND().
|
inlinestatic |
Definition at line 1229 of file Native.java.
Referenced by Context.mkBVRedOR().
|
inlinestatic |
Definition at line 1337 of file Native.java.
Referenced by Context.mkBVSDiv().
|
inlinestatic |
Definition at line 1607 of file Native.java.
Referenced by Context.mkBVSDivNoOverflow().
|
inlinestatic |
Definition at line 1418 of file Native.java.
Referenced by Context.mkBVSGE().
|
inlinestatic |
Definition at line 1436 of file Native.java.
Referenced by Context.mkBVSGT().
|
inlinestatic |
Definition at line 1490 of file Native.java.
Referenced by Context.mkBVSHL().
|
inlinestatic |
Definition at line 1400 of file Native.java.
Referenced by Context.mkBVSLE().
|
inlinestatic |
Definition at line 1382 of file Native.java.
Referenced by Context.mkBVSLT().
|
inlinestatic |
Definition at line 1364 of file Native.java.
Referenced by Context.mkBVSMod().
|
inlinestatic |
Definition at line 819 of file Native.java.
Referenced by Context.mkBitVecSort().
|
inlinestatic |
Definition at line 1355 of file Native.java.
Referenced by Context.mkBVSRem().
|
inlinestatic |
Definition at line 1310 of file Native.java.
Referenced by Context.mkBVSub().
|
inlinestatic |
Definition at line 1589 of file Native.java.
Referenced by Context.mkBVSubNoOverflow().
|
inlinestatic |
Definition at line 1598 of file Native.java.
Referenced by Context.mkBVSubNoUnderflow().
|
inlinestatic |
Definition at line 1328 of file Native.java.
Referenced by Context.mkBVUDiv().
|
inlinestatic |
Definition at line 1409 of file Native.java.
Referenced by Context.mkBVUGE().
|
inlinestatic |
Definition at line 1427 of file Native.java.
Referenced by Context.mkBVUGT().
|
inlinestatic |
Definition at line 1391 of file Native.java.
Referenced by Context.mkBVULE().
|
inlinestatic |
Definition at line 1373 of file Native.java.
Referenced by Context.mkBVULT().
|
inlinestatic |
Definition at line 1346 of file Native.java.
Referenced by Context.mkBVURem().
|
inlinestatic |
Definition at line 1283 of file Native.java.
Referenced by Context.mkBVXNOR().
|
inlinestatic |
Definition at line 1256 of file Native.java.
Referenced by Context.mkBVXOR().
|
inlinestatic |
Definition at line 1445 of file Native.java.
Referenced by Context.mkConcat().
|
inlinestatic |
Definition at line 570 of file Native.java.
Referenced by Context.Context(), and InterpolationContext.InterpolationContext().
|
inlinestatic |
Definition at line 950 of file Native.java.
Referenced by Context.mkConst().
|
inlinestatic |
Definition at line 1661 of file Native.java.
Referenced by Context.mkConstArray().
|
inlinestatic |
Definition at line 873 of file Native.java.
|
inlinestatic |
Definition at line 899 of file Native.java.
|
inlinestatic |
Definition at line 586 of file Native.java.
|
inlinestatic |
Definition at line 594 of file Native.java.
Referenced by Context.Context().
|
inlinestatic |
Definition at line 890 of file Native.java.
|
inlinestatic |
Definition at line 916 of file Native.java.
Referenced by Context.mkDatatypeSorts().
|
inlinestatic |
Definition at line 1004 of file Native.java.
Referenced by Context.mkDistinct().
|
inlinestatic |
Definition at line 1112 of file Native.java.
Referenced by Context.mkDiv().
|
inlinestatic |
Definition at line 1697 of file Native.java.
Referenced by Context.mkEmptySet().
|
inlinestatic |
Definition at line 855 of file Native.java.
|
inlinestatic |
Definition at line 995 of file Native.java.
Referenced by Context.mkEq().
|
inlinestatic |
Definition at line 1868 of file Native.java.
|
inlinestatic |
Definition at line 1904 of file Native.java.
|
inlinestatic |
Definition at line 1454 of file Native.java.
Referenced by Context.mkExtract().
|
inlinestatic |
Definition at line 1535 of file Native.java.
Referenced by Context.mkBVRotateLeft().
|
inlinestatic |
Definition at line 1544 of file Native.java.
Referenced by Context.mkBVRotateRight().
|
inlinestatic |
Definition at line 986 of file Native.java.
Referenced by Context.mkFalse().
|
inlinestatic |
Definition at line 828 of file Native.java.
|
inlinestatic |
Definition at line 3207 of file Native.java.
|
inlinestatic |
Definition at line 1859 of file Native.java.
|
inlinestatic |
Definition at line 1895 of file Native.java.
|
inlinestatic |
Definition at line 968 of file Native.java.
Referenced by Context.mkFreshConst().
|
inlinestatic |
Definition at line 959 of file Native.java.
|
inlinestatic |
Definition at line 1706 of file Native.java.
Referenced by Context.mkFullSet().
|
inlinestatic |
Definition at line 932 of file Native.java.
|
inlinestatic |
Definition at line 1175 of file Native.java.
Referenced by Context.mkGe().
|
inlinestatic |
Definition at line 3617 of file Native.java.
|
inlinestatic |
Definition at line 1166 of file Native.java.
Referenced by Context.mkGt().
|
inlinestatic |
Definition at line 1031 of file Native.java.
Referenced by Context.mkIff().
|
inlinestatic |
Definition at line 1040 of file Native.java.
Referenced by Context.mkImplies().
|
inlinestatic |
Definition at line 4434 of file Native.java.
|
inlinestatic |
Definition at line 1805 of file Native.java.
Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().
|
inlinestatic |
Definition at line 1553 of file Native.java.
Referenced by Context.mkInt2BV().
|
inlinestatic |
Definition at line 1184 of file Native.java.
Referenced by Context.mkInt2Real().
|
inlinestatic |
Definition at line 1823 of file Native.java.
Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().
|
inlinestatic |
Definition at line 5177 of file Native.java.
Referenced by InterpolationContext.MkInterpolant().
|
inlinestatic |
Definition at line 5186 of file Native.java.
Referenced by InterpolationContext.InterpolationContext().
|
inlinestatic |
Definition at line 801 of file Native.java.
|
inlinestatic |
Definition at line 765 of file Native.java.
|
inlinestatic |
Definition at line 1202 of file Native.java.
Referenced by Context.mkIsInteger().
|
inlinestatic |
Definition at line 1022 of file Native.java.
Referenced by Context.mkITE().
|
inlinestatic |
Definition at line 4553 of file Native.java.
|
inlinestatic |
Definition at line 1157 of file Native.java.
Referenced by Context.mkLe().
|
inlinestatic |
Definition at line 864 of file Native.java.
|
inlinestatic |
Definition at line 1148 of file Native.java.
Referenced by Context.mkLt().
|
inlinestatic |
Definition at line 1670 of file Native.java.
Referenced by Context.mkMap().
|
inlinestatic |
Definition at line 1121 of file Native.java.
Referenced by Context.mkMod().
|
inlinestatic |
Definition at line 1085 of file Native.java.
Referenced by Context.mkMul().
|
inlinestatic |
Definition at line 1013 of file Native.java.
Referenced by Context.mkNot().
|
inlinestatic |
Definition at line 1787 of file Native.java.
Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().
|
inlinestatic |
Definition at line 1067 of file Native.java.
Referenced by Context.mkOr().
|
inlinestatic |
Definition at line 639 of file Native.java.
|
inlinestatic |
Definition at line 1841 of file Native.java.
Referenced by Context.mkPattern().
|
inlinestatic |
Definition at line 1139 of file Native.java.
Referenced by Context.mkPower().
|
inlinestatic |
Definition at line 3773 of file Native.java.
|
inlinestatic |
Definition at line 1877 of file Native.java.
|
inlinestatic |
Definition at line 1913 of file Native.java.
|
inlinestatic |
Definition at line 1922 of file Native.java.
|
inlinestatic |
Definition at line 1886 of file Native.java.
|
inlinestatic |
Definition at line 1796 of file Native.java.
Referenced by Context.mkReal().
|
inlinestatic |
Definition at line 1193 of file Native.java.
Referenced by Context.mkReal2Int().
|
inlinestatic |
Definition at line 810 of file Native.java.
|
inlinestatic |
Definition at line 1130 of file Native.java.
Referenced by Context.mkRem().
|
inlinestatic |
Definition at line 1481 of file Native.java.
Referenced by Context.mkRepeat().
|
inlinestatic |
Definition at line 1517 of file Native.java.
Referenced by Context.mkBVRotateLeft().
|
inlinestatic |
Definition at line 1526 of file Native.java.
Referenced by Context.mkBVRotateRight().
|
inlinestatic |
Definition at line 1643 of file Native.java.
Referenced by Context.mkSelect().
|
inlinestatic |
Definition at line 1715 of file Native.java.
Referenced by Context.mkSetAdd().
|
inlinestatic |
Definition at line 1760 of file Native.java.
Referenced by Context.mkSetComplement().
|
inlinestatic |
Definition at line 1724 of file Native.java.
Referenced by Context.mkSetDel().
|
inlinestatic |
Definition at line 1751 of file Native.java.
Referenced by Context.mkSetDifference().
|
inlinestatic |
Definition at line 1742 of file Native.java.
Referenced by Context.mkSetIntersection().
|
inlinestatic |
Definition at line 1769 of file Native.java.
Referenced by Context.mkSetMembership().
|
inlinestatic |
Definition at line 1688 of file Native.java.
|
inlinestatic |
Definition at line 1778 of file Native.java.
Referenced by Context.mkSetSubset().
|
inlinestatic |
Definition at line 1733 of file Native.java.
Referenced by Context.mkSetUnion().
|
inlinestatic |
Definition at line 1463 of file Native.java.
Referenced by Context.mkSignExt().
|
inlinestatic |
Definition at line 4156 of file Native.java.
Referenced by Context.mkSimpleSolver().
|
inlinestatic |
Definition at line 4147 of file Native.java.
Referenced by Context.mkSolver().
|
inlinestatic |
Definition at line 4165 of file Native.java.
Referenced by Context.mkSolver().
|
inlinestatic |
Definition at line 4174 of file Native.java.
Referenced by Context.mkSolver().
|
inlinestatic |
Definition at line 1652 of file Native.java.
Referenced by Context.mkStore().
|
inlinestatic |
Definition at line 774 of file Native.java.
|
inlinestatic |
Definition at line 1094 of file Native.java.
Referenced by Context.mkSub().
|
inlinestatic |
Definition at line 3748 of file Native.java.
|
inlinestatic |
Definition at line 977 of file Native.java.
Referenced by Context.mkTrue().
|
inlinestatic |
Definition at line 846 of file Native.java.
|
inlinestatic |
Definition at line 1103 of file Native.java.
Referenced by Context.mkUnaryMinus().
|
inlinestatic |
Definition at line 783 of file Native.java.
|
inlinestatic |
Definition at line 1814 of file Native.java.
|
inlinestatic |
Definition at line 1832 of file Native.java.
|
inlinestatic |
Definition at line 1049 of file Native.java.
Referenced by Context.mkXor().
|
inlinestatic |
Definition at line 1472 of file Native.java.
Referenced by Context.mkZeroExt().
|
inlinestatic |
Definition at line 2740 of file Native.java.
|
inlinestatic |
Definition at line 2748 of file Native.java.
Referenced by Model.eval().
|
inlinestatic |
Definition at line 2793 of file Native.java.
Referenced by Model.getConstDecls(), and Model.getDecls().
|
inlinestatic |
Definition at line 2757 of file Native.java.
Referenced by Model.getConstInterp(), and Model.getFuncInterp().
|
inlinestatic |
Definition at line 2811 of file Native.java.
Referenced by Model.getDecls(), and Model.getFuncDecls().
|
inlinestatic |
Definition at line 2775 of file Native.java.
Referenced by Model.getFuncInterp().
|
inlinestatic |
Definition at line 2784 of file Native.java.
Referenced by Model.getNumConsts().
|
inlinestatic |
Definition at line 2802 of file Native.java.
Referenced by Model.getNumFuncs().
|
inlinestatic |
Definition at line 2820 of file Native.java.
Referenced by Model.getNumSorts().
|
inlinestatic |
Definition at line 2829 of file Native.java.
Referenced by Model.getSorts().
|
inlinestatic |
Definition at line 2838 of file Native.java.
Referenced by Model.getSortUniverse().
|
inlinestatic |
Definition at line 2766 of file Native.java.
|
inlinestatic |
Definition at line 2732 of file Native.java.
|
inlinestatic |
Definition at line 3025 of file Native.java.
Referenced by Model.toString().
|
inlinestatic |
Definition at line 2960 of file Native.java.
Referenced by Log.open().
|
inlinestatic |
Definition at line 721 of file Native.java.
|
inlinestatic |
Definition at line 729 of file Native.java.
Referenced by ParamDescrs.getKind().
|
inlinestatic |
Definition at line 747 of file Native.java.
Referenced by ParamDescrs.getNames().
|
inlinestatic |
Definition at line 713 of file Native.java.
|
inlinestatic |
Definition at line 738 of file Native.java.
Referenced by ParamDescrs.getNames(), and ParamDescrs.size().
|
inlinestatic |
Definition at line 756 of file Native.java.
Referenced by ParamDescrs.toString().
|
inlinestatic |
Definition at line 656 of file Native.java.
|
inlinestatic |
Definition at line 648 of file Native.java.
|
inlinestatic |
Definition at line 664 of file Native.java.
Referenced by Params.add().
|
inlinestatic |
Definition at line 680 of file Native.java.
Referenced by Params.add().
|
inlinestatic |
Definition at line 688 of file Native.java.
Referenced by Params.add().
|
inlinestatic |
Definition at line 672 of file Native.java.
Referenced by Params.add().
|
inlinestatic |
Definition at line 696 of file Native.java.
Referenced by Params.toString().
|
inlinestatic |
Definition at line 705 of file Native.java.
Referenced by ParamDescrs.validate().
|
inlinestatic |
Definition at line 3052 of file Native.java.
Referenced by Context.parseSMTLIB2File().
|
inlinestatic |
Definition at line 3043 of file Native.java.
Referenced by Context.parseSMTLIB2String().
|
inlinestatic |
Definition at line 3069 of file Native.java.
Referenced by Context.parseSMTLIBFile().
|
inlinestatic |
Definition at line 3061 of file Native.java.
Referenced by Context.parseSMTLIBString().
|
inlinestatic |
Definition at line 2534 of file Native.java.
|
inlinestatic |
Definition at line 2998 of file Native.java.
Referenced by Pattern.toString().
|
inlinestatic |
Definition at line 4476 of file Native.java.
|
inlinestatic |
Definition at line 4963 of file Native.java.
|
inlinestatic |
Definition at line 4459 of file Native.java.
|
inlinestatic |
Definition at line 3969 of file Native.java.
Referenced by Context.and().
|
inlinestatic |
Definition at line 4068 of file Native.java.
Referenced by Probe.apply().
|
inlinestatic |
Definition at line 3915 of file Native.java.
Referenced by Context.constProbe().
|
inlinestatic |
Definition at line 3790 of file Native.java.
|
inlinestatic |
Definition at line 3960 of file Native.java.
Referenced by Context.eq().
|
inlinestatic |
Definition at line 3951 of file Native.java.
Referenced by Context.ge().
|
inlinestatic |
Definition at line 4059 of file Native.java.
Referenced by Context.getProbeDescription().
|
inlinestatic |
Definition at line 3933 of file Native.java.
Referenced by Context.gt().
|
inlinestatic |
Definition at line 3782 of file Native.java.
|
inlinestatic |
Definition at line 3942 of file Native.java.
Referenced by Context.le().
|
inlinestatic |
Definition at line 3924 of file Native.java.
Referenced by Context.lt().
|
inlinestatic |
Definition at line 3987 of file Native.java.
Referenced by Context.not().
|
inlinestatic |
Definition at line 3978 of file Native.java.
Referenced by Context.or().
|
inlinestatic |
Definition at line 4451 of file Native.java.
|
inlinestatic |
Definition at line 924 of file Native.java.
Referenced by Constructor.ConstructorDecl(), Constructor.getAccessorDecls(), and Constructor.getTesterDecl().
|
inlinestatic |
Definition at line 5034 of file Native.java.
|
inlinestatic |
Definition at line 4972 of file Native.java.
|
inlinestatic |
Definition at line 5061 of file Native.java.
|
inlinestatic |
Definition at line 5133 of file Native.java.
|
inlinestatic |
Definition at line 5124 of file Native.java.
|
inlinestatic |
Definition at line 5169 of file Native.java.
|
inlinestatic |
Definition at line 5106 of file Native.java.
|
inlinestatic |
Definition at line 5079 of file Native.java.
|
inlinestatic |
Definition at line 5115 of file Native.java.
|
inlinestatic |
Definition at line 5097 of file Native.java.
|
inlinestatic |
Definition at line 5007 of file Native.java.
|
inlinestatic |
Definition at line 5016 of file Native.java.
|
inlinestatic |
Definition at line 4998 of file Native.java.
|
inlinestatic |
Definition at line 4980 of file Native.java.
|
inlinestatic |
Definition at line 5025 of file Native.java.
|
inlinestatic |
Definition at line 4989 of file Native.java.
|
inlinestatic |
Definition at line 5052 of file Native.java.
|
inlinestatic |
Definition at line 5070 of file Native.java.
|
inlinestatic |
Definition at line 5142 of file Native.java.
|
inlinestatic |
Definition at line 5160 of file Native.java.
|
inlinestatic |
Definition at line 5151 of file Native.java.
|
inlinestatic |
Definition at line 5088 of file Native.java.
|
inlinestatic |
Definition at line 5043 of file Native.java.
|
inlinestatic |
Definition at line 5219 of file Native.java.
Referenced by InterpolationContext.ReadInterpolationProblem().
|
inlinestatic |
Definition at line 3202 of file Native.java.
|
inlinestatic |
Definition at line 2981 of file Native.java.
Referenced by Context.setPrintMode().
|
inlinestatic |
Definition at line 3164 of file Native.java.
|
static |
|
inlinestatic |
Definition at line 4443 of file Native.java.
|
inlinestatic |
Definition at line 581 of file Native.java.
Referenced by Context.Context(), and InterpolationContext.InterpolationContext().
|
inlinestatic |
Definition at line 2660 of file Native.java.
Referenced by Expr.simplify().
|
inlinestatic |
Definition at line 2669 of file Native.java.
Referenced by Expr.simplify().
|
inlinestatic |
Definition at line 2678 of file Native.java.
Referenced by Context.SimplifyHelp().
|
inlinestatic |
Definition at line 2687 of file Native.java.
Referenced by Context.getSimplifyParameterDescriptions().
|
inlinestatic |
Definition at line 4536 of file Native.java.
|
inlinestatic |
Definition at line 4258 of file Native.java.
Referenced by Solver.add().
|
inlinestatic |
Definition at line 4266 of file Native.java.
Referenced by Solver.assertAndTrack().
|
inlinestatic |
Definition at line 4283 of file Native.java.
Referenced by Solver.check().
|
inlinestatic |
Definition at line 4292 of file Native.java.
Referenced by Solver.check().
|
inlinestatic |
Definition at line 4217 of file Native.java.
|
inlinestatic |
Definition at line 4274 of file Native.java.
Referenced by Solver.getAssertions(), and Solver.getNumAssertions().
|
inlinestatic |
Definition at line 4183 of file Native.java.
Referenced by Solver.getHelp().
|
inlinestatic |
Definition at line 4301 of file Native.java.
Referenced by Solver.getModel().
|
inlinestatic |
Definition at line 4249 of file Native.java.
Referenced by Solver.getNumScopes().
|
inlinestatic |
Definition at line 4192 of file Native.java.
Referenced by Solver.getParameterDescriptions().
|
inlinestatic |
Definition at line 4310 of file Native.java.
Referenced by Solver.getProof().
|
inlinestatic |
Definition at line 4328 of file Native.java.
Referenced by Solver.getReasonUnknown().
|
inlinestatic |
Definition at line 4337 of file Native.java.
Referenced by Solver.getStatistics().
|
inlinestatic |
Definition at line 4319 of file Native.java.
Referenced by Solver.getUnsatCore().
|
inlinestatic |
Definition at line 4209 of file Native.java.
|
inlinestatic |
Definition at line 4233 of file Native.java.
Referenced by Solver.pop().
|
inlinestatic |
Definition at line 4225 of file Native.java.
Referenced by Solver.push().
|
inlinestatic |
Definition at line 4241 of file Native.java.
Referenced by Solver.reset().
|
inlinestatic |
Definition at line 4201 of file Native.java.
Referenced by Solver.setParameters().
|
inlinestatic |
Definition at line 4346 of file Native.java.
Referenced by Solver.toString().
|
inlinestatic |
Definition at line 1976 of file Native.java.
|
inlinestatic |
Definition at line 3007 of file Native.java.
Referenced by Sort.toString().
|
inlinestatic |
Definition at line 4774 of file Native.java.
|
inlinestatic |
Definition at line 4372 of file Native.java.
|
inlinestatic |
Definition at line 4425 of file Native.java.
Referenced by Statistics.getEntries().
|
inlinestatic |
Definition at line 4389 of file Native.java.
Referenced by Statistics.getEntries(), and Statistics.getKeys().
|
inlinestatic |
Definition at line 4416 of file Native.java.
Referenced by Statistics.getEntries().
|
inlinestatic |
Definition at line 4364 of file Native.java.
|
inlinestatic |
Definition at line 4407 of file Native.java.
Referenced by Statistics.getEntries().
|
inlinestatic |
Definition at line 4398 of file Native.java.
Referenced by Statistics.getEntries().
|
inlinestatic |
Definition at line 4380 of file Native.java.
Referenced by Statistics.size().
|
inlinestatic |
Definition at line 4355 of file Native.java.
Referenced by Statistics.toString().
|
inlinestatic |
Definition at line 2705 of file Native.java.
Referenced by Expr.substitute().
|
inlinestatic |
Definition at line 2714 of file Native.java.
Referenced by Expr.substituteVars().
|
inlinestatic |
Definition at line 3798 of file Native.java.
Referenced by Context.andThen().
|
inlinestatic |
Definition at line 4077 of file Native.java.
Referenced by Tactic.apply().
|
inlinestatic |
Definition at line 4086 of file Native.java.
Referenced by Tactic.apply().
|
inlinestatic |
Definition at line 3852 of file Native.java.
Referenced by Context.cond().
|
inlinestatic |
Definition at line 3765 of file Native.java.
|
inlinestatic |
Definition at line 3879 of file Native.java.
Referenced by Context.fail().
|
inlinestatic |
Definition at line 3888 of file Native.java.
Referenced by Context.failIf().
|
inlinestatic |
Definition at line 3897 of file Native.java.
Referenced by Context.failIfNotDecided().
|
inlinestatic |
Definition at line 4050 of file Native.java.
Referenced by Context.getTacticDescription().
|
inlinestatic |
Definition at line 4032 of file Native.java.
Referenced by Tactic.getHelp().
|
inlinestatic |
Definition at line 4041 of file Native.java.
Referenced by Tactic.getParameterDescriptions().
|
inlinestatic |
Definition at line 3757 of file Native.java.
|
inlinestatic |
Definition at line 3807 of file Native.java.
Referenced by Context.orElse().
|
inlinestatic |
Definition at line 3825 of file Native.java.
Referenced by Context.parAndThen().
|
inlinestatic |
Definition at line 3816 of file Native.java.
Referenced by Context.parOr().
|
inlinestatic |
Definition at line 3861 of file Native.java.
Referenced by Context.repeat().
|
inlinestatic |
Definition at line 3870 of file Native.java.
Referenced by Context.skip().
|
inlinestatic |
Definition at line 3834 of file Native.java.
Referenced by Context.tryFor().
|
inlinestatic |
Definition at line 3906 of file Native.java.
Referenced by Context.usingParams().
|
inlinestatic |
Definition at line 3843 of file Native.java.
Referenced by Context.when().
|
inlinestatic |
Definition at line 2408 of file Native.java.
|
inlinestatic |
Definition at line 2417 of file Native.java.
|
inlinestatic |
Definition at line 2976 of file Native.java.
Referenced by Context.ToggleWarningMessages().
|
inlinestatic |
Definition at line 2723 of file Native.java.
Referenced by AST.translate(), and Expr.translate().
|
inlinestatic |
Definition at line 623 of file Native.java.
Referenced by Context.updateParamValue().
|
inlinestatic |
Definition at line 2696 of file Native.java.
Referenced by Expr.update().
|
inlinestatic |
Definition at line 5237 of file Native.java.
Referenced by InterpolationContext.WriteInterpolationProblem().