Skip to content

Commit

Permalink
expose file export functions to csharp
Browse files Browse the repository at this point in the history
  • Loading branch information
omer-candan committed Jul 8, 2024
1 parent 6c5ff24 commit 247818b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ortools/linear_solver/csharp/linear_solver.i
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ CONVERT_VECTOR(operations_research::MPVariable, MPVariable)
}
}

%unignore operations_research::MPSolver::WriteModelAsLpFormat;
%unignore operations_research::MPSolver::WriteModelAsMpsFormat;

// MPVariable: writer API.
%unignore operations_research::MPVariable::SetInteger;
%rename (SetLb) operations_research::MPVariable::SetLB;
Expand Down

0 comments on commit 247818b

Please sign in to comment.