Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madh93/sirb
Metaheuristics for Logistics Problems
https://github.com/madh93/sirb
Last synced: 21 days ago
JSON representation
Metaheuristics for Logistics Problems
- Host: GitHub
- URL: https://github.com/madh93/sirb
- Owner: Madh93
- License: mit
- Created: 2016-10-15T22:25:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T10:54:40.000Z (about 8 years ago)
- Last Synced: 2024-11-08T11:13:55.653Z (about 1 month ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SIrb
[![Gem Version](https://badge.fury.io/rb/sirb.svg)](http://badge.fury.io/rb/sirb)
[![Dependency Status](https://gemnasium.com/Madh93/sirb.svg)](https://gemnasium.com/Madh93/sirb)
[![Build Status](https://travis-ci.org/Madh93/sirb.svg)](https://travis-ci.org/Madh93/sirb) [![Coverage Status](https://coveralls.io/repos/github/Madh93/sirb/badge.svg?branch=master)](https://coveralls.io/github/Madh93/sirb?branch=master) [![Docs Status](http://inch-ci.org/github/Madh93/sirb.svg)](http://inch-ci.org/github/Madh93/sirb)Metaheuristics for Logistics Problems for [Sistemas Inteligentes e Interacción Persona Computador 2016/17](http://eguia.ull.es/etsii/query.php?codigo=135751105)
## Requirements
Ruby >=2.2.5
## Installation
Clone repo and then execute:
$ bundle
$ bundle exec rake installOr install it yourself as:
$ gem install sirb
## Usage
$ sirb [OPTIONS]
## Contributing
1. Fork it ( https://github.com/Madh93/sirb/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request