Home
last modified time | relevance | path

Searched refs:yices_get_model (Results 1 – 14 of 14) sorted by relevance

/dports/math/yices/yices-2.6.2/examples/
H A Dexample2.c85 mdl = yices_get_model(ctx, true); in main()
H A Dexample1c.c114 model_t* model = yices_get_model(ctx, true); // get the model in simple_test()
H A Dexample1b.c120 model = yices_get_model(ctx, 1); // get the model in simple_test()
H A Dexample1.c109 model_t* model = yices_get_model(ctx, true); // get the model in simple_test()
H A Dexample_unsat_core.c75 model = yices_get_model(ctx, true); in check_and_get_core()
H A Dexample_mcsat.c139 mdl = yices_get_model(ctx, true); in test_mcsat()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_mcsat.c139 mdl = yices_get_model(ctx, true); in test_mcsat()
H A Dsudoku.c189 model_t *model = yices_get_model(ctx, 1); in get_solution()
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/solvers/
H A Dyices.py214 self.model = yicespy.yices_get_model(self.yices, 1)
/dports/math/yices/yices-2.6.2/src/exists_forall/
H A Defsolver.c401 mdl = yices_get_model(ctx, true); in satisfy_context()
/dports/math/yices/yices-2.6.2/src/include/
H A Dyices.h3319 __YICES_DLLSPEC__ extern model_t *yices_get_model(context_t *ctx, int32_t keep_subst);
/dports/math/yices/yices-2.6.2/src/frontend/smt2/
H A Dsmt2_commands.c3403 mdl = yices_get_model(g->ctx, true); in get_model()
/dports/math/yices/yices-2.6.2/src/api/
H A Dyices_api.c9040 EXPORTED model_t *yices_get_model(context_t *ctx, int32_t keep_subst) { in yices_get_model() function
9588 model = yices_get_model(&context, true); in yices_do_check_formulas()
/dports/math/yices/yices-2.6.2/doc/manual/
H A Dmanual.tex4379 model_t *model = yices_get_model(ctx, true); // get the model