com.tubros.constraints.api.solver

error

package error

Visibility
  1. Public
  2. All

Type Members

  1. case class MissingVariables(missing: Set[VariableName]) extends SolverError with Product with Serializable

    The MissingVariables com.tubros.constraints.api.solver.error.SolverError type is produced when an com.tubros.constraints.api.problem.Equation references a com.tubros.constraints.api.solver.Variable which does not exist in the CPS evaluation environment.

  2. trait SolverError extends Serializable

    The SolverError type is the parent to the category of types which reify [com.

Value Members

  1. object NoVariablesProvidedError extends SolverError

    The NoVariablesProvidedError type is produced when there are no com.tubros.constraints.api.solver.Variables given for a com.tubros.constraints.api.solver.Solver to use.

  2. object UnsolvableError extends SolverError

    The UnsolvableError type is produced when a CPS solver cannot find a valid solution within the domain of values available.

Ungrouped