Thiago J. Barbalho
Thiago J. Barbalho
The problem described in #508 is because solutions returned by CPLEX's mipopt solver lack the `dual` and `reducedCost` fields in the xml file. I added try/catch so it does not...
Details for the issue -------------------- #### What did you do? I tried to solve an integer model with CPLEX_CMD with a time limit set. I noticed that for some cases...
Submitting a comment to a project gives: ``` FileNotFoundError: [Errno 2] No such file or directory: 'comment_spam_model.pkl' ``` Related to #11
When I try to add one or more tags to a project, I get: ``` sqlalchemy.exc.IntegrityError: (psycopg2.errors.NotNullViolation) null value in column "id" violates not-null constraint DETAIL: Failing row contains (2,...
Hey there, it would be great to have an option that allows users to see their password as they type it in the password pop-up window.
This PR corrects a misleading comment. At first glance, I expected `i` to be printed by `worker`, but it is not passed in the actual thread call.