FRAMES NO FRAMES

Class IloSearchSelector

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

An instance of this class is a search selector for use in a Concert Technology model. Search selectors are useful as filters during a search for a solution.

There are predefined functions in IBM® ILOG® Solver that create and return a search selector, such as IloMinimizeVar.

See Also:

Constructor Summary
public IloSearchSelector()
public IloSearchSelector(IloSearchSelectorI * impl)
Method Summary
public voidend() const
public IloSearchSelectorI *getImpl() const
public voidoperator=(const IloSearchSelector & h)
Constructor Detail

IloSearchSelector

public IloSearchSelector()

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


IloSearchSelector

public IloSearchSelector(IloSearchSelectorI * impl)

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


Method Detail

end

public void end() const
This member function ends the corresponding search selector and returns the memory to the environment.

getImpl

public IloSearchSelectorI * 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 IloSearchSelector & 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.