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

Write raw optimization results [ANT-2302] #2565

Merged
merged 9 commits into from
Jan 9, 2025

Conversation

flomnes
Copy link
Member

@flomnes flomnes commented Jan 8, 2025

Allow the user to export solutions through new boolean option include-export-solutions (default=false).

@flomnes flomnes requested a review from pet-mit January 9, 2025 14:26
@flomnes flomnes merged commit ad2140f into develop Jan 9, 2025
8 checks passed
@flomnes flomnes deleted the feature/raw-optimization-results branch January 9, 2025 16:30
int optimizationNumber,
Solver::IResultWriter& writer)
{
Yuni::Clob buffer;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yuni::Clob buffer; :
Is it possible to get rid of Clob and use a std::string instead (faster and more standard) ?
The IResultWriter has a function :

void addEntryFromBuffer(const std::filesystem::path& entryPath,
                        std::string& entryContent)

Can we not use it ?

Copy link

sonarqubecloud bot commented Jan 9, 2025

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

Successfully merging this pull request may close these issues.

4 participants