Update swig_helper.h

This commit is contained in:
Mizux
2018-06-04 08:41:31 +02:00
committed by GitHub
parent d6fd74b4c9
commit 4bdd18b400

View File

@@ -23,7 +23,7 @@ namespace operations_research {
namespace sat {
// Base class for SWIG director based on solution callbacks.
// See http://www.i.org/Doc3.0/SWIGDocumentation.html#CSharp_directors.
// See http://www.swig.org/Doc3.0/SWIGDocumentation.html#CSharp_directors.
class SolutionCallback {
public:
virtual ~SolutionCallback() {}