lafar6502 / caparf

Automatically exported from code.google.com/p/caparf
GNU General Public License v3.0
0 stars 0 forks source link

Add lower-bound into framework #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Lower bounds are very important in cutting and packing. CAPARF can live 
without spliting algorithms into approximate (upper bounds) and exact, but 
CAPARF *MUST* support lower bounds:
  1. One can run experiments with lower bounds like with other algorithms.
  2. Report-generator can use lower bounds for producing usefull statistics.

Original issue reported on code.google.com by denis.nsc on 14 Dec 2009 at 9:55

GoogleCodeExporter commented 8 years ago
r19 added support for everything except running experiments with lower bounds.

Original comment by denis.nsc on 3 Jan 2010 at 10:49