PHP Classes

Clarifying Question

Recommend this page to a friend!

      Bin packing  >  All threads  >  Clarifying Question  >  (Un) Subscribe thread alerts  
Subject:Clarifying Question
Summary:How do I use this for Next Fit Decreasing?
Messages:2
Author:Kyle Baker
Date:2018-08-07 13:10:21
 

  1. Clarifying Question   Reply   Report abuse  
Picture of Kyle Baker Kyle Baker - 2018-08-07 13:10:21
Hi, I'm digging around trying to get Net Fix Decreasing to work. I figured I would uncomment $lkw>sortDesc() and $lkw->nextFit(). However, I'm not able to figure out how to print out the output from nextFit().

Any help would be very much appreciated.

  2. Re: Clarifying Question   Reply   Report abuse  
Picture of Chi H. Chi H. - 2018-08-07 13:28:03 - In reply to message 1 from Kyle Baker
Uncomment //~ print_r($lkw->Bins);