Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow trades to be a vector #1681

Open
nuclearkatie opened this issue Feb 29, 2024 · 1 comment
Open

Allow trades to be a vector #1681

nuclearkatie opened this issue Feb 29, 2024 · 1 comment
Assignees

Comments

@nuclearkatie
Copy link
Contributor

nuclearkatie commented Feb 29, 2024

Right now, trades have to be a single resource (material or product). In order to implement packaging, trades need to be allowed to be vectors (and potentially vectors of vectors for transport units...)

Or maybe, offers to requests need to be allowed to be vectors. Then, trades can still be single resource, but the DRE would have to be able to compare multi-pronged offers to regular, single resource offers, and multiple trades could result from a single request
(now that I'm writing it out, the second one seems more complicated)

@nuclearkatie nuclearkatie self-assigned this Feb 29, 2024
@gonuke
Copy link
Member

gonuke commented Mar 8, 2024

(capturing some in-person discussion) - This specifically necessary in the step of executing a trade when the trade negotiation in the DRE may not have been for a specific number of packages, but the trade will be executed as a specific number of packages. Thankfully, it should not have any bearing on the mathematical definition of the problem being solved by the DRE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants