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

Detailed Description

Definition at line 20 of file IntArrayHelper.cs.

Static Public Member Functions

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

Member Function Documentation

◆ Element() [1/2]

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

Definition at line 22 of file IntArrayHelper.cs.

◆ Element() [2/2]

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: