nicolò pollini
nicolò pollini
Hi, with this change it is possible to run multiple sequential times Ipopt from SNOW.jl, without encountering the error: ```julia julia> rm("ipopt.out") ERROR: IOError: unlink("ipopt.out"): resource busy or locked (EBUSY)...
After running Ipopt from SNOW in Windows, it is not possible to open or delete the output file, e.g., "ipopt.out": ```julia julia> rm("ipopt.out") ERROR: IOError: unlink("ipopt.out"): resource busy or locked...
Hi, I’m interested in using OpenSeesPy within a broader Python-based analysis framework. However, I find it unclear from the documentation where the structural and analysis objects are stored. After defining...