We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530ab04 commit dc00b54Copy full SHA for dc00b54
1 file changed
src/SRS/srs_problem_functions.h
@@ -55,6 +55,7 @@ int SRSsetdoubleparams(SRS_PROBLEM * problem_srs, const char * paramId, double p
55
56
// *** Optimization ***
57
int SRSoptimize(SRS_PROBLEM * problem_srs);
58
+int SRSoptimizewithinitialbasis(SRS_PROBLEM * problem_srs, const int * column_basis_status, const int * row_basis_status);
59
60
// *** Access solution information ***
61
int SRSgetobjval(SRS_PROBLEM * problem_srs, double * objVal);
0 commit comments