Skip to content

Conversation

odow
Copy link
Member

@odow odow commented Feb 22, 2023

This is useful when creating optimizers which do not support the incremental interface, or which only partially implement it.

This change is motivated by some recent examples in which it was necessary for the user to hard-code the caching logic to work-around the lack of deletion in a solver, and the caching logic is confusing to even advanced users. See:

This is useful when creating optimizers which do not support the
incremental interface, or which only partially implement it.

This change is motivated by some recent examples in which it was
necessary for the user to hard-code the caching logic to work-around
the lack of deletion in a solver, and the caching logic is confusing
to even advanced users. See:

 * https://discourse.julialang.org/t/jump-scip-error/93958
 * jump-dev/MultiObjectiveAlgorithms.jl#46
@odow odow merged commit d9186f9 into master Feb 24, 2023
@odow odow deleted the od/add-cache-type branch February 24, 2023 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants