Binpacking

reqt.csp.Binpacking
case class Binpacking(item: Vector[Var], load: Vector[Var], size: Vector[Int]) extends ConstrSeq2ConstSeq1

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val constSeq1: Seq[Int]
lazy val seq1: Seq[Var]
lazy val seq2: Seq[Var]

Inherited fields

lazy val variables: Seq[Var]

Attributes

Inherited from:
ConstrSeq2ConstSeq1