Sha256: b3cda6f6ee01ead54596343600264ebc4de2c0f64d3c73846b6793697b78a45e

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 Bytes

Contents

# Provides a ruby implementation of several common matching algorithms
#
# Author::    Abhishek Chandrasekhar  (mailto:me@abhchand.me)
# License::   MIT

class StableMatching
  class Error < StandardError; end

  class NoStableSolutionError < Error; end
  class InvalidPreferences < Error; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stable-matching-0.1.0 lib/stable-matching/stable_matching.rb