Skip to content

writeMps() won't write problem name #80

@svigerske

Description

@svigerske

Issue created by migration from Trac.

Original creator: michaelchen

Original creation time: 2009-07-19 01:26:53

Assignee: @mjsaltzman

Version: 0.100.0

Dear there,

Though I set the problem name explicitly, the writeMps still won't write it into the MPS file.

string problem = "myproblem";
osiModel->setStrParam(OsiProbName,myproblem);
osiModel->writeMps(file.c_str(), extension, osiModel->getObjSense());
(osiModel is actually a OsiCbcSolverInterface *).

It seems that there is no method: osiModel->getProbName() neither.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions