thebitpusher / boxologic

3D Bin Packing: A set of C programs that calculate the best fit for boxes on a pallet, and visualize the result.
44 stars 14 forks source link

Which license the boxlogic follows? #8

Open samchon opened 8 years ago

samchon commented 8 years ago

I'm a programmer of Hiswill Co., Ltd.

http://samchon.org/ http://redprinting.co.kr/

My company is a printing factory and wants to minimize delivery cost by developing a 3d-bin packer program with multiple type of wrappers.

I've adopted your open-source "Boxologic" for 3d-bin packing and I've implemented the "multiple type of wrappers" with genetic algorithm.

The program's outline is almost developed, however, license of the Boxologic is not specified in your GitHub repository.

Which license the Boxologic follows? Do I need to open my code to be public or there's something to fee?

samchon commented 8 years ago

Here's the refactored code https://github.com/betterwaysystems/packer