|
virtual void | Dispose (bool disposing) |
|
Definition at line 20 of file IntTupleSet.cs.
◆ IntTupleSet() [1/2]
Google.OrTools.ConstraintSolver.IntTupleSet.IntTupleSet |
( |
int | arity | ) |
|
|
inline |
◆ IntTupleSet() [2/2]
Google.OrTools.ConstraintSolver.IntTupleSet.IntTupleSet |
( |
IntTupleSet | set | ) |
|
|
inline |
◆ Arity()
int Google.OrTools.ConstraintSolver.IntTupleSet.Arity |
( |
| ) |
|
|
inline |
◆ Clear()
void Google.OrTools.ConstraintSolver.IntTupleSet.Clear |
( |
| ) |
|
|
inline |
◆ Contains() [1/2]
bool Google.OrTools.ConstraintSolver.IntTupleSet.Contains |
( |
int[] | tuple | ) |
|
|
inline |
◆ Contains() [2/2]
bool Google.OrTools.ConstraintSolver.IntTupleSet.Contains |
( |
long[] | tuple | ) |
|
|
inline |
◆ Dispose() [1/2]
void Google.OrTools.ConstraintSolver.IntTupleSet.Dispose |
( |
| ) |
|
|
inline |
◆ Dispose() [2/2]
virtual void Google.OrTools.ConstraintSolver.IntTupleSet.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Insert() [1/2]
int Google.OrTools.ConstraintSolver.IntTupleSet.Insert |
( |
int[] | tuple | ) |
|
|
inline |
◆ Insert() [2/2]
int Google.OrTools.ConstraintSolver.IntTupleSet.Insert |
( |
long[] | tuple | ) |
|
|
inline |
◆ Insert2()
int Google.OrTools.ConstraintSolver.IntTupleSet.Insert2 |
( |
long | v0, |
|
|
long | v1 ) |
|
inline |
◆ Insert3()
int Google.OrTools.ConstraintSolver.IntTupleSet.Insert3 |
( |
long | v0, |
|
|
long | v1, |
|
|
long | v2 ) |
|
inline |
◆ Insert4()
int Google.OrTools.ConstraintSolver.IntTupleSet.Insert4 |
( |
long | v0, |
|
|
long | v1, |
|
|
long | v2, |
|
|
long | v3 ) |
|
inline |
◆ InsertAll() [1/2]
void Google.OrTools.ConstraintSolver.IntTupleSet.InsertAll |
( |
int | tuples[][] | ) |
|
|
inline |
◆ InsertAll() [2/2]
void Google.OrTools.ConstraintSolver.IntTupleSet.InsertAll |
( |
long | tuples[][] | ) |
|
|
inline |
◆ NumDifferentValuesInColumn()
int Google.OrTools.ConstraintSolver.IntTupleSet.NumDifferentValuesInColumn |
( |
int | col | ) |
|
|
inline |
◆ NumTuples()
int Google.OrTools.ConstraintSolver.IntTupleSet.NumTuples |
( |
| ) |
|
|
inline |
◆ SortedByColumn()
IntTupleSet Google.OrTools.ConstraintSolver.IntTupleSet.SortedByColumn |
( |
int | col | ) |
|
|
inline |
◆ SortedLexicographically()
IntTupleSet Google.OrTools.ConstraintSolver.IntTupleSet.SortedLexicographically |
( |
| ) |
|
|
inline |
◆ Value()
long Google.OrTools.ConstraintSolver.IntTupleSet.Value |
( |
int | tuple_index, |
|
|
int | pos_in_tuple ) |
|
inline |
◆ swigCMemOwn
bool Google.OrTools.ConstraintSolver.IntTupleSet.swigCMemOwn |
|
protected |
The documentation for this class was generated from the following file: