Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Implicitely call freeTransform in all functions that modify the problem. #23

Closed
rschwarz opened this issue Sep 14, 2016 · 0 comments · Fixed by #24
Closed

Implicitely call freeTransform in all functions that modify the problem. #23

rschwarz opened this issue Sep 14, 2016 · 0 comments · Fixed by #24
Assignees
Labels

Comments

@rschwarz
Copy link
Collaborator

Up to now, we called SCIPfreeTransform directly after SCIPsolve, but stored (copied) some important results, such as best solution, objective value and status.

We now want to expose more results (such as solving time, see #18 in SCIP.jl) and this approach is no longer viable.

First, we should remove the call to SCIPfreeTransform in the solve, but introduce it in all modifying methods.

Then (optionally) clean up some of the copied results that we no longer need.

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

Successfully merging a pull request may close this issue.

2 participants