Package

cspom

xcsp

Permalink

package xcsp

Visibility
  1. Public
  2. All

Type Members

  1. final case class PredicateConstant(constant: Int) extends PredicateNode with Product with Serializable

    Permalink
  2. final case class PredicateConstraint(operator: String, arguments: Seq[PredicateNode]) extends PredicateNode with Product with Serializable

    Permalink
  3. sealed trait PredicateNode extends AnyRef

    Permalink
  4. final case class PredicateVariable(variableId: String) extends PredicateNode with Product with Serializable

    Permalink
  5. class XCSP3Callbacks extends XCallbacks2

    Permalink
  6. final class XCSPPredicate extends RegexParsers

    Permalink

    This class is used to represent XCSP predicates.

Value Members

  1. object ConstraintParser extends JavaTokenParsers

    Permalink
  2. object ValueType extends Enumeration

    Permalink

    An enumeration to represent various native types for CSP.

    An enumeration to represent various native types for CSP. For now, only integers are supported.

  3. object XCSP3Parser extends Parser

    Permalink

    This class implements an XCSP 3.0 parser.

  4. object XCSPParser extends Parser

    Permalink

    This class implements an XCSP 2.0 parser.

Ungrouped