Opened 12 years ago
Last modified 10 years ago
#473 closed defect
CplexBase is not threadsafe — at Initial Version
| Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.4 release |
| Component: | core | Version: | hg main |
| Keywords: | Cc: | ||
| Revision id: |
Description
CplexEnv? contains a reference counter which is not mutex-ed. It may cause problem if several CPLEX problem using the same CPLEX environment is created in parallel (from different treads).
Note: See
TracTickets for help on using
tickets.

