Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research_constraint_solverPINVOKE.cs File Reference

Go to the source code of this file.

Classes

class  Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE
 
class  Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGExceptionHelper
 
class  Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException
 
class  Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGStringHelper
 

Namespaces

namespace  Google
 
namespace  Google.OrTools
 
namespace  Google.OrTools.ConstraintSolver
 

Functions

delegate string Google.OrTools.ConstraintSolver.VoidToString ()
 Used to wrap DisplayCallback (std::function<std::string()>)
 
delegate bool Google.OrTools.ConstraintSolver.VoidToBoolean ()
 Used to wrap std::function<bool()>
 
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 long Google.OrTools.ConstraintSolver.LongLongToLong (long t, long u)
 Used to wrap IndexEvaluator2 (std::function<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.IntIntToLong (int t, int u)
 Used to wrap std::function<int64_t(int, int)>
 
delegate bool Google.OrTools.ConstraintSolver.LongToBoolean (long t)
 Used to wrap IndexFilter1 (std::function<bool(int64_t)>)
 
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 void Google.OrTools.ConstraintSolver.SolverToVoid (Solver s)
 Used to wrap std::function<void(Solver*)>
 
delegate void Google.OrTools.ConstraintSolver.LongToVoid (long t)
 Used to wrap ObjectiveWatcher (std::function<void(int64_t)>)
 
delegate void Google.OrTools.ConstraintSolver.VoidToVoid ()
 Used to wrap Closure (std::function<void()>)