Tools

titanq.tools.configure_model_from_mps_file(model: Model, file_path: Path) None

Configures a model with a MPS file. It set the variable vector, the objective matrices and the constraints.

Parameters

model

The instance of the model to configure.

file_path

The path to the MPS file.