These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Science & Industry

 
  • Topic is locked indefinitely.
 

Looking for mineral/ore compression formula

First post
Author
Rowells
Blackwater USA Inc.
Pandemic Horde
#1 - 2015-10-16 03:39:07 UTC
As the title says, I'm looking for a formula to compress ore efficiently to move minerals.

Firstly, I know there are tools available, I use multiple. So I'm not looking for those. Without getting into specifics, they do not do what I need them too.

I am looking to find the formula many of those tools use to get their results. The hope is that I can manipulate them a bit to shift results where I need them.

I have searched high and low for the method, even digging through the sites themselves and have found nothing.

So, does anyone know or have a formula or a link to one that explains it?
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2015-10-16 11:46:53 UTC
The one I wrote uses Linear programming. It's pretty much the Diet problem, just with different terminology.

http://www.neos-guide.org/content/diet-problem
https://en.wikipedia.org/wiki/Stigler_diet

So, instead of calories, you have tritanium
instead of protein, you have pyerite

and you have it trying to minimize the volume.

So you have compressed veldspar as one option (like flour), compressed scordite as another (like Milk), and so on.


https://github.com/fuzzysteve/compression is the code behind mine, but it requires the LP_solve library to work.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Rowells
Blackwater USA Inc.
Pandemic Horde
#3 - 2015-10-16 22:30:40 UTC
well thank you. it's a lot more complex than I imagined.

Looks like I have a study topic for the next few days.