jsLPSolver icon indicating copy to clipboard operation
jsLPSolver copied to clipboard

How to formulate quadratic optimization in the json model?

Open AncientSwordRage opened this issue 5 years ago • 0 comments

JWs comment on this issue #21 implies that this is not possible, but I can't figure out how.

This is my use of this library, https://github.com/AncientSwordRage/ponder

I want to extend my code to allow the model to essentially say: If you have Card X that works with Cards with Attribute Y, it's more valuable the more Cards with attribute Y we have.

I asked here and it looks like this is a linearisable quadratic problem.

But I'm stumped on how to create the right model for this.

Any advice?

AncientSwordRage avatar Jun 28 '20 10:06 AncientSwordRage