Exception: Solve::Errors::NoSolutionCauseUnknown

Inherits:
NoSolutionError show all
Defined in:
lib/solve/errors.rb

Overview

Indicates that the solver could not find the conflicting constraints when solving the given demands and graph.

Instance Attribute Summary

Attributes inherited from NoSolutionError

#artifacts_with_no_satisfactory_version, #constraints_excluding_all_artifacts, #missing_artifacts, #unsatisfiable_demand

Method Summary

Methods inherited from NoSolutionError

#initialize, #to_s

Constructor Details

This class inherits a constructor from Solve::Errors::NoSolutionError