Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ constraint_solver/

operations_research::AllUnperformed Class Reference

Decision builder to build a solution with all nodes inactive. More...

Inheritance diagram for operations_research::AllUnperformed:

operations_research::DecisionBuilder operations_research::BaseObject

List of all members.

Public Member Functions

 AllUnperformed (RoutingModel *const model)
 Does not take ownership of model.
virtual ~AllUnperformed ()
virtual DecisionNext (Solver *const solver)
 This is the main method of the decision builder class.


Detailed Description

Decision builder to build a solution with all nodes inactive.

It does no branching and may fail if some nodes cannot be made inactive.

Definition at line 1294 of file routing.cc.


Constructor & Destructor Documentation

operations_research::AllUnperformed::AllUnperformed ( RoutingModel *const   model  )  [inline, explicit]

Does not take ownership of model.

Definition at line 1297 of file routing.cc.

virtual operations_research::AllUnperformed::~AllUnperformed (  )  [inline, virtual]

Definition at line 1298 of file routing.cc.


Member Function Documentation

virtual Decision* operations_research::AllUnperformed::Next ( Solver *const   s  )  [inline, virtual]

This is the main method of the decision builder class.

It must return a decision (an instance of the class Decision). If it returns NULL, this means that the decision builder has finished its work.

Implements operations_research::DecisionBuilder.

Definition at line 1299 of file routing.cc.


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