Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Classes | |
class | Google.OrTools.Sat.SolveWrapper |
Namespaces | |
namespace | |
namespace | Google.OrTools |
namespace | Google.OrTools.Sat |
Functions | |
delegate void | Google.OrTools.Sat.StringToVoidDelegate (string message) |
Used to wrap log callbacks (std::function<void(const std::string&>) | |
delegate void | Google.OrTools.Sat.DoubleToVoidDelegate (double bound) |
Used to wrap best bound callbacks (std::function<void(double>) | |