Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Last modified 7 years ago

#2725 assigned feature request

CPLEX Integration in HeuristicLab

Reported by: abeham Owned by: abeham
Priority: medium Milestone: HeuristicLab 4.x Backlog
Component: General Version:
Keywords: Cc:

Description

It would not be difficult to achieve a generic integration of CPLEX into HeuristicLab.

The model file can simply be loaded by opening a .mod file.

What we need to do is wrap the HeuristicLab problem into a CustomOPLDataSource and provide the parameters that are specified as inputs in the .mod file. This class need not be serialized and thus we could provide a scripting view for writing such a data source.

In addition, this data source class should then also handle the creation of result data from running the model through the solver.

A difficulty is the reference to oplall.dll. We should not include it in the plugin, since we don't really know which version of the CPLEX Optimization Studio is running at the respective client. But this means that it should be in the PATH environment variable, otherwise the plugin infrastructure won't find it.

Change History (5)

comment:1 Changed 8 years ago by abeham

  • Owner set to architects
  • Status changed from new to assigned

comment:2 Changed 8 years ago by abeham

  • Owner changed from architects to abeham

comment:3 Changed 7 years ago by abeham

  • Milestone changed from HeuristicLab 3.3.15 to HeuristicLab 3.3.16

comment:4 Changed 7 years ago by abeham

  • Version 3.3.14 deleted

comment:5 Changed 7 years ago by abeham

  • Milestone changed from HeuristicLab 3.3.16 to HeuristicLab 4.x Backlog
Note: See TracTickets for help on using tickets.