ap
.
interpolants
InterpolationContext
Related Docs:
object InterpolationContext
|
package interpolants
class
InterpolationContext
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
InterpolationContext
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
addCommon
(
commons:
Iterable
[
CertFormula
]
)
:
InterpolationContext
def
addCommon
(
common:
CertFormula
)
:
InterpolationContext
def
addConstants
(
consts:
Seq
[
ConstantTerm
]
)
:
InterpolationContext
def
addDoubleConstant
(
const:
ConstantTerm
,
d1:
ConstantTerm
,
d2:
ConstantTerm
)
:
InterpolationContext
def
addDoubleConstants
(
consts:
Iterator
[
ConstantTerm
]
)
:
Iterator
[
ConstantTerm
]
def
addDoubleConstants
(
consts:
Iterable
[
ConstantTerm
]
)
:
Iterator
[
ConstantTerm
]
def
addLeft
(
lefts:
Iterable
[
CertFormula
]
)
:
InterpolationContext
def
addLeft
(
left:
CertFormula
)
:
InterpolationContext
def
addParameter
(
const:
ConstantTerm
)
:
InterpolationContext
def
addPartialInterpolant
(
literal:
CertArithLiteral
,
partialInter:
PartialInterpolant
)
:
InterpolationContext
def
addRight
(
rights:
Iterable
[
CertFormula
]
)
:
InterpolationContext
def
addRight
(
right:
CertFormula
)
:
InterpolationContext
lazy val
allConstants
:
Set
[
ConstantTerm
]
lazy val
allPredicates
:
Set
[
Predicate
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
lazy val
commonFormulaConstants
:
Set
[
ConstantTerm
]
lazy val
commonFormulaPredicates
:
Set
[
Predicate
]
val
commonFormulae
:
Set
[
CertFormula
]
val
doubleConstants
:
Map
[
ConstantTerm
, (
ConstantTerm
,
ConstantTerm
)]
lazy val
doubleConstantsSubst
:
Substitution
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
getPIConverseFormula
(
literal:
CertArithLiteral
)
:
Formula
def
getPartialInterpolant
(
literal:
CertArithLiteral
)
:
PartialInterpolant
def
getPredAtomRewriting
(
rewrittenLit:
CertPredLiteral
)
: (
Seq
[
Seq
[(
IdealInt
,
CertEquation
)]],
CertPredLiteral
)
lazy val
globalConstants
:
Set
[
ConstantTerm
]
lazy val
globalPredicates
:
Set
[
Predicate
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
isCommon
(
conj:
CertFormula
)
:
Boolean
def
isFromLeft
(
conj:
CertFormula
)
:
Boolean
def
isFromRight
(
conj:
CertFormula
)
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isRewrittenLeftLit
(
lit:
CertPredLiteral
)
:
Boolean
def
isRewrittenRightLit
(
lit:
CertPredLiteral
)
:
Boolean
val
leftConstants
:
Set
[
ConstantTerm
]
val
leftFormulae
:
Set
[
CertFormula
]
lazy val
leftLocalConstants
:
Set
[
ConstantTerm
]
lazy val
leftLocalPredicates
:
Set
[
Predicate
]
lazy val
leftPredicates
:
Set
[
Predicate
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
val
order
:
TermOrder
val
parameters
:
Set
[
ConstantTerm
]
val
partialInterpolants
:
Map
[
CertArithLiteral
,
PartialInterpolant
]
def
rewritePredAtom
(
equations:
Seq
[
Seq
[(
IdealInt
,
CertEquation
)]]
,
targetLit:
CertPredLiteral
,
result:
CertPredLiteral
)
:
InterpolationContext
val
rightConstants
:
Set
[
ConstantTerm
]
val
rightFormulae
:
Set
[
CertFormula
]
lazy val
rightLocalConstants
:
Set
[
ConstantTerm
]
lazy val
rightPredicates
:
Set
[
Predicate
]
def
setOrder
(
newOrder:
TermOrder
)
:
InterpolationContext
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
AnyRef
Inherited from
Any
Ungrouped