Home
last modified time | relevance | path

Searched refs:fIndConstr (Results 1 – 6 of 6) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/llb/
H A Dllb1Core.c60 p->fIndConstr = 0; in Llb_ManSetDefaultParams()
119 if ( pPars->fIndConstr ) in Llb_ManModelCheckAig()
181 if ( pPars->fIndConstr ) in Llb_ManModelCheckAig()
H A Dllb.h55 int fIndConstr; // extract inductive constraints member
H A Dllb2Flow.c1310 p->fIndConstr = 0; in Llb_BddSetDefaultParams()
/dports/math/minizinc/libminizinc-2.5.5/share/minizinc/linear/
H A Doptions.mzn29 opt bool: fIndConstr; %% User option, e.g., with -D
32 if absent( fIndConstr ) then false
33 else deopt( fIndConstr ) endif;
/dports/math/minizinc/libminizinc-2.5.5/docs/en/
H A Dsolvers.rst213 Add command-line parameters ``-D fIndConstr=true -D fMIPdomains=false`` when flattening
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A Dabc.c40982 pPars->fIndConstr ^= 1; in Abc_CommandAbc9ReachM()
41044 … : enable extraction of inductive constraints [default = %s]\n", pPars->fIndConstr? "yes": "no" ); in Abc_CommandAbc9ReachM()