constraint_solver: Fix .Net swig

This commit is contained in:
Mizux Seiha
2023-07-11 16:04:32 +02:00
parent dd38534bd2
commit aed5249c48

View File

@@ -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: