Home
last modified time | relevance | path

Searched refs:mzn_deprecated (Results 1 – 8 of 8) sorted by relevance

/dports/math/minizinc/libminizinc-2.5.5/share/minizinc/std/
H A Dat_least.mzn.deprecated.mzn1 predicate at_least(int: n, array[int] of var int: x, int: v) ::mzn_deprecated("2.4.0","https://www.…
H A Dat_most.mzn.deprecated.mzn1 predicate at_most(int: n, array[int] of var int: x, int: v) ::mzn_deprecated("2.4.0","https://www.m…
H A Dexactly.mzn.deprecated.mzn1 predicate exactly(int: n, array[int] of var int: x, int: v) ::mzn_deprecated("2.4.0","https://www.m…
/dports/math/minizinc/libminizinc-2.5.5/lib/
H A Dmodel.cpp257 if (Call* deprecated = i.fi->ann().getCall(constants().ann.mzn_deprecated)) { in registerFn()
261 } else if (Call* deprecated = fi->ann().getCall(constants().ann.mzn_deprecated)) { in registerFn()
H A Dast.cpp1643 ann.mzn_deprecated = ASTString("mzn_deprecated"); in mark()
1867 ann.mzn_deprecated.mark(); in mark()
H A Dtypecheck.cpp2426 if (Call* deprecated = fi->ann().getCall(constants().ann.mzn_deprecated)) { in vCall()
/dports/math/minizinc/libminizinc-2.5.5/share/minizinc/std/stdlib/
H A Dstdlib_ann.mzn42 annotation mzn_deprecated(string: version, string: explanation);
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/
H A Dast.hh1875 ASTString mzn_deprecated; // NOLINT(readability-identifier-naming) member