[[["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\u003eThe C++ reference documentation provides information on the \u003ccode\u003eLiteralTableConstraint\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLiteralTableConstraint\u003c/code\u003e utilizes literal tuples and line literals within a model to enforce constraints.\u003c/p\u003e\n"],["\u003cp\u003eThe function's type is defined as \u003ccode\u003estd::function<void(Model*)>\u003c/code\u003e and accepts arguments of type \u003ccode\u003econst std::vector<std::vector<Literal>>&\u003c/code\u003e and \u003ccode\u003econst std::vector<Literal>&\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDocumentation for \u003ccode\u003eLiteralTableConstraint\u003c/code\u003e can be found on GitHub within the or-tools repository.\u003c/p\u003e\n"]]],["The content defines the `LiteralTableConstraint` function in C++, which is a core component for constraint satisfaction. It takes two arguments: `literal_tuples`, a vector of vectors of `Literal` objects, and `line_literals`, a vector of `Literal` objects. This function's return type is `std::function\u003cvoid(Model*)\u003e`, indicating it returns a function that takes a `Model*` as input, presumably to modify a constraint model. This is part of the or-tools library.\n"],null,["# table\n\nC++ Reference: table\n====================\n\n\nNote: This documentation is automatically generated.\n\n| Function | Type | Arguments | Comments |\n|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|----------|\n| [`LiteralTableConstraint`](https://github.com/google/or-tools/blob/v9.4/ortools/sat/table.h#L34) | Return type: `std::function\u003cvoid(Model*)\u003e ` Arguments: ` const std::vector\u003cstd::vector\u003cLiteral\u003e\u003e& literal_tuples, const std::vector\u003cLiteral\u003e& line_literals` \u003cbr /\u003e |"]]