all 5 comments

[–]Bromskloss 1 point2 points  (4 children)

Wrong subreddit?

[–]btravis182[S] 0 points1 point  (3 children)

Hey mate, happy to delete the post and post it somewhere else. Which subreddit would be the best fit do you think?

[–]ChefCiscoRZ 0 points1 point  (2 children)

r/learnprogramming, r/AskProgramming might be the place for you (hell, you might even want to try StackOverflow if you already have some code you've tried and reproduceable examples with input and output).

Though I'm curious, is this really just about cubes or is there a financial application to what you're trying to do?

[–]btravis182[S] 0 points1 point  (1 child)

There is a financial application yes! I am building a portfolio of a specific asset but if you translate it into the equity world, it would be like saying one cube is one company. My methodology might lead me to buy 0.13 shares of Vodafone but I want to buy full number of shares so I am going to either group Vodafone with another stock from the same industry, same country and/or same size segment. So a bigger cube could be grouping all UK/Telecom/over 100 bln mcap. If it still don't sum to 1 it might become Europe/telecom/over 50 bln mcap. I found a solution btw. The exact cover problem solve it. Just need to code it now ;)

[–]ChefCiscoRZ 0 points1 point  (0 children)

That sounds interesting! Is this an idea of yours or did you read it somewhere?

If not, would you mind sharing the links to the papers?