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

There is no semicolon (;) in the STARTING_POINT of FileName.bar generated by Julia. #76

Closed
askuyue opened this issue May 18, 2024 · 6 comments · Fixed by #79
Closed

Comments

@askuyue
Copy link

askuyue commented May 18, 2024

Hello,

Thanks very much for your working.

Here, i want to pull a issue that there is no semicolon (;) in the STARTING_POINT of FileName.bar generated by Julia.

Like this :
STARTING_POINT{
x1: 5.0
x2: 14.0
x3: 1.3333333333333333
}
And you known this is wrong. The right is
STARTING_POINT{
x1: 5.0;
x2: 14.0;
x3: 1.3333333333333333;
}

Thanks very much.

@askuyue
Copy link
Author

askuyue commented May 18, 2024

BARON version 24.5.8

@odow
Copy link
Member

odow commented May 19, 2024

Does BARON work, or does it throw an error?

@albesch1
Copy link

I also noticed this issue. The BARON devs said there should be a semicolon, but the parser wouldn't complain (it just seems to ignore the starting point). Once you add the semicolon, BARON promts feasiblity of the starting point during presolve.

@odow
Copy link
Member

odow commented May 19, 2024

but the parser wouldn't complain (it just seems to ignore the starting point)

Ah, I guess this is why the tests did not catch the issue 😄

I will fix after #78

@albesch1
Copy link

Much appreciated! ☺

@askuyue
Copy link
Author

askuyue commented May 21, 2024

Thanks. Just throw the error in Line of STARTING_POINT. And it does not impact the results.

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

Successfully merging a pull request may close this issue.

3 participants