Method: ConstraintSolver::AllDifferentConstraint#to_s_full
- Defined in:
- lib/AllDifferentConstraint.rb
#to_s_full ⇒ Object
53 54 55 |
# File 'lib/AllDifferentConstraint.rb', line 53 def to_s_full @variables.collect { |var| var.to_s }.join(" != ") end |