|
dmitrey wrote:
>
>
> You can't solve the task via linprog. Try using MILP solvers, for
> example (they both have bindings to MATLAB)
>
> glpk
> <http://www.gnu.org/software/glpk/>
>
> or lp_solve
> <http://sourceforge.net/projects/lpsolve>
>
>
>
> WBR, Dmitrey
>
> On Mar 23, 9:13 pm, cagricihasan <cagriciha...@yahoo.com>
wrote:
>> Hi
>> I have a smaal optimization problem which i will solve with
> linprog.
>> My problem and constraints are lineers. Problem's solution must
> be
>> integer. But sometimes my results are doubles. How do i define
my
>> decision variables to be integer? Thanks.
>
>
>
Thank you
|