Dear all,
I'm relatively new to programming in Mata.
I am trying to solve a linear optimization problem using LinearProgram().
As explained in the command's guide, I'm trying to initialize the program using:
But I get the following error:
I looked for a package to download but found nothing.
I use Stata version 15.1.
Thanks a lot,
Adam
I'm relatively new to programming in Mata.
I am trying to solve a linear optimization problem using LinearProgram().
As explained in the command's guide, I'm trying to initialize the program using:
Code:
mata: q = LinearProgram()
I looked for a package to download but found nothing.
I use Stata version 15.1.
Thanks a lot,
Adam
Comment