SIrb

Metaheuristics for Logistics Problems for Sistemas Inteligentes e Interacción Persona Computador 2016/17
Requirements
Ruby >=2.2.5
Installation
Clone repo and then execute:
$ bundle
$ bundle exec rake install
Or install it yourself as:
$ gem install sirb
Usage
$ sirb [OPTIONS]
Contributing
- Fork it ( https://github.com/Madh93/sirb/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request