Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.ConstraintSolver.IntArrayHelper Class Reference

int[] and long[] helper class. More...

Static Public Member Functions

static IntExpr Element (this int[] array, IntExpr index)
 
static IntExpr Element (this long[] array, IntExpr index)
 

Detailed Description

int[] and long[] helper class.

Definition at line 20 of file IntArrayHelper.cs.

Member Function Documentation

◆ Element() [1/2]

static IntExpr Google.OrTools.ConstraintSolver.IntArrayHelper.Element ( this int[] array,
IntExpr index )
inlinestatic

Definition at line 22 of file IntArrayHelper.cs.

◆ Element() [2/2]

static IntExpr Google.OrTools.ConstraintSolver.IntArrayHelper.Element ( this long[] array,
IntExpr index )
inlinestatic

Definition at line 26 of file IntArrayHelper.cs.


The documentation for this class was generated from the following file: