FRAMES NO FRAMES

Class IloAnySetValueSelector

Definition file: ilsolver/ilosolverset.h
Include file: <ilsolver/ilosolver.h>

Solver lets you create value selectors to control the order in which the values in the domain of a set of constrained enumerated variables are tried during the search for a solution.

The class IloAnySetValueSelector represents value selectors in an IBM® ILOG® Concert Technology model. The class IlcAnySetSelect represents value selectors internally in a Solver search.

This class is the handle class of the modeling object that wraps the search object. When search starts, IloAnySetValueSelectorI is extracted into an instance of IlcAnySetSelectI.

See Also:

Constructor Summary
public IloAnySetValueSelector()
public IloAnySetValueSelector(IloAnySetValueSelectorI * impl)
Method Summary
public IloAnySetValueSelectorI *getImpl() const
public voidoperator=(const IloAnySetValueSelector & h)
Constructor Detail

IloAnySetValueSelector

public IloAnySetValueSelector()

This constructor creates an empty handle. You must initialize it before you use it.


IloAnySetValueSelector

public IloAnySetValueSelector(IloAnySetValueSelectorI * impl)

This constructor creates a handle object from a pointer to an implementation object.


Method Detail

getImpl

public IloAnySetValueSelectorI * getImpl() const
This constructor creates an object by copying another one.

This member function returns a pointer to the implementation object of the invoking handle.


operator=

public void operator=(const IloAnySetValueSelector & h)

This operator assigns an address to the handle pointer of the invoking object. That address is the location of the implementation object of the provided argument.