FRAMES NO FRAMES

IlcElementNEq

public IlcConstraint IlcElementNEq(IlcInt val, IlcIntArray array, IlcIntVar index, const char * name=0)
Definition file: ilsolver/ilcint.h
Include file: ilsolver/ilosolver.h

This function creates and returns a constraint that forces the the value val to not be equal to the element index of the array array.


IlcElementNEq

public IlcConstraint IlcElementNEq(IlcIntVar var, IlcIntArray array, IlcIntVar index, const char * name=0)
Definition file: ilsolver/ilcint.h
Include file: ilsolver/ilosolver.h

This function creates and returns a constraint that forces the the variable var to not be equal to the element index of the array array.