2019-06-13 15:36:14 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > OR-Tools< / title >
< meta http-equiv = "Content-Type" content = "text/html;" / >
< meta charset = "utf-8" / >
<!-- <link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/> -->
2019-06-20 23:08:48 +02:00
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
2019-06-13 15:36:14 +02:00
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2020-01-27 13:48:26 +01:00
< span id = "sfml" > Google OR-Tools 7.5< / span >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
2019-08-12 09:16:03 -07:00
< h2 > C++ Reference< / h2 >
2019-08-07 18:01:08 -07:00
< ul >
< li > < a href = "../cpp_algorithms/annotated.html" > Algorithms< / a > < / li >
2019-08-12 09:16:03 -07:00
< li > < a href = "../cpp_sat/annotated.html" > CP-SAT< / a > < / li >
2019-08-07 18:01:08 -07:00
< li > < a href = "../cpp_graph/annotated.html" > Graph< / a > < / li >
< li > < a href = "../cpp_routing/annotated.html" > Routing< / a > < / li >
< li > < a href = "../cpp_linear/annotated.html" > Linear solver< / a > < / li >
< / ul >
< / div >
2019-06-13 15:36:14 +02:00
< div id = "content" >
2019-08-07 18:01:08 -07:00
< div align = "center" >
< h1 style = "color: #145A32;" > C++ Reference: Routing< / h1 >
< / div >
2020-04-23 15:34:43 +02:00
<!-- Generated by Doxygen 1.8.16 -->
2019-06-13 15:36:14 +02:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
2019-07-15 17:42:24 -07:00
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
2019-06-13 15:36:14 +02:00
< / ul >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "classoperations__research_1_1ModelCache.html" > ModelCache< / a > < / li > < / ul >
2019-06-13 15:36:14 +02:00
< / div >
2019-08-07 18:01:08 -07:00
< / div > <!-- top -->
2019-06-13 15:36:14 +02:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "classoperations__research_1_1ModelCache-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2019-08-07 18:01:08 -07:00
< div class = "title" > ModelCache< span class = "mlabels" > < span class = "mlabel" > abstract< / span > < / span > < / div > < / div >
2019-06-13 15:36:14 +02:00
< / div > <!-- header -->
< div class = "contents" >
2019-08-12 23:15:11 -07:00
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Implements a complete cache for model elements: expressions and constraints. < / p >
< p > Caching is based on the signatures of the elements, as well as their types. This class is used internally to avoid creating duplicate objects. < / p >
2019-06-13 15:36:14 +02:00
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02055" > 2055< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-08-12 23:15:11 -07:00
< / div > < table class = "memberdecls" >
2019-06-13 15:36:14 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:a0398df73722b0a777674f8300b61e640" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a0398df73722b0a777674f8300b61e640" > VoidConstraintType< / a > { < a class = "el" href = "classoperations__research_1_1ModelCache.html#a0398df73722b0a777674f8300b61e640a350d96d35eeacdf0c2c66a69ae370de3" > VOID_FALSE_CONSTRAINT< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a0398df73722b0a777674f8300b61e640abb2b7e9646abdb972fafbe90bf19a5ec" > VOID_TRUE_CONSTRAINT< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a0398df73722b0a777674f8300b61e640a11c6746b747caede5558051e9be71506" > VOID_CONSTRAINT_MAX< / a >
2019-06-13 15:36:14 +02:00
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a0398df73722b0a777674f8300b61e640" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2927789ebec43905a29b90c96ab5b562" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562" > VarConstantConstraintType< / a > { < br / >
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562a0b320a3530d1100a39500db43e9f0610" > VAR_CONSTANT_EQUALITY< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562a718e173e0eeb62d78a44b80843fcd211" > VAR_CONSTANT_GREATER_OR_EQUAL< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562ac853b00c21d70db5e1f18dadc77fa083" > VAR_CONSTANT_LESS_OR_EQUAL< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562a979b0779f36a80f62ac877520de47099" > VAR_CONSTANT_NON_EQUALITY< / a > ,
2019-06-13 15:36:14 +02:00
< br / >
2019-08-07 18:01:08 -07:00
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562aaa84708a3b17d21e2b5d8b7ad6e57ca8" > VAR_CONSTANT_CONSTRAINT_MAX< / a >
2019-06-13 15:36:14 +02:00
< br / >
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a2927789ebec43905a29b90c96ab5b562" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a62cdf71c82db7a35316a145167e8864f" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a62cdf71c82db7a35316a145167e8864f" > VarConstantConstantConstraintType< / a > { < a class = "el" href = "classoperations__research_1_1ModelCache.html#a62cdf71c82db7a35316a145167e8864faaf915d4da198c454d55bb3ec6756e9b1" > VAR_CONSTANT_CONSTANT_BETWEEN< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a62cdf71c82db7a35316a145167e8864fa9f313cf455d543ccd36ee2c8bbbb6610" > VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX< / a >
2019-06-13 15:36:14 +02:00
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a62cdf71c82db7a35316a145167e8864f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a89d5f8fc282ff8c48a02102a8a5e4bbb" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbb" > ExprExprConstraintType< / a > { < br / >
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbbab20099e9309c2b6619ef6c8ec664181a" > EXPR_EXPR_EQUALITY< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba00529f006ffc58e55baff50d140fe076" > EXPR_EXPR_GREATER< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba7719059f68742eeec43445553767ad62" > EXPR_EXPR_GREATER_OR_EQUAL< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba11b9278b1a71f063cc20e8bb79846b68" > EXPR_EXPR_LESS< / a > ,
2019-06-13 15:36:14 +02:00
< br / >
2019-08-07 18:01:08 -07:00
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbbaa7718fa06e32e05554d8e0a760e9172b" > EXPR_EXPR_LESS_OR_EQUAL< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba73108bc15aaa22c430bba712b73ce920" > EXPR_EXPR_NON_EQUALITY< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba8af11a728083c50e0be546619201563b" > EXPR_EXPR_CONSTRAINT_MAX< / a >
2019-06-13 15:36:14 +02:00
< br / >
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a89d5f8fc282ff8c48a02102a8a5e4bbb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a19776f5960140d46380ae9837cf9e6dc" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dc" > ExprExpressionType< / a > { < a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dca0f422d5294a543e5a1405e563c1f66f2" > EXPR_OPPOSITE< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dca938ad10f0b6ca42fa856e245042ac6df" > EXPR_ABS< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dcaf0a641235b7399f2cda0137af80db8e0" > EXPR_SQUARE< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dca37081d4ec3d290e733b8346bed09bd2f" > EXPR_EXPRESSION_MAX< / a >
2019-06-13 15:36:14 +02:00
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a19776f5960140d46380ae9837cf9e6dc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a822c2c0e59065b2fe0968370c8e26afe" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afe" > ExprExprExpressionType< / a > { < br / >
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afeaf4e4e8ba0108a0e9abc4fd2732a38a3b" > EXPR_EXPR_DIFFERENCE< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afea3784ad09f2939fec4b5125c3e3a7ee0a" > EXPR_EXPR_PROD< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afea7cdf2f8fb26d167603e160773a680805" > EXPR_EXPR_DIV< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afea373e953d3799bdcdc112f9b0887ac0df" > EXPR_EXPR_MAX< / a > ,
2019-06-13 15:36:14 +02:00
< br / >
2019-08-07 18:01:08 -07:00
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afeac6a4d05776624b8784e951aa964d00c5" > EXPR_EXPR_MIN< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afea2a6687577892c792edccf2585adfaa3a" > EXPR_EXPR_SUM< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afea73e135b9ac9d3286a0656ef84aa77ca6" > EXPR_EXPR_IS_LESS< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afea822c97af1334ca445a0fd46dfd16c40b" > EXPR_EXPR_IS_LESS_OR_EQUAL< / a > ,
2019-06-13 15:36:14 +02:00
< br / >
2019-08-07 18:01:08 -07:00
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afea03e855b4a1f2095482a88ac03388d5c3" > EXPR_EXPR_IS_EQUAL< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afeaa2b501c71087e59e0dea1906ffaabe63" > EXPR_EXPR_IS_NOT_EQUAL< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afea4e88d525cd2a35b11b8a16175f6197ab" > EXPR_EXPR_EXPRESSION_MAX< / a >
2019-06-13 15:36:14 +02:00
< br / >
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a822c2c0e59065b2fe0968370c8e26afe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab10f10ec98142e6fa7b0da4046473e44" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ab10f10ec98142e6fa7b0da4046473e44" > ExprExprConstantExpressionType< / a > { < a class = "el" href = "classoperations__research_1_1ModelCache.html#ab10f10ec98142e6fa7b0da4046473e44add01dc8099cbbb28d9aeb816d3345cdf" > EXPR_EXPR_CONSTANT_CONDITIONAL< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#ab10f10ec98142e6fa7b0da4046473e44aa77defdbb56236e669f88a18c563aede" > EXPR_EXPR_CONSTANT_EXPRESSION_MAX< / a >
2019-06-13 15:36:14 +02:00
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ab10f10ec98142e6fa7b0da4046473e44" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1fad820e7860f0b9f121927d4075082c" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082c" > ExprConstantExpressionType< / a > { < br / >
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082caedb98a92897e798947ee87fd50b1d471" > EXPR_CONSTANT_DIFFERENCE< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082cae140fdbd76e5afbe2595bd13678ba960" > EXPR_CONSTANT_DIVIDE< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082ca2624a11505d47fde01544da38ecbefce" > EXPR_CONSTANT_PROD< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082ca50c27197e27e7022f450aada9888a9d1" > EXPR_CONSTANT_MAX< / a > ,
2019-06-13 15:36:14 +02:00
< br / >
2019-08-07 18:01:08 -07:00
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082ca7e3958cb3825bdf7a05631d79debb738" > EXPR_CONSTANT_MIN< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082caa6a4fb0890d2f491ba7fa43bc1c9688b" > EXPR_CONSTANT_SUM< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082ca32fea4f03bc3f8c30beed8277ad16a5a" > EXPR_CONSTANT_IS_EQUAL< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082ca584d2f751a1fdf032c86f07bcf4e24fe" > EXPR_CONSTANT_IS_NOT_EQUAL< / a > ,
2019-06-13 15:36:14 +02:00
< br / >
2019-08-07 18:01:08 -07:00
    < a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082ca4c21878ef6b2e734c684a61d084b0d9e" > EXPR_CONSTANT_IS_GREATER_OR_EQUAL< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082ca67ead3f8c6b5a40d1a2c3ef5fb63b906" > EXPR_CONSTANT_IS_LESS_OR_EQUAL< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082ca2f62b258d5a827bd63f993103ec0bef2" > EXPR_CONSTANT_EXPRESSION_MAX< / a >
2019-06-13 15:36:14 +02:00
< br / >
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a1fad820e7860f0b9f121927d4075082c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5e0c2033f8d819c623e8324bfda2d24d" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5e0c2033f8d819c623e8324bfda2d24d" > VarConstantConstantExpressionType< / a > { < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5e0c2033f8d819c623e8324bfda2d24da5b2d69b411d657aa0f232a9062dcc1d0" > VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a5e0c2033f8d819c623e8324bfda2d24dabef48216e9d32c891d017570c9e638bc" > VAR_CONSTANT_CONSTANT_EXPRESSION_MAX< / a >
2019-06-13 15:36:14 +02:00
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a5e0c2033f8d819c623e8324bfda2d24d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:addef6c5b905f14668a4a19a3b6cf1ecc" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#addef6c5b905f14668a4a19a3b6cf1ecc" > VarConstantArrayExpressionType< / a > { < a class = "el" href = "classoperations__research_1_1ModelCache.html#addef6c5b905f14668a4a19a3b6cf1ecca7c34bf537f4d8178d912769b20d9ab2a" > VAR_CONSTANT_ARRAY_ELEMENT< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#addef6c5b905f14668a4a19a3b6cf1eccadab845ec7630675dc953378647cf35c4" > VAR_CONSTANT_ARRAY_EXPRESSION_MAX< / a >
2019-06-13 15:36:14 +02:00
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:addef6c5b905f14668a4a19a3b6cf1ecc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a59c559422eae2739af255adb6c14cddb" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a59c559422eae2739af255adb6c14cddb" > VarArrayConstantArrayExpressionType< / a > { < a class = "el" href = "classoperations__research_1_1ModelCache.html#a59c559422eae2739af255adb6c14cddbaba8984d087f1d6b934634e57add0cdae" > VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#a59c559422eae2739af255adb6c14cddba8d7d34d71353796802c476ea764ec7c7" > VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX< / a >
2019-06-13 15:36:14 +02:00
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a59c559422eae2739af255adb6c14cddb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad923ebf6ee257bfa55c4fc34b7b5503b" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503b" > VarArrayExpressionType< / a > { < a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503bac6616064787f06284ea59f017bdd637a" > VAR_ARRAY_MAX< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503bab312b39538d98fba96259aad40621005" > VAR_ARRAY_MIN< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503ba072f2b932666e9bb3957e50c6ca29130" > VAR_ARRAY_SUM< / a > ,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503ba1ed5c1716b347c08d66af5527123f54e" > VAR_ARRAY_EXPRESSION_MAX< / a >
2019-06-13 15:36:14 +02:00
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ad923ebf6ee257bfa55c4fc34b7b5503b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:accb0b4e01f39be7d7d482c4a3797476c" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#accb0b4e01f39be7d7d482c4a3797476c" > VarArrayConstantExpressionType< / a > { < a class = "el" href = "classoperations__research_1_1ModelCache.html#accb0b4e01f39be7d7d482c4a3797476caebf2a4cbf4f2f568990b8fa64d3d006c" > VAR_ARRAY_CONSTANT_INDEX< / a > = 0,
< a class = "el" href = "classoperations__research_1_1ModelCache.html#accb0b4e01f39be7d7d482c4a3797476ca3ddf574d0de0e5df225a62bc50f2c89f" > VAR_ARRAY_CONSTANT_EXPRESSION_MAX< / a >
2019-06-13 15:36:14 +02:00
}< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:accb0b4e01f39be7d7d482c4a3797476c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:acd88718f3a65aad365c90d239b1a57bb" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#acd88718f3a65aad365c90d239b1a57bb" > ModelCache< / a > (< a class = "el" href = "classoperations__research_1_1Solver.html" > Solver< / a > *const < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5f32c22c620c811754ba7b6f977db864" > solver< / a > )< / td > < / tr >
< tr class = "separator:acd88718f3a65aad365c90d239b1a57bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad83a663fb6c4b4656ce2b46aa5542ea8" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ad83a663fb6c4b4656ce2b46aa5542ea8" > ~ModelCache< / a > ()< / td > < / tr >
< tr class = "separator:ad83a663fb6c4b4656ce2b46aa5542ea8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa5b31c976cc6734003d9950e731dfed3" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#aa5b31c976cc6734003d9950e731dfed3" > Clear< / a > ()=0< / td > < / tr >
< tr class = "separator:aa5b31c976cc6734003d9950e731dfed3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa8aef9ede17d1aabb0981e67ded7023a" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#aa8aef9ede17d1aabb0981e67ded7023a" > FindVoidConstraint< / a > (< a class = "el" href = "classoperations__research_1_1ModelCache.html#a0398df73722b0a777674f8300b61e640" > VoidConstraintType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:aa8aef9ede17d1aabb0981e67ded7023a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Void constraints. < a href = "classoperations__research_1_1ModelCache.html#aa8aef9ede17d1aabb0981e67ded7023a" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aa8aef9ede17d1aabb0981e67ded7023a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a78f9c320fcfdc3be91db4de41d891deb" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a78f9c320fcfdc3be91db4de41d891deb" > InsertVoidConstraint< / a > (< a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *const ct, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a0398df73722b0a777674f8300b61e640" > VoidConstraintType< / a > type)=0< / td > < / tr >
< tr class = "separator:a78f9c320fcfdc3be91db4de41d891deb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad548502b5db15a8a1a42c778091ce5b5" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ad548502b5db15a8a1a42c778091ce5b5" > FindVarConstantConstraint< / a > (< a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const var, int64 value, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562" > VarConstantConstraintType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:ad548502b5db15a8a1a42c778091ce5b5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Var Constant Constraints. < a href = "classoperations__research_1_1ModelCache.html#ad548502b5db15a8a1a42c778091ce5b5" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ad548502b5db15a8a1a42c778091ce5b5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5a0bfff5b96c417fc2cd9c486bc97c60" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5a0bfff5b96c417fc2cd9c486bc97c60" > InsertVarConstantConstraint< / a > (< a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *const ct, < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const var, int64 value, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562" > VarConstantConstraintType< / a > type)=0< / td > < / tr >
< tr class = "separator:a5a0bfff5b96c417fc2cd9c486bc97c60" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a93bbe5a60b387e9929fb477ce2fba1b6" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a93bbe5a60b387e9929fb477ce2fba1b6" > FindVarConstantConstantConstraint< / a > (< a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const var, int64 value1, int64 value2, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a62cdf71c82db7a35316a145167e8864f" > VarConstantConstantConstraintType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a93bbe5a60b387e9929fb477ce2fba1b6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Var Constant Constant Constraints. < a href = "classoperations__research_1_1ModelCache.html#a93bbe5a60b387e9929fb477ce2fba1b6" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a93bbe5a60b387e9929fb477ce2fba1b6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a36d5c7ad0a75cbd69f946b916de9c2c2" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a36d5c7ad0a75cbd69f946b916de9c2c2" > InsertVarConstantConstantConstraint< / a > (< a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *const ct, < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const var, int64 value1, int64 value2, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a62cdf71c82db7a35316a145167e8864f" > VarConstantConstantConstraintType< / a > type)=0< / td > < / tr >
< tr class = "separator:a36d5c7ad0a75cbd69f946b916de9c2c2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a987edd3387b9dcce349d4990099b8473" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a987edd3387b9dcce349d4990099b8473" > FindExprExprConstraint< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expr1, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expr2, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbb" > ExprExprConstraintType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a987edd3387b9dcce349d4990099b8473" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Expr Expr Constraints. < a href = "classoperations__research_1_1ModelCache.html#a987edd3387b9dcce349d4990099b8473" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a987edd3387b9dcce349d4990099b8473" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afebe362561fbf18889fd8a1b29be1032" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#afebe362561fbf18889fd8a1b29be1032" > InsertExprExprConstraint< / a > (< a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *const ct, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expr1, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expr2, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbb" > ExprExprConstraintType< / a > type)=0< / td > < / tr >
< tr class = "separator:afebe362561fbf18889fd8a1b29be1032" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9fe59bad68fe585a96afb59c3b78e237" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a9fe59bad68fe585a96afb59c3b78e237" > FindExprExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expr, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dc" > ExprExpressionType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a9fe59bad68fe585a96afb59c3b78e237" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Expr Expressions. < a href = "classoperations__research_1_1ModelCache.html#a9fe59bad68fe585a96afb59c3b78e237" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a9fe59bad68fe585a96afb59c3b78e237" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afc8017fcd99c86bb7ae2015a208ff800" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#afc8017fcd99c86bb7ae2015a208ff800" > InsertExprExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expression, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expr, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dc" > ExprExpressionType< / a > type)=0< / td > < / tr >
< tr class = "separator:afc8017fcd99c86bb7ae2015a208ff800" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a105e76e7ff211a6d58545e1c2cfe2739" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a105e76e7ff211a6d58545e1c2cfe2739" > FindExprConstantExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expr, int64 value, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082c" > ExprConstantExpressionType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a105e76e7ff211a6d58545e1c2cfe2739" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Expr Constant Expressions. < a href = "classoperations__research_1_1ModelCache.html#a105e76e7ff211a6d58545e1c2cfe2739" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a105e76e7ff211a6d58545e1c2cfe2739" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a30b66de2cb748b3f64b51da3855cbeac" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a30b66de2cb748b3f64b51da3855cbeac" > InsertExprConstantExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expression, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const var, int64 value, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082c" > ExprConstantExpressionType< / a > type)=0< / td > < / tr >
< tr class = "separator:a30b66de2cb748b3f64b51da3855cbeac" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:addbdeeb24f41eabf6f76a20326935880" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#addbdeeb24f41eabf6f76a20326935880" > FindExprExprExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const var1, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const var2, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afe" > ExprExprExpressionType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:addbdeeb24f41eabf6f76a20326935880" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Expr Expr Expressions. < a href = "classoperations__research_1_1ModelCache.html#addbdeeb24f41eabf6f76a20326935880" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:addbdeeb24f41eabf6f76a20326935880" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a532b0bec45373fd3f093e2212d51cd6f" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a532b0bec45373fd3f093e2212d51cd6f" > InsertExprExprExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expression, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const var1, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const var2, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afe" > ExprExprExpressionType< / a > type)=0< / td > < / tr >
< tr class = "separator:a532b0bec45373fd3f093e2212d51cd6f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a056c801705c813aab7ac780abbb1a2c4" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a056c801705c813aab7ac780abbb1a2c4" > FindExprExprConstantExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const var1, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const var2, int64 constant, < a class = "el" href = "classoperations__research_1_1ModelCache.html#ab10f10ec98142e6fa7b0da4046473e44" > ExprExprConstantExpressionType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a056c801705c813aab7ac780abbb1a2c4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Expr Expr Constant Expressions. < a href = "classoperations__research_1_1ModelCache.html#a056c801705c813aab7ac780abbb1a2c4" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a056c801705c813aab7ac780abbb1a2c4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a87fc5ae7d2a96ccc71334c6a0e16b2b7" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a87fc5ae7d2a96ccc71334c6a0e16b2b7" > InsertExprExprConstantExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expression, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const var1, < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const var2, int64 constant, < a class = "el" href = "classoperations__research_1_1ModelCache.html#ab10f10ec98142e6fa7b0da4046473e44" > ExprExprConstantExpressionType< / a > type)=0< / td > < / tr >
< tr class = "separator:a87fc5ae7d2a96ccc71334c6a0e16b2b7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aabea7c47076ac263e25acfd6d5398215" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#aabea7c47076ac263e25acfd6d5398215" > FindVarConstantConstantExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const var, int64 value1, int64 value2, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5e0c2033f8d819c623e8324bfda2d24d" > VarConstantConstantExpressionType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:aabea7c47076ac263e25acfd6d5398215" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Var Constant Constant Expressions. < a href = "classoperations__research_1_1ModelCache.html#aabea7c47076ac263e25acfd6d5398215" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aabea7c47076ac263e25acfd6d5398215" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa85b856a84503016b8a27a6945fc77fc" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#aa85b856a84503016b8a27a6945fc77fc" > InsertVarConstantConstantExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expression, < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const var, int64 value1, int64 value2, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5e0c2033f8d819c623e8324bfda2d24d" > VarConstantConstantExpressionType< / a > type)=0< / td > < / tr >
< tr class = "separator:aa85b856a84503016b8a27a6945fc77fc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae07b298414a08283ffd5a3bafc2e5a92" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ae07b298414a08283ffd5a3bafc2e5a92" > FindVarConstantArrayExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const var, const std::vector< int64 > & values, < a class = "el" href = "classoperations__research_1_1ModelCache.html#addef6c5b905f14668a4a19a3b6cf1ecc" > VarConstantArrayExpressionType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:ae07b298414a08283ffd5a3bafc2e5a92" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Var Constant Array Expressions. < a href = "classoperations__research_1_1ModelCache.html#ae07b298414a08283ffd5a3bafc2e5a92" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ae07b298414a08283ffd5a3bafc2e5a92" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af03bd07c56216292717c57eab7b5b82f" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#af03bd07c56216292717c57eab7b5b82f" > InsertVarConstantArrayExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expression, < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const var, const std::vector< int64 > & values, < a class = "el" href = "classoperations__research_1_1ModelCache.html#addef6c5b905f14668a4a19a3b6cf1ecc" > VarConstantArrayExpressionType< / a > type)=0< / td > < / tr >
< tr class = "separator:af03bd07c56216292717c57eab7b5b82f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aedf7468f114e41bcae8b69287c1e78b2" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#aedf7468f114e41bcae8b69287c1e78b2" > FindVarArrayExpression< / a > (const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > & vars, < a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503b" > VarArrayExpressionType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:aedf7468f114e41bcae8b69287c1e78b2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Var Array Expressions. < a href = "classoperations__research_1_1ModelCache.html#aedf7468f114e41bcae8b69287c1e78b2" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aedf7468f114e41bcae8b69287c1e78b2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8bf2a7f861f717c6c6276601d6edc84d" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a8bf2a7f861f717c6c6276601d6edc84d" > InsertVarArrayExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expression, const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > & vars, < a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503b" > VarArrayExpressionType< / a > type)=0< / td > < / tr >
< tr class = "separator:a8bf2a7f861f717c6c6276601d6edc84d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab7ebca7834f4b41e1bfd14ba132b7047" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ab7ebca7834f4b41e1bfd14ba132b7047" > FindVarArrayConstantArrayExpression< / a > (const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > & vars, const std::vector< int64 > & values, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a59c559422eae2739af255adb6c14cddb" > VarArrayConstantArrayExpressionType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:ab7ebca7834f4b41e1bfd14ba132b7047" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Var Array Constant Array Expressions. < a href = "classoperations__research_1_1ModelCache.html#ab7ebca7834f4b41e1bfd14ba132b7047" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ab7ebca7834f4b41e1bfd14ba132b7047" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa421f0ee067cc5ff7db9d37a352f8914" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#aa421f0ee067cc5ff7db9d37a352f8914" > InsertVarArrayConstantArrayExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expression, const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > & var, const std::vector< int64 > & values, < a class = "el" href = "classoperations__research_1_1ModelCache.html#a59c559422eae2739af255adb6c14cddb" > VarArrayConstantArrayExpressionType< / a > type)=0< / td > < / tr >
< tr class = "separator:aa421f0ee067cc5ff7db9d37a352f8914" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af238ed4acee2b41f921470e93a7bc010" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#af238ed4acee2b41f921470e93a7bc010" > FindVarArrayConstantExpression< / a > (const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > & vars, int64 value, < a class = "el" href = "classoperations__research_1_1ModelCache.html#accb0b4e01f39be7d7d482c4a3797476c" > VarArrayConstantExpressionType< / a > type) const =0< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:af238ed4acee2b41f921470e93a7bc010" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Var Array Constant Expressions. < a href = "classoperations__research_1_1ModelCache.html#af238ed4acee2b41f921470e93a7bc010" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:af238ed4acee2b41f921470e93a7bc010" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7052db06e52147df4cf973a3d75d50aa" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a7052db06e52147df4cf973a3d75d50aa" > InsertVarArrayConstantExpression< / a > (< a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const expression, const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > & var, int64 value, < a class = "el" href = "classoperations__research_1_1ModelCache.html#accb0b4e01f39be7d7d482c4a3797476c" > VarArrayConstantExpressionType< / a > type)=0< / td > < / tr >
< tr class = "separator:a7052db06e52147df4cf973a3d75d50aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5f32c22c620c811754ba7b6f977db864" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1Solver.html" > Solver< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5f32c22c620c811754ba7b6f977db864" > solver< / a > () const< / td > < / tr >
< tr class = "separator:a5f32c22c620c811754ba7b6f977db864" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2019-08-12 23:15:11 -07:00
< h2 class = "groupheader" > Member Enumeration Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a1fad820e7860f0b9f121927d4075082c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1fad820e7860f0b9f121927d4075082c" > ◆ < / a > < / span > ExprConstantExpressionType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082c" > ExprConstantExpressionType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082caedb98a92897e798947ee87fd50b1d471" > < / a > EXPR_CONSTANT_DIFFERENCE  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082cae140fdbd76e5afbe2595bd13678ba960" > < / a > EXPR_CONSTANT_DIVIDE  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082ca2624a11505d47fde01544da38ecbefce" > < / a > EXPR_CONSTANT_PROD  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082ca50c27197e27e7022f450aada9888a9d1" > < / a > EXPR_CONSTANT_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082ca7e3958cb3825bdf7a05631d79debb738" > < / a > EXPR_CONSTANT_MIN  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082caa6a4fb0890d2f491ba7fa43bc1c9688b" > < / a > EXPR_CONSTANT_SUM  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082ca32fea4f03bc3f8c30beed8277ad16a5a" > < / a > EXPR_CONSTANT_IS_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082ca584d2f751a1fdf032c86f07bcf4e24fe" > < / a > EXPR_CONSTANT_IS_NOT_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082ca4c21878ef6b2e734c684a61d084b0d9e" > < / a > EXPR_CONSTANT_IS_GREATER_OR_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082ca67ead3f8c6b5a40d1a2c3ef5fb63b906" > < / a > EXPR_CONSTANT_IS_LESS_OR_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a1fad820e7860f0b9f121927d4075082ca2f62b258d5a827bd63f993103ec0bef2" > < / a > EXPR_CONSTANT_EXPRESSION_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02112" > 2112< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ab10f10ec98142e6fa7b0da4046473e44" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab10f10ec98142e6fa7b0da4046473e44" > ◆ < / a > < / span > ExprExprConstantExpressionType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#ab10f10ec98142e6fa7b0da4046473e44" > ExprExprConstantExpressionType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "ab10f10ec98142e6fa7b0da4046473e44add01dc8099cbbb28d9aeb816d3345cdf" > < / a > EXPR_EXPR_CONSTANT_CONDITIONAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ab10f10ec98142e6fa7b0da4046473e44aa77defdbb56236e669f88a18c563aede" > < / a > EXPR_EXPR_CONSTANT_EXPRESSION_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02107" > 2107< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a89d5f8fc282ff8c48a02102a8a5e4bbb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a89d5f8fc282ff8c48a02102a8a5e4bbb" > ◆ < / a > < / span > ExprExprConstraintType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbb" > ExprExprConstraintType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a89d5f8fc282ff8c48a02102a8a5e4bbbab20099e9309c2b6619ef6c8ec664181a" > < / a > EXPR_EXPR_EQUALITY  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a89d5f8fc282ff8c48a02102a8a5e4bbba00529f006ffc58e55baff50d140fe076" > < / a > EXPR_EXPR_GREATER  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a89d5f8fc282ff8c48a02102a8a5e4bbba7719059f68742eeec43445553767ad62" > < / a > EXPR_EXPR_GREATER_OR_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a89d5f8fc282ff8c48a02102a8a5e4bbba11b9278b1a71f063cc20e8bb79846b68" > < / a > EXPR_EXPR_LESS  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a89d5f8fc282ff8c48a02102a8a5e4bbbaa7718fa06e32e05554d8e0a760e9172b" > < / a > EXPR_EXPR_LESS_OR_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a89d5f8fc282ff8c48a02102a8a5e4bbba73108bc15aaa22c430bba712b73ce920" > < / a > EXPR_EXPR_NON_EQUALITY  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a89d5f8fc282ff8c48a02102a8a5e4bbba8af11a728083c50e0be546619201563b" > < / a > EXPR_EXPR_CONSTRAINT_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02076" > 2076< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a19776f5960140d46380ae9837cf9e6dc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a19776f5960140d46380ae9837cf9e6dc" > ◆ < / a > < / span > ExprExpressionType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dc" > ExprExpressionType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a19776f5960140d46380ae9837cf9e6dca0f422d5294a543e5a1405e563c1f66f2" > < / a > EXPR_OPPOSITE  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a19776f5960140d46380ae9837cf9e6dca938ad10f0b6ca42fa856e245042ac6df" > < / a > EXPR_ABS  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a19776f5960140d46380ae9837cf9e6dcaf0a641235b7399f2cda0137af80db8e0" > < / a > EXPR_SQUARE  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a19776f5960140d46380ae9837cf9e6dca37081d4ec3d290e733b8346bed09bd2f" > < / a > EXPR_EXPRESSION_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02086" > 2086< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a822c2c0e59065b2fe0968370c8e26afe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a822c2c0e59065b2fe0968370c8e26afe" > ◆ < / a > < / span > ExprExprExpressionType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afe" > ExprExprExpressionType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afeaf4e4e8ba0108a0e9abc4fd2732a38a3b" > < / a > EXPR_EXPR_DIFFERENCE  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afea3784ad09f2939fec4b5125c3e3a7ee0a" > < / a > EXPR_EXPR_PROD  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afea7cdf2f8fb26d167603e160773a680805" > < / a > EXPR_EXPR_DIV  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afea373e953d3799bdcdc112f9b0887ac0df" > < / a > EXPR_EXPR_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afeac6a4d05776624b8784e951aa964d00c5" > < / a > EXPR_EXPR_MIN  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afea2a6687577892c792edccf2585adfaa3a" > < / a > EXPR_EXPR_SUM  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afea73e135b9ac9d3286a0656ef84aa77ca6" > < / a > EXPR_EXPR_IS_LESS  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afea822c97af1334ca445a0fd46dfd16c40b" > < / a > EXPR_EXPR_IS_LESS_OR_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afea03e855b4a1f2095482a88ac03388d5c3" > < / a > EXPR_EXPR_IS_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afeaa2b501c71087e59e0dea1906ffaabe63" > < / a > EXPR_EXPR_IS_NOT_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a822c2c0e59065b2fe0968370c8e26afea4e88d525cd2a35b11b8a16175f6197ab" > < / a > EXPR_EXPR_EXPRESSION_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02093" > 2093< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a59c559422eae2739af255adb6c14cddb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a59c559422eae2739af255adb6c14cddb" > ◆ < / a > < / span > VarArrayConstantArrayExpressionType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#a59c559422eae2739af255adb6c14cddb" > VarArrayConstantArrayExpressionType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a59c559422eae2739af255adb6c14cddbaba8984d087f1d6b934634e57add0cdae" > < / a > VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a59c559422eae2739af255adb6c14cddba8d7d34d71353796802c476ea764ec7c7" > < / a > VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02135" > 2135< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "accb0b4e01f39be7d7d482c4a3797476c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#accb0b4e01f39be7d7d482c4a3797476c" > ◆ < / a > < / span > VarArrayConstantExpressionType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#accb0b4e01f39be7d7d482c4a3797476c" > VarArrayConstantExpressionType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "accb0b4e01f39be7d7d482c4a3797476caebf2a4cbf4f2f568990b8fa64d3d006c" > < / a > VAR_ARRAY_CONSTANT_INDEX  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "accb0b4e01f39be7d7d482c4a3797476ca3ddf574d0de0e5df225a62bc50f2c89f" > < / a > VAR_ARRAY_CONSTANT_EXPRESSION_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02147" > 2147< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ad923ebf6ee257bfa55c4fc34b7b5503b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad923ebf6ee257bfa55c4fc34b7b5503b" > ◆ < / a > < / span > VarArrayExpressionType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503b" > VarArrayExpressionType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "ad923ebf6ee257bfa55c4fc34b7b5503bac6616064787f06284ea59f017bdd637a" > < / a > VAR_ARRAY_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ad923ebf6ee257bfa55c4fc34b7b5503bab312b39538d98fba96259aad40621005" > < / a > VAR_ARRAY_MIN  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ad923ebf6ee257bfa55c4fc34b7b5503ba072f2b932666e9bb3957e50c6ca29130" > < / a > VAR_ARRAY_SUM  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ad923ebf6ee257bfa55c4fc34b7b5503ba1ed5c1716b347c08d66af5527123f54e" > < / a > VAR_ARRAY_EXPRESSION_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02140" > 2140< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "addef6c5b905f14668a4a19a3b6cf1ecc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#addef6c5b905f14668a4a19a3b6cf1ecc" > ◆ < / a > < / span > VarConstantArrayExpressionType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#addef6c5b905f14668a4a19a3b6cf1ecc" > VarConstantArrayExpressionType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "addef6c5b905f14668a4a19a3b6cf1ecca7c34bf537f4d8178d912769b20d9ab2a" > < / a > VAR_CONSTANT_ARRAY_ELEMENT  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "addef6c5b905f14668a4a19a3b6cf1eccadab845ec7630675dc953378647cf35c4" > < / a > VAR_CONSTANT_ARRAY_EXPRESSION_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02130" > 2130< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a62cdf71c82db7a35316a145167e8864f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a62cdf71c82db7a35316a145167e8864f" > ◆ < / a > < / span > VarConstantConstantConstraintType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#a62cdf71c82db7a35316a145167e8864f" > VarConstantConstantConstraintType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a62cdf71c82db7a35316a145167e8864faaf915d4da198c454d55bb3ec6756e9b1" > < / a > VAR_CONSTANT_CONSTANT_BETWEEN  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a62cdf71c82db7a35316a145167e8864fa9f313cf455d543ccd36ee2c8bbbb6610" > < / a > VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02071" > 2071< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a5e0c2033f8d819c623e8324bfda2d24d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5e0c2033f8d819c623e8324bfda2d24d" > ◆ < / a > < / span > VarConstantConstantExpressionType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5e0c2033f8d819c623e8324bfda2d24d" > VarConstantConstantExpressionType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a5e0c2033f8d819c623e8324bfda2d24da5b2d69b411d657aa0f232a9062dcc1d0" > < / a > VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a5e0c2033f8d819c623e8324bfda2d24dabef48216e9d32c891d017570c9e638bc" > < / a > VAR_CONSTANT_CONSTANT_EXPRESSION_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02125" > 2125< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a2927789ebec43905a29b90c96ab5b562" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2927789ebec43905a29b90c96ab5b562" > ◆ < / a > < / span > VarConstantConstraintType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562" > VarConstantConstraintType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a2927789ebec43905a29b90c96ab5b562a0b320a3530d1100a39500db43e9f0610" > < / a > VAR_CONSTANT_EQUALITY  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a2927789ebec43905a29b90c96ab5b562a718e173e0eeb62d78a44b80843fcd211" > < / a > VAR_CONSTANT_GREATER_OR_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a2927789ebec43905a29b90c96ab5b562ac853b00c21d70db5e1f18dadc77fa083" > < / a > VAR_CONSTANT_LESS_OR_EQUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a2927789ebec43905a29b90c96ab5b562a979b0779f36a80f62ac877520de47099" > < / a > VAR_CONSTANT_NON_EQUALITY  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a2927789ebec43905a29b90c96ab5b562aaa84708a3b17d21e2b5d8b7ad6e57ca8" > < / a > VAR_CONSTANT_CONSTRAINT_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02063" > 2063< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a0398df73722b0a777674f8300b61e640" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0398df73722b0a777674f8300b61e640" > ◆ < / a > < / span > VoidConstraintType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1ModelCache.html#a0398df73722b0a777674f8300b61e640" > VoidConstraintType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-08-07 18:01:08 -07:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a0398df73722b0a777674f8300b61e640a350d96d35eeacdf0c2c66a69ae370de3" > < / a > VOID_FALSE_CONSTRAINT  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a0398df73722b0a777674f8300b61e640abb2b7e9646abdb972fafbe90bf19a5ec" > < / a > VOID_TRUE_CONSTRAINT  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a0398df73722b0a777674f8300b61e640a11c6746b747caede5558051e9be71506" > < / a > VOID_CONSTRAINT_MAX  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02057" > 2057< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "acd88718f3a65aad365c90d239b1a57bb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acd88718f3a65aad365c90d239b1a57bb" > ◆ < / a > < / span > ModelCache()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1ModelCache.html" > ModelCache< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Solver.html" > Solver< / a > *const  < / td >
< td class = "paramname" > < em > solver< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ad83a663fb6c4b4656ce2b46aa5542ea8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad83a663fb6c4b4656ce2b46aa5542ea8" > ◆ < / a > < / span > ~ModelCache()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual ~< a class = "el" href = "classoperations__research_1_1ModelCache.html" > ModelCache< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "aa5b31c976cc6734003d9950e731dfed3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa5b31c976cc6734003d9950e731dfed3" > ◆ < / a > < / span > Clear()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void Clear < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a105e76e7ff211a6d58545e1c2cfe2739" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a105e76e7ff211a6d58545e1c2cfe2739" > ◆ < / a > < / span > FindExprConstantExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > * FindExprConstantExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expr< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082c" > ExprConstantExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Expr Constant Expressions. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a056c801705c813aab7ac780abbb1a2c4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a056c801705c813aab7ac780abbb1a2c4" > ◆ < / a > < / span > FindExprExprConstantExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > * FindExprExprConstantExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > var1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > var2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > constant< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ab10f10ec98142e6fa7b0da4046473e44" > ExprExprConstantExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Expr Expr Constant Expressions. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a987edd3387b9dcce349d4990099b8473" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a987edd3387b9dcce349d4990099b8473" > ◆ < / a > < / span > FindExprExprConstraint()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > * FindExprExprConstraint < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expr1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expr2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbb" > ExprExprConstraintType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Expr Expr Constraints. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a9fe59bad68fe585a96afb59c3b78e237" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9fe59bad68fe585a96afb59c3b78e237" > ◆ < / a > < / span > FindExprExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > * FindExprExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expr< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dc" > ExprExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Expr Expressions. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "addbdeeb24f41eabf6f76a20326935880" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#addbdeeb24f41eabf6f76a20326935880" > ◆ < / a > < / span > FindExprExprExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > * FindExprExprExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > var1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > var2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afe" > ExprExprExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Expr Expr Expressions. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ab7ebca7834f4b41e1bfd14ba132b7047" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab7ebca7834f4b41e1bfd14ba132b7047" > ◆ < / a > < / span > FindVarArrayConstantArrayExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > * FindVarArrayConstantArrayExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > &   < / td >
< td class = "paramname" > < em > vars< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< int64 > &   < / td >
< td class = "paramname" > < em > values< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a59c559422eae2739af255adb6c14cddb" > VarArrayConstantArrayExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Var Array Constant Array Expressions. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "af238ed4acee2b41f921470e93a7bc010" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af238ed4acee2b41f921470e93a7bc010" > ◆ < / a > < / span > FindVarArrayConstantExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > * FindVarArrayConstantExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > &   < / td >
< td class = "paramname" > < em > vars< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#accb0b4e01f39be7d7d482c4a3797476c" > VarArrayConstantExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Var Array Constant Expressions. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aedf7468f114e41bcae8b69287c1e78b2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aedf7468f114e41bcae8b69287c1e78b2" > ◆ < / a > < / span > FindVarArrayExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > * FindVarArrayExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > &   < / td >
< td class = "paramname" > < em > vars< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503b" > VarArrayExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Var Array Expressions. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ae07b298414a08283ffd5a3bafc2e5a92" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae07b298414a08283ffd5a3bafc2e5a92" > ◆ < / a > < / span > FindVarConstantArrayExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > * FindVarConstantArrayExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< int64 > &   < / td >
< td class = "paramname" > < em > values< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#addef6c5b905f14668a4a19a3b6cf1ecc" > VarConstantArrayExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Var Constant Array Expressions. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a93bbe5a60b387e9929fb477ce2fba1b6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a93bbe5a60b387e9929fb477ce2fba1b6" > ◆ < / a > < / span > FindVarConstantConstantConstraint()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > * FindVarConstantConstantConstraint < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a62cdf71c82db7a35316a145167e8864f" > VarConstantConstantConstraintType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Var Constant Constant Constraints. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aabea7c47076ac263e25acfd6d5398215" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aabea7c47076ac263e25acfd6d5398215" > ◆ < / a > < / span > FindVarConstantConstantExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > * FindVarConstantConstantExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5e0c2033f8d819c623e8324bfda2d24d" > VarConstantConstantExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Var Constant Constant Expressions. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ad548502b5db15a8a1a42c778091ce5b5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad548502b5db15a8a1a42c778091ce5b5" > ◆ < / a > < / span > FindVarConstantConstraint()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > * FindVarConstantConstraint < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562" > VarConstantConstraintType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Var Constant Constraints. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aa8aef9ede17d1aabb0981e67ded7023a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8aef9ede17d1aabb0981e67ded7023a" > ◆ < / a > < / span > FindVoidConstraint()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > * FindVoidConstraint < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a0398df73722b0a777674f8300b61e640" > VoidConstraintType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Void constraints. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a30b66de2cb748b3f64b51da3855cbeac" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a30b66de2cb748b3f64b51da3855cbeac" > ◆ < / a > < / span > InsertExprConstantExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertExprConstantExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expression< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a1fad820e7860f0b9f121927d4075082c" > ExprConstantExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a87fc5ae7d2a96ccc71334c6a0e16b2b7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a87fc5ae7d2a96ccc71334c6a0e16b2b7" > ◆ < / a > < / span > InsertExprExprConstantExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertExprExprConstantExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expression< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > var1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > var2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > constant< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ab10f10ec98142e6fa7b0da4046473e44" > ExprExprConstantExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "afebe362561fbf18889fd8a1b29be1032" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afebe362561fbf18889fd8a1b29be1032" > ◆ < / a > < / span > InsertExprExprConstraint()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertExprExprConstraint < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *const  < / td >
< td class = "paramname" > < em > ct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expr1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expr2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a89d5f8fc282ff8c48a02102a8a5e4bbb" > ExprExprConstraintType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "afc8017fcd99c86bb7ae2015a208ff800" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc8017fcd99c86bb7ae2015a208ff800" > ◆ < / a > < / span > InsertExprExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertExprExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expression< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expr< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a19776f5960140d46380ae9837cf9e6dc" > ExprExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a532b0bec45373fd3f093e2212d51cd6f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a532b0bec45373fd3f093e2212d51cd6f" > ◆ < / a > < / span > InsertExprExprExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertExprExprExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expression< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > var1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > var2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a822c2c0e59065b2fe0968370c8e26afe" > ExprExprExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aa421f0ee067cc5ff7db9d37a352f8914" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa421f0ee067cc5ff7db9d37a352f8914" > ◆ < / a > < / span > InsertVarArrayConstantArrayExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertVarArrayConstantArrayExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expression< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > &   < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< int64 > &   < / td >
< td class = "paramname" > < em > values< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a59c559422eae2739af255adb6c14cddb" > VarArrayConstantArrayExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a7052db06e52147df4cf973a3d75d50aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7052db06e52147df4cf973a3d75d50aa" > ◆ < / a > < / span > InsertVarArrayConstantExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertVarArrayConstantExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expression< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > &   < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#accb0b4e01f39be7d7d482c4a3797476c" > VarArrayConstantExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a8bf2a7f861f717c6c6276601d6edc84d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8bf2a7f861f717c6c6276601d6edc84d" > ◆ < / a > < / span > InsertVarArrayExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertVarArrayExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expression< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > * > &   < / td >
< td class = "paramname" > < em > vars< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#ad923ebf6ee257bfa55c4fc34b7b5503b" > VarArrayExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "af03bd07c56216292717c57eab7b5b82f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af03bd07c56216292717c57eab7b5b82f" > ◆ < / a > < / span > InsertVarConstantArrayExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertVarConstantArrayExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expression< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< int64 > &   < / td >
< td class = "paramname" > < em > values< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#addef6c5b905f14668a4a19a3b6cf1ecc" > VarConstantArrayExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a36d5c7ad0a75cbd69f946b916de9c2c2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a36d5c7ad0a75cbd69f946b916de9c2c2" > ◆ < / a > < / span > InsertVarConstantConstantConstraint()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertVarConstantConstantConstraint < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *const  < / td >
< td class = "paramname" > < em > ct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a62cdf71c82db7a35316a145167e8864f" > VarConstantConstantConstraintType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aa85b856a84503016b8a27a6945fc77fc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa85b856a84503016b8a27a6945fc77fc" > ◆ < / a > < / span > InsertVarConstantConstantExpression()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertVarConstantConstantExpression < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntExpr.html" > IntExpr< / a > *const  < / td >
< td class = "paramname" > < em > expression< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a5e0c2033f8d819c623e8324bfda2d24d" > VarConstantConstantExpressionType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a5a0bfff5b96c417fc2cd9c486bc97c60" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5a0bfff5b96c417fc2cd9c486bc97c60" > ◆ < / a > < / span > InsertVarConstantConstraint()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertVarConstantConstraint < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *const  < / td >
< td class = "paramname" > < em > ct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > value< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a2927789ebec43905a29b90c96ab5b562" > VarConstantConstraintType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a78f9c320fcfdc3be91db4de41d891deb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a78f9c320fcfdc3be91db4de41d891deb" > ◆ < / a > < / span > InsertVoidConstraint()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void InsertVoidConstraint < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Constraint.html" > Constraint< / a > *const  < / td >
< td class = "paramname" > < em > ct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-08-07 18:01:08 -07:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelCache.html#a0398df73722b0a777674f8300b61e640" > VoidConstraintType< / a >   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a5f32c22c620c811754ba7b6f977db864" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5f32c22c620c811754ba7b6f977db864" > ◆ < / a > < / span > solver()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1Solver.html" > Solver< / a > * solver < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
2019-08-07 18:01:08 -07:00
< / div >
2019-06-13 15:36:14 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >