PHP wrote function for cutting stock
Budget $10-25 USD
- Freelancer
- Emplois
- PHP
- PHP wrote function for cutting stock
We need a PHP function that can take 2 variables.
Scope: Cutting stock problem, examples:
[login to view URL]
[login to view URL]
[login to view URL]
Cutting-stock problem is the problem of cutting standard-sized pieces of stock material, such as metal pipes, into pieces of specified sizes while minimising material wasted. It is an optimisation problem in mathematics that arises from applications in industry.
function optimisation($material,$requirements) { ... }
We provide $material and $requirements as 2 dimensions array.
in $material we provide number of pipes and length for each one. eg:
[pieces,size]
[2,128]
[3,100]
[1,214]
[9,38]
in $requirements we provide number of pipes that we want to cut from $material and length for each one. eg:
[pieces,size]
[5,30]
[8,25]
---
Function should:
1) return the best way we can cut into pipes provided in $material minimising material wasted and getting $requirements pipes.
2) return each pipe from $material and what cut pipes resulted after cutting it and what waste was generated after the cut
3) if $material is not enough for $requirements specify what pipes from $requirements were not cut
4) if $material is more than enough for $requirements specify what pipes from $material were not cut
5) if no cut is possible, return message "no cut is possible"
====================================================
One single milestone, no partial delivery. In order to confirm delivery you need to provide a working environment/webpage/phpfiddle where I can run tests on the script.
2 freelances font une offre moyenne de 63 $ pour ce travail
hello, i can help you make this function. can you send to me example data and return result from example?
Hey [login to view URL] you in good health. I have read your project description I have expertise at statics,dynamics,mechanics of materials,design of machines, structures,mechanical vibrations,heat and mass transfer,thermody Plus