I am struggling to use lpsolve dynamically. I have an input of length and size unknown. I know how to make lpsolve work with constant size and length but without knowing that ahead of time I am not sure how to write the code for it. I have an unknown number of variables, although I know it once the code input is sent through (ie. I can pick it out of the input very easily), I also have my linear equations in vector form as apposed to discrete numbers that can be popped into the correct places in the code. If anyone has any clue about lpsolve stuff I will post the code of it but the code is a bit convoluted so I don't want to waste time putting it in here and explaining it without knowing someone can help.