2017 © Pedro Peláez
 

library block-relocation-problem

Algorithms for solving block relocation problems

image

xabbuh/block-relocation-problem

Algorithms for solving block relocation problems

  • Monday, May 12, 2014
  • by xabbuh
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Block Relocation Problem Solver

Scrutinizer Code Quality Build Status SensioLabsInsight, (*1)

Getting Started

Add xabbuh/block-relocation-problem to your composer.json file:, (*2)

{
    "require": {
        "xabbuh/block-relocation-problem": "~1.0@dev"
    }
}

and run php composer.phar update., (*3)

Container Configuration

Create a file containing your BRP configuration (e.g. configuration.json):, (*4)

{
    "stacks": [
        [6, 7, 9],
        [1, 3, 4],
        [2, 8, 5]
    ]
}

Solve the Problem

Solve the problem running the brp:configuration:solve command:, (*5)

$ php vendor/bin/brp.php brp:configuration:solve --algorithm=la configuration.json

The Versions

12/05 2014

dev-master

9999999-dev https://github.com/xabbuh/brp-php

Algorithms for solving block relocation problems

  Sources   Download

MIT

The Requires