Skip to content

Commit dc00b54

Browse files
authored
Update srs_problem_functions.h
1 parent 530ab04 commit dc00b54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SRS/srs_problem_functions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ int SRSsetdoubleparams(SRS_PROBLEM * problem_srs, const char * paramId, double p
5555

5656
// *** Optimization ***
5757
int SRSoptimize(SRS_PROBLEM * problem_srs);
58+
int SRSoptimizewithinitialbasis(SRS_PROBLEM * problem_srs, const int * column_basis_status, const int * row_basis_status);
5859

5960
// *** Access solution information ***
6061
int SRSgetobjval(SRS_PROBLEM * problem_srs, double * objVal);

0 commit comments

Comments
 (0)