LCOV - code coverage report
Current view: top level - buildbot/coverage/build/test/api/cpp/issues - proj-issue570.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 18 18 100.0 %
Date: 2026-02-26 11:40:56 Functions: 1 1 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /******************************************************************************
       2                 :            :  * This file is part of the cvc5 project.
       3                 :            :  *
       4                 :            :  * Copyright (c) 2009-2026 by the authors listed in the file AUTHORS
       5                 :            :  * in the top-level source directory and their institutional affiliations.
       6                 :            :  * All rights reserved.  See the file COPYING in the top-level source
       7                 :            :  * directory for licensing information.
       8                 :            :  * ****************************************************************************
       9                 :            :  *
      10                 :            :  * Test for project issue #570
      11                 :            :  *
      12                 :            :  */
      13                 :            : #include <cvc5/cvc5.h>
      14                 :            : 
      15                 :            : using namespace cvc5;
      16                 :          1 : int main(void)
      17                 :            : {
      18                 :          1 :   TermManager tm;
      19                 :          1 :   Solver solver(tm);
      20                 :          1 :   solver.setOption("incremental", "false");
      21                 :          1 :   solver.setOption("produce-interpolants", "true");
      22                 :          1 :   Sort s0 = tm.getStringSort();
      23                 :          2 :   Term t1 = tm.mkString("");
      24                 :          1 :   Op o2 = tm.mkOp(Kind::SET_SINGLETON);
      25                 :          3 :   Term t3 = tm.mkTerm(o2, {t1});
      26                 :          1 :   Sort s4 = t3.getSort();
      27                 :          1 :   Op o5 = tm.mkOp(Kind::SET_MINUS);
      28                 :          4 :   Term t6 = tm.mkTerm(o5, {t3, t3});
      29                 :          1 :   Op o7 = tm.mkOp(Kind::SET_IS_SINGLETON);
      30                 :          3 :   Term t8 = tm.mkTerm(o7, {t6});
      31                 :          1 :   Sort s9 = t8.getSort();
      32                 :          1 :   Term t10 = solver.getInterpolant(t8);
      33                 :            : 
      34                 :          1 :   return 0;
      35                 :          1 : }

Generated by: LCOV version 1.14