Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Short timelimit at the first execution #1

Open
smbct opened this issue Nov 9, 2017 · 1 comment
Open

Short timelimit at the first execution #1

smbct opened this issue Nov 9, 2017 · 1 comment

Comments

@smbct
Copy link

smbct commented Nov 9, 2017

Using a short time limit at the first execution of the algorithm may cause an error. Indeed julia does not have enough time to compile each package.

To fix this issue, it is possible to execute an initial code (see "Compiling Small Instances:" here) or to use a longer timelimit (120 seconds may work, depending on the machine).

@aritrasep
Copy link
Owner

Yup. I have thought of resolving this issue in various ways. Currently, the only solution for this issue is to execute the initial code (mentioned under Compiling Small Instances) during the first run or whenever you switch the lp solver during the session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants