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

operations_research::Solver::IntegerCastInfo Struct Reference

Holds semantic information stating that the 'expression' has been cast into 'variable' using the Var() method, and that 'maintainer' is responsible for maintaining the equality between 'variable' and 'expression'. More...

#include <constraint_solver.h>

List of all members.

Public Member Functions

 IntegerCastInfo ()
 IntegerCastInfo (IntVar *const v, IntExpr *const e, Constraint *const c)

Public Attributes

IntVarvariable
IntExprexpression
Constraintmaintainer


Detailed Description

Holds semantic information stating that the 'expression' has been cast into 'variable' using the Var() method, and that 'maintainer' is responsible for maintaining the equality between 'variable' and 'expression'.

Definition at line 368 of file constraint_solver.h.


Constructor & Destructor Documentation

operations_research::Solver::IntegerCastInfo::IntegerCastInfo (  )  [inline]

Definition at line 369 of file constraint_solver.h.

operations_research::Solver::IntegerCastInfo::IntegerCastInfo ( IntVar *const   v,
IntExpr *const   e,
Constraint *const   c 
) [inline]

Definition at line 370 of file constraint_solver.h.


Member Data Documentation

Definition at line 372 of file constraint_solver.h.

Definition at line 373 of file constraint_solver.h.

Definition at line 374 of file constraint_solver.h.


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