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

operations_research::RevSwitch Class Reference

A reversible switch that can switch once from false to true. More...

#include <constraint_solveri.h>

List of all members.

Public Member Functions

 RevSwitch ()
bool Switched () const
void Switch (Solver *const solver)


Detailed Description

A reversible switch that can switch once from false to true.

Definition at line 405 of file constraint_solveri.h.


Constructor & Destructor Documentation

operations_research::RevSwitch::RevSwitch (  )  [inline]

Definition at line 407 of file constraint_solveri.h.


Member Function Documentation

bool operations_research::RevSwitch::Switched (  )  const [inline]

Definition at line 409 of file constraint_solveri.h.

void operations_research::RevSwitch::Switch ( Solver *const   solver  )  [inline]

Definition at line 411 of file constraint_solveri.h.


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