We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b161f68 commit 2df2431Copy full SHA for 2df2431
highs/Highs.h
@@ -467,6 +467,14 @@ class Highs {
467
return presolve_.data_.postSolveStack.getOrigColsIndex();
468
}
469
470
+ /**
471
+ * @brief Return a const pointer to the original row indices for the
472
+ * presolved model
473
+ */
474
+ const HighsInt* getPresolveOrigRowsIndex() const {
475
+ return presolve_.data_.postSolveStack.getOrigRowsIndex();
476
+ }
477
+
478
/**
479
* @brief Return an LP associated with a MIP and its solution, with
480
* each integer variable fixed to the value it takes in the MIP
0 commit comments