Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Functions | |
delegate string | VoidToString () |
Used to wrap DisplayCallback (std::function<std::string()>) | |
delegate bool | VoidToBoolean () |
Used to wrap std::function<bool()> | |
delegate int | LongToInt (long t) |
Used to wrap std::function<int(int64_t)> | |
delegate long | LongToLong (long t) |
Used to wrap IndexEvaluator1 (std::function<int64_t(int64_t)>) | |
delegate long | LongLongToLong (long t, long u) |
Used to wrap IndexEvaluator2 (std::function<int64_t(int64_t, int64_t)>) | |
delegate long | LongLongLongToLong (long t, long u, long v) |
Used to wrap IndexEvaluator3 (std::function<int64_t(int64_t, int64_t, int64_t)>) | |
delegate long | IntIntToLong (int t, int u) |
Used to wrap std::function<int64_t(int, int)> | |
delegate bool | LongToBoolean (long t) |
Used to wrap IndexFilter1 (std::function<bool(int64_t)>) | |
delegate bool | LongLongLongToBoolean (long t, long u, long v) |
Used to wrap std::function<bool(int64_t, int64_t, int64_t)> | |
delegate void | SolverToVoid (Solver s) |
Used to wrap std::function<void(Solver*)> | |
delegate void | LongToVoid (long t) |
Used to wrap ObjectiveWatcher (std::function<void(int64_t)>) | |
delegate void | VoidToVoid () |
Used to wrap Closure (std::function<void()>) | |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
<auto-generated />
This file was automatically generated by SWIG (https://www.swig.org). Version 4.2.1
Do not make changes to this file unless you know what you are doing - modify the SWIG interface file instead.
delegate long Google.OrTools.ConstraintSolver.IntIntToLong | ( | int | t, |
int | u ) |
Used to wrap std::function<int64_t(int, int)>
delegate bool Google.OrTools.ConstraintSolver.LongLongLongToBoolean | ( | long | t, |
long | u, | ||
long | v ) |
Used to wrap std::function<bool(int64_t, int64_t, int64_t)>
delegate long Google.OrTools.ConstraintSolver.LongLongLongToLong | ( | long | t, |
long | u, | ||
long | v ) |
Used to wrap IndexEvaluator3 (std::function<int64_t(int64_t, int64_t, int64_t)>)
delegate long Google.OrTools.ConstraintSolver.LongLongToLong | ( | long | t, |
long | u ) |
Used to wrap IndexEvaluator2 (std::function<int64_t(int64_t, int64_t)>)
delegate bool Google.OrTools.ConstraintSolver.LongToBoolean | ( | long | t | ) |
Used to wrap IndexFilter1 (std::function<bool(int64_t)>)
delegate int Google.OrTools.ConstraintSolver.LongToInt | ( | long | t | ) |
Used to wrap std::function<int(int64_t)>
delegate long Google.OrTools.ConstraintSolver.LongToLong | ( | long | t | ) |
Used to wrap IndexEvaluator1 (std::function<int64_t(int64_t)>)
delegate void Google.OrTools.ConstraintSolver.LongToVoid | ( | long | t | ) |
Used to wrap ObjectiveWatcher (std::function<void(int64_t)>)
delegate void Google.OrTools.ConstraintSolver.SolverToVoid | ( | Solver | s | ) |
Used to wrap std::function<void(Solver*)>
delegate bool Google.OrTools.ConstraintSolver.VoidToBoolean | ( | ) |
Used to wrap std::function<bool()>
delegate string Google.OrTools.ConstraintSolver.VoidToString | ( | ) |
Used to wrap DisplayCallback (std::function<std::string()>)
delegate void Google.OrTools.ConstraintSolver.VoidToVoid | ( | ) |
Used to wrap Closure (std::function<void()>)