[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eBaseIntExpr\u003c/code\u003e is a class within the OR-Tools constraint solver that serves as a base for integer expressions.\u003c/p\u003e\n"],["\u003cp\u003eIt includes methods for casting to an \u003ccode\u003eIntVar\u003c/code\u003e and directly accessing the underlying \u003ccode\u003eIntVar\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor that takes a \u003ccode\u003eSolver\u003c/code\u003e pointer and a destructor.\u003c/p\u003e\n"],["\u003cp\u003eDocumentation for this class is automatically generated and can be found within the constraint_solveri.h file.\u003c/p\u003e\n"]]],["The `BaseIntExpr` class in C++ has four core methods. The constructor `BaseIntExpr` takes a `Solver* const s` argument. The destructor `~BaseIntExpr` handles object cleanup. `CastToVar` is a virtual method that returns an `IntVar*`. The `Var` method returns an `IntVar*` as well. These methods are part of the constraint solver functionality.\n"],null,["# BaseIntExpr\n\nC++ Reference: class BaseIntExpr\n================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|--------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|\n| [`BaseIntExpr`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L103) | Return type: `explicit ` Arguments: `Solver* const s` \u003cbr /\u003e |\n| [`~BaseIntExpr`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L104) | \u003cbr /\u003e |\n| [`CastToVar`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L107) | Return type: `virtual IntVar* ` \u003cbr /\u003e |\n| [`Var`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L106) | Return type: `IntVar* ` \u003cbr /\u003e |"]]