Bounds

reqt.csp.Bounds
case class Bounds(seq1: Seq[Var], domain: Seq[Range]) extends ConstrSeq1

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ConstrSeq1
trait Constr
trait HasVariables
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

infix def in(r: Range): Bounds
Extension method from csp
infix def in(rs: Seq[Range]): Bounds
Extension method from csp

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val variables: Seq[Var]

Attributes

Inherited from:
ConstrSeq1