Giter Site home page Giter Site logo

starexec-master's People

Contributors

akihisayamada avatar cloerkes avatar cody42 avatar dieterhofbauer avatar dio4ev avatar eleanoremeyer avatar etiennepayet avatar ffrohn avatar heizmann avatar hezzel avatar hiroshi-unno avatar j-c-kassing avatar jesusjda avatar jhensel avatar jwaldmann avatar keigoi avatar mthark avatar nilslommen avatar raulgut avatar stefandollase avatar worta avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

starexec-master's Issues

MuVal contradiction in C Integer

cannot view prover output from results tables ( Failed to open stream: HTTP request failed! )

e.g. https://termcomp.verify.rwth-aachen.de/Y2024/TRS_Relative.html

links in that page are not working, example: https://www.starexec.org/starexec/services/jobs/pairs/629618913/stdout/1?limit=-1 "not available"

perhaps related, the page shows this at the top:

copy(https://www.starexec.org/starexec/secure/download?type=job&id=63716&returnids=true&getcompleted=false):
Failed to open stream: HTTP request failed! HTTP/1.1 400 400
copy(https://www.starexec.org/starexec/secure/download?type=job&id=63742&returnids=true&getcompleted=false):
Failed to open stream: HTTP request failed! HTTP/1.1 400 400

NTI logic programming issue

For the following benchmarks, NTI outputs 'MAYBE' instead of 'NO' because an exception is thrown (java.lang.UnsupportedOperationException):

Logic_Programming/BCGGV05/flat-fb.pl
Logic_Programming/BCGGV05/mergesort.pl
Logic_Programming/BCGGV05/permutation-fb.pl
Logic_Programming/BCGGV05/reverse-fb.pl
Logic_Programming/BCGGV05/slowsort-fb.pl
Logic_Programming/lpexamples/mergesort-oi.pl
Logic_Programming/SGST06/transpose2.pl
Logic_Programming/talp_apt/quicksort-oi.pl
Logic_Programming/talp_talp/slowsort-oi.pl

During last year's competition, NTI was able to disprove termination of these benchmarks. There is something weird here, because I did not modify the code that finds a non-termination witness for them.

I just rebuilt the executable jar file, and the problem was solved...

REJECT in SRS-Relative (certified) for matchbox

https://www.starexec.org/starexec/services/jobs/pairs/615271002/log

yeah of course this does not work:

error when applying the rule removal technique on 
rules: 
a(b(a(b(a(x))))) -> b(x) 
relative rules: 
x ->= a(a(b(b(x)))) 

to remove the rules 
a(b(a(b(a(x))))) -> b(x) 
x -> a(a(b(b(x)))) 

the rule x ->= ... cannot be removed, and it does not have to, to show relative termination. Must be some error in my proof output. I wonder why it does not happen more often.

Unicode output broken

Unicode seems no longer supported after the recent StarExec update at some level.

Example (output):

After renaming modulo the bijection { a ↦ 0, b ↦ 1 },
  it remains to prove termination of the 1-rule system (1 strict rule)
{ 0 0 1 1 ⟶ 1 1 1 0 0 0 }

How it should look like:

After renaming modulo the bijection { a ↦ 0, b ↦ 1 },
  it remains to prove termination of the 1-rule system (1 strict rule)
{ 0 0 1 1 ⟶ 1 1 1 0 0 0 }

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.