-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
class::bugBugs found in the softwareBugs found in the softwaremodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.prio::highThe priority of this task is high.The priority of this task is high.
Description
Bug description
https://github.com/SciCompMod/memilio/blob/main/cpp/examples/ode_seair_optimization.cpp#L625
A segmentation fault occurs in ode_seair_optimization.cpp when the verbosity level (print_level) is not explicitly set via:
app->Options()->SetIntegerValue("print_level", 4);
Better fix:
Remove
app->Options()->SetStringValue("output_file", "ipopt.out");
Version
Windows
To reproduce
./build/bin/ode_seair_optimization
Relevant log output
Add any relevant information, e.g. used compiler, screenshots.
Checklist
- Attached labels, especially loc:: or model:: labels.
- Linked to project
Metadata
Metadata
Assignees
Labels
class::bugBugs found in the softwareBugs found in the softwaremodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.prio::highThe priority of this task is high.The priority of this task is high.
Type
Projects
Status
Done (Total)