[julia-users] Solver does not support quadratic solver .

2016-06-23 Thread tannirind
Hello, After coming this error i add SCS solver . But the same error is happening . How can i remove ? Thank you ! Best Regards, Tanveer Iqbal

[julia-users] Re: How to get the particular value from the table

2016-06-07 Thread tannirind
Thank you David, Basically I want to solve a simple optimization problem for the cost of the grid. So I want to to to import the forecasting file(file.text) for the power consumption (p1,p2...p24) and the cost (c1,c2c24)of the energy for the 24hrs. Cost and power is different at every

[julia-users] Quadratic equation solver ?

2016-05-31 Thread tannirind
which one is a good solver(open source) for quadratic equation using jump ? Thank you

Re: [julia-users] This application has requested the Runtime to terminate it in an unusual way

2016-05-27 Thread tannirind
This is the whole message which I get on the console. you needed this information or any other ? "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Assertion failed Program:C:\User\Tanveer

[julia-users] This application has requested the Runtime to terminate it in an unusual way

2016-05-26 Thread tannirind
When i execute the problem . This message appears on the julia window. How can I fix it ? Thank you "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."

Re: [julia-users] Redefine constant

2016-05-26 Thread tannirind
Thnak you Michele .but I am using Jump On Thursday, May 26, 2016 at 1:00:16 PM UTC+2, Michele Zaffalon wrote: > > At the REPL, you can use workspace() > > > On Thu, May 26, 2016 at 12:10 PM,

[julia-users] Redefine constant

2016-05-26 Thread tannirind
when i defined the const like Const a_max = [30,30] Const a_min = [0,10] I fined the warning WARNING: redefining constant a_max WARNING: redefining constant a_min how can I resolve this issue ?? Thank you

[julia-users] Warning getValue is deprecated , use getvalue instead

2016-05-25 Thread tannirind
Every time I find this kind of warning and the program is not solved optimally. how can I solve this ?? Thanks for your help. WARNING: getValue is deprecated, use getvalue instead. in depwarn at deprecated.jl:73 in getValue at deprecated.jl:30 in solve_ed at In[1]:52 in include_string

[julia-users] My Julia window Close Down

2016-05-23 Thread tannirind
When I include this optimization problem in julia with include("file name.jl") my julia window automatically close.Have you any idea about this ? Thank you for your time. # In this cell we introduce binary decision u to the economic dispatch problem (function solve_ed) function solve_uc

[julia-users] Re: Read External file data

2016-04-04 Thread tannirind
Thank you Fred for your cooperation BR, On Monday, April 4, 2016 at 3:59:03 PM UTC+2, Fred wrote: > > Hi, > > Of course it is possible : > > https://en.wikibooks.org/wiki/Introducing_Julia/Working_with_text_files > > You can read data frames to : > >

[julia-users] Read External file data

2016-04-04 Thread tannirind
How we can read data from external file using julia? Tank you for your time. Best Regards, Tanveer Iqbal

[julia-users] Given code is not giving the optimal solution .

2016-04-01 Thread tannirind
Hello to every one, Any one can tell me the code given below is not giving the optimal solution .it gives the just range of x1 and x2. I want to calculate optimal value of the function. Thank you for your time. Best Regards, Tanveer Iqbal using JuMP using Ipopt m = Model(solver =

[julia-users] My julia window goes to close why?

2016-03-31 Thread tannirind
When I open my code with a function call back my julia window turns to close. but while compiling other code its going turn off.Can any body help me to fix this problem ? Best Regards, Tanveer Iqbal.

[julia-users] Re: Load error:UdefVarError : Model not defined in include boot.jl:261

2016-03-30 Thread tannirind
Yes I got it Thank you BR On Wednesday, March 30, 2016 at 5:42:54 PM UTC+2, Iain Dunning wrote: > > You need to use the correct case: using JuMP > > On Wednesday, March 30, 2016 at 9:19:10 AM UTC-4, tann...@gmail.com wrote: >> >> Thank you Kelman, >> >> I was trying with this code here "using

[julia-users] Re: Load error:UdefVarError : Model not defined in include boot.jl:261

2016-03-30 Thread tannirind
Thank you Kelman, I was trying with this code here "using JuMp" is already mentioned using jump using Ipopt m=Model(solver=IpoptSolver()) @defVar(m, x, start = 0.0) @defVar(m, y, start = 0.0) @setNLObjective(m, Min, (1-x)^2 + 100(y-x^2)^2) solve(m) println("x = ", getValue(x), "y = ",

[julia-users] Load error:UdefVarError : Model not defined in include boot.jl:261

2016-03-30 Thread tannirind
Hello Every one, I am solving simple non linear examples using JuMp with IpoptSolver. when i include file on julia. the specific error come .I updated packages as well. Load Error: UNdefVarError : Model not defined in include boot.jl:261 include_from model at loading. jl : 304 Any one have

[julia-users] To solve optimization problem in julia is it necessary to add any module.

2016-03-25 Thread tannirind
For the solving of optimization problems in julia is it necessary to add any module first such as jump , NLopt or any other ?? If it is necessary to add then which one is best ? Best Regards, Tanveer Iqbal

[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread tannirind
Yes Tomak, When i write a code but it is not connected with julia in real time.Or even when I I press the key Shift+Enter it doesn't work also. suppose I wrote a simple code such as a=2 b=3 c=2+3 but pressing the key Shift+Enter it dont show the result on the julia.Can I fix this problem ? if

[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread tannirind
Hello Sebastian, Thank you for you reply. But when I open the light table it gives the notification "Connect with julia".But just the problem is that I dont know how to synchronize them both.Means if I write a program on light table then how i can run on julia. Best Regards On Wednesday,

[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread tannirind
Hello Tomak, Please dont mind if I am asking stupid question because I am just beginner on julia.I think I am not conveying you people right.Now I try again. I wrote the program on Light table and now I want to compile this program on julia.I dont know how I can synchronize both Julia and

[julia-users] I am Getting problem with julia and light table to work them together

2016-03-15 Thread tannirind
Hello, I installed julia and light table is also connect with julia.But I dont know how to run code of light table on julia.Or we can say that how to make them on work together. Thank you for your time BR, Tanveer