big sync with internal code, notable diff: hamiltonian_path code + used in the routing lib; improvement to the sat solver

This commit is contained in:
Laurent Perron
2016-01-26 13:50:39 +01:00
parent 5a330a27ce
commit 490c7d981e
43 changed files with 1131 additions and 732 deletions

View File

@@ -64,7 +64,7 @@ from ortools.linear_solver.linear_solver_natural_api import LinearConstraint
return $self->name();
}
// Note(user): the 74 lines below are a pure duplication of code from
// Note(user): the lines below are a pure duplication of code from
// ../linear_solver_natural_api.py. Unfortunately it wasn't easy to fix. In
// particular, SWIG's %define won't work because they get prepended with a
// C-style comment "/*...*/" upon expansion, which breaks the python code.