-
Notifications
You must be signed in to change notification settings - Fork 10
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
print low level logs #719
print low level logs #719
Conversation
* @tbittar remarks * split behaviour and data holders * rename data header * add "other time" * align columns * align headers and data * fix master time * add CUMULATIVE nb of sub-pblm * add num of subproblem solved / iteration * add "expert" option for logs * update * to fit terminal width * add expert_logs option in python code * update doc * remove unused function
Watermelon AI SummaryAI Summary deactivated by a-zakir GitHub PRs
antares-xpansion is an open repo and Watermelon will serve it for free. |
Watermelon AI SummaryAI Summary deactivated by a-zakir GitHub PRs
No results found in Jira Tickets :( No results found in Confluence Docs :( No results found in Slack Threads :( No results found in Notion Pages :( No results found in Linear Tickets :( No results found in Asana Tasks :( antares-xpansion is an open repo and Watermelon will serve it for free. |
@@ -207,7 +207,7 @@ void printXpressBanner(bool error) { | |||
XPRSgetbanner(banner); | |||
|
|||
if (error) { | |||
std::cerr << "Xpress banner :\n" << banner << "\n"; | |||
std::cout << "Xpress banner :\n" << banner << "\n"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes but the if
and else
have the same code, either remove the if/else
structure or correct the code as needed
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 45 New issues |
see review and history in #723