Giter Club home page Giter Club logo

Comments (4)

FabianHofmann avatar FabianHofmann commented on July 1, 2024 1

Hey @jotaigna! Thanks for raising the issue. This sounds good. I have updated the master branch yesterday to be able to catch a mosek error if the licence is not there. I would be very happy about a PR that merges the approaches :)

Another topic: Since you are experienced with MOSEK, do you have at anytime encountered segmentation faults when running MOSEK on Linux machines? We have to partially disable the CI for MOSEK because of these non-traceable errors...

from linopy.

jotaigna avatar jotaigna commented on July 1, 2024

A follow up comment. Forcing the mosek Env to check in all unused license features as per below also works, supporting the hypothesis that a license token is retained at import. Perhaps this is more of an issue with how the creator/desctructor for the Env() object interacts with the garbage collector? (A Mosek issue more than a Linopy issue)

with contextlib.suppress(ImportError):
    import mosek

    with mosek.Env() as m:
        t = m.Task()
        t.optimize()
        m.checkinall()

    available_solvers.append("mosek")

from linopy.

jotaigna avatar jotaigna commented on July 1, 2024

I have raised a pull request #199
I have had virtually no issues with Mosek on linux machines, but happy to take a look because if the seg fault can be reproduced we can dump the problem into a file and the Mosek team will surely like to know about it and fix it.

from linopy.

FabianHofmann avatar FabianHofmann commented on July 1, 2024

I have raised a pull request #199 I have had virtually no issues with Mosek on linux machines, but happy to take a look because if the seg fault can be reproduced we can dump the problem into a file and the Mosek team will surely like to know about it and fix it.

Okay, good to know, thanks!

from linopy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.