object jacop
- Source
- jacop.scala
- Alphabetic
- By Inheritance
- jacop
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type JBooleanVar = <error>
- type JIntVar = <error>
- type JVar = <error>
- case class Solver(constraints: Seq[Constr], search: Search) extends SolverUtils with scala.Product with Serializable
- trait SolverUtils extends AnyRef
- sealed trait ValueSelection extends AnyRef
- sealed trait VariableSelection extends AnyRef
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): java.lang.Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object IndomainMax extends ValueSelection with scala.Product with Serializable
- object IndomainMedian extends ValueSelection with scala.Product with Serializable
- object IndomainMiddle extends ValueSelection with scala.Product with Serializable
- object IndomainMin extends ValueSelection with scala.Product with Serializable
- object IndomainRandom extends ValueSelection with scala.Product with Serializable
- object IndomainSimpleRandom extends ValueSelection with scala.Product with Serializable
- object InputOrder extends VariableSelection with scala.Product with Serializable
- object LargestDomain extends VariableSelection with scala.Product with Serializable
- object LargestMax extends VariableSelection with scala.Product with Serializable
- object LargestMin extends VariableSelection with scala.Product with Serializable
- object MaxRegret extends VariableSelection with scala.Product with Serializable
- object MostConstrainedDynamic extends VariableSelection with scala.Product with Serializable
- object MostConstrainedStatic extends VariableSelection with scala.Product with Serializable
- object Settings
- object SmallestDomain extends VariableSelection with scala.Product with Serializable
- object SmallestMax extends VariableSelection with scala.Product with Serializable
- object SmallestMin extends VariableSelection with scala.Product with Serializable