Giter Club home page Giter Club logo

sidekick's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sidekick's Issues

bug in datatypes?

./sidekick tests/unsat/data_acycl_if.smt2 --bt -d 50

could be in msat or in a bad conflict

enable th-bool-static on newly added term

replace preprocess_lit by preprocess_term, and hook that up into the CC itself. This is necessary when other theories produce new terms that contain boolean connectives.

infinite loop in simplex?

A call to simple.solve seems to take an arbitrary amount of time in tracing. Spends its time doing pivots. It might be a problem with epsilons?

repro:

$ /sidekick.sh --stat tests/unsat/pb_real_30_0600_10_18.smt2 -p

perf: better sort

an array.sort/bigarray.sort (perhaps functorized) that works in-place on slices would be super useful as we use sort a lot in the SAT solver.

Bug with smt2

Version

Tested on commit 40a743b

Reproduce

Command

sidekick file.smt2

File.smt2

(set-info :smt-lib-version 2.6)
(set-logic QF_LRA)
(set-info :status sat)

(declare-fun A () Real)
(declare-fun B () Real)
(declare-fun C () Real)

(assert (or (= B C) (not (= A B))))

(check-sat)
(exit)

Switching the definition of B with A or C does not provoke this bug

Result

Fatal error: exception File "src/smt/solver.ml", line 213, characters 18-24: Assertion failed

Expected result

sat

support named terms in input

[31;1mError�[0m: internal error: at file '/home/simon/w/sidekick/tests/QF_UF/20170829-Rodin/smt834303034702425531.smt2': line 15, col 0 to line 16, col 22:
unsupported term (! circuit :named hyp1)

on QF_UF/20170829-Rodin/smt834303034702425531.smt2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.