Skip to content

Commit

Permalink
constraint_solver: Fix .Net swig
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 11, 2023
1 parent dd38534 commit aed5249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ortools/constraint_solver/csharp/constraint_solver.i
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,8 @@ namespace operations_research {
// Ignored:
// No custom wrapping for this method, we simply ignore it.
%ignore SearchLog::SearchLog(
Solver* s, OptimizeVar* obj, IntVar* var,
double scaling_factor, double offset,
Solver* solver, std::vector<IntVar*> vars, std::string vars_name,
std::vector<double> scaling_factors, std::vector<double> offsets,
std::function<std::string()> display_callback,
bool display_on_new_solutions_only, int period);
// Methods:
Expand Down

0 comments on commit aed5249

Please sign in to comment.