rayset

Results 18 comments of rayset

Anyone imolemented a video version? It should be simple considering the speed of this alghoritm

thanks for the reply! yes, even localhost:683 and 127.0.0.1:683 return their equivalent pages. I noticed that after plotting ''9737c301b1c51853e5101d2161032074a8de23353fc07060880f503287e68f01'' the terminal is ready to receive another command, while I was...

Thanks for the quick reply: ``` julia> Pkg.dir("CoinOptServices") "C:\\Users\\Alessandro\\.julia\\v0.5\\CoinOptServices" julia> isdir(Pkg.dir("CoinOptServices")) true ``` I'm on windows 10. haven't add julia's directry to my path, but I don't think this is...

this is the result calling in my code just before the function that requires the package: ``` C:\Users\Alessandro\.julia\v0.5\CoinOptServices true ``` I added the following to AmplNLWriter.jl (and rebuilt the CoinOptServices...

I probably edited that path in the first error log, but I will check that. Il 18/apr/2017 07:41 PM, "Benoît Legat" ha scritto: > I just noticed in the error...

Hello there, sorry for the delay. I installed everything in a new virtual machine and I still get the error. ``` ERROR: LoadError: CoinOptServices not installed. Please run Pkg.add("CoinOptServices") in...

I fixed it, but I can confirm that every single installation of julia I did (versions from 0.4 to the latest nightly), on three different machines (2 windows, 1 ubuntu)...

I'll try, the path part seems the most hard to me (just because I have little clues of what we are talking about), I already tried to make a few...