-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Steiner Tree Packing Problem contains too huge problems in terms of the number of variables. Thus, for now we don't convert all of the problems into ommx format but only small ones. However, once we need to do it, we should convert them into ommx. At that point, we need to convert them into ommx file. For now, we have the following three options to achieve that.
- Write script in rust and use ommx rust SDK, which should be way faster than using python.
- Support
lpformat by OMMX and directly use the givenlpfiles to getommxfile. - Use Gurobi, SCIP or something else to create
mpsformat from which OMMX can read it and produceommxformat, fromzpl.
Note
The information below could be useless, yet I'll leave them as a side note just in case.
- The current implementation to convert Steiner Tree Packing Problem is not direct transformation from
zplsincezplcontains an if-else sentence, which is not available injijmodeling.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels