help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Help with Error: [....] requires numeric data


From: Andrew Makhorin
Subject: Re: [Help-glpk] Help with Error: [....] requires numeric data
Date: Wed, 01 Dec 2010 16:46:45 +0300

> I am encountering this error when running a file:  The
> [parameter_name] requires numeric data. 

This error appears when, say, you define a numeric parameter in the
model section while in the data section that parameter is provided with
non-numeric data, for example:

param p;

data;

param p := "foo";

> I have asked the parameter to get data from a MySQL table column.

Make sure that the input table contains numeric data in corresponding
column.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]