649fdc0d0502d62d160c150684356fef2c273484 |
|
11-Feb-2018 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
1811 provide graphql api (#1829)
* Fixme (Remove 'True') - Add GraphQL starting point to the web server.
* Add GraphQL Schema.
* Experiment with the graphql-api package.
* Remove the graphql-api package again.
* Respond with GraphQL mimics.
* Add types for GraphQL mimicking.
* Add example queries.
* Add proof of concept database fetching.
* Add Signature query resolver.
* Add SignatureMorphism query resolver.
* Add missing key to result JSON.
* Add Serialization resolver.
* Split code for conversion and retrieval of data.
* Fix indentation.
* Add OMS query.
* Add DGraph query.
* Remove commit and document from example queries.
* Remove GraphQLApi constructor again.
* Save libenv to database via RESTful interface.
* Fix line lengths
* as library name, ensure a URL containing, in case of file://, an absolute file path
* correction: urls should not be treated as file path
* avoid re-reading for xmi and qvt; corrected computation of full filename
* strip file:// prefix for OWL parser
* strip file:// prefix for QVT parser
* introduced utility function tryToStripPrefix
* strip file:// when writing files |
a389e88e0acb83d8489bdc5e55bc5522b152bbec |
|
05-Jan-2018 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
[WIP] 1691 dg calculus on database (#1752)
* Add database dependencies.
* first experimental version of DB interface - just store DG names
* also write dg nodes to db
* hints for further programming
* Connect to PostgreSQL databases using a Rails database.yml.
* Move the schema to an own module.
* mapping of Hets datatypes to DB
* more explanation on index maps
* Save the LogicGraph and Development Graph in the database.
* Add config option for DB file.
* Move dbConfig into HetcatsOpts, move migrations into onDatabase.
* Save errors to the database.
* Associate the data with a given file version.
* Fix saving independent documents, non-signature symbols and remove debug prints.
* Remove theoryMap from DBCache.
* Fix names of Loc/Ids.
* Drop unneeded database columns.
* Save SignatureMorphisms and SymbolMappings. Major refactoring in Persistence.DevGraph.
* Handle Library and NativeDocument properly.
* Rename Range to FileRange because of constraints in Ontohub.
* Use PostgreSQL Enums.
* Rename Warning to Warn because of constraints in Ontohub.
* Use proper location as Loc/Id.
* Include persistent-fork into Hets repository as a git submodule.
* Find the FileVersion of an import and save the Document accordingly.
* Add advisoryLocked function.
* Ignore the _dependencies directory.
* Only save a Document if it does not yet exist.
* Lock language migration and document saving.
* Use mutex, write logic graph in ins own command
Write logic graph: Since both commands, DG analysis and LG output need
to write Logics to the database, we need the same mutex kex for these
two tasks. This splits the LG output into its own command to allow for
multiple processes to write analysis data at once.
* Get the submodule via https.
* Add readme for the persistence layer.
* Fix findFileVersion function.
* Fix export warning.
* Find a FileVersion at the current commit instead of the previous version.
* Make the symbolKind part of a symbol's Loc/Id.
* Make concatMapM more generic.
* Correctly associate symbols along heterogeneous links.
* Set evaluationState of FileVersion.
* Allow to omit the --database-fileversion-id option.
* Simplify the travis configuration.
* Add database job to travis.
* Find FileVersion of the last change.
* Fix dependency relation order.
* Add MySQL support.
* Add restack target to Makefile.
* Add option to disallow migrations
That means, PostgreSQL can be used without Ontohub.
* Remove unused import.
* Update Stack release and use persistent-template of the fork.
* Make the existing columns in the schema MySQL compatible.
* Work-around migration errors caused by class table inheritance.
* Use PostgreSQL and MySQL in travis.
* Use better job labels in Travis.
* Possibly fix travis.
* Add SQLite to Travis.
* Add installation instructions.
* Add DGVerificationGeneric constructor.
* Rename ConsStatus to ConservativityStatus.
* Add error handling.
* Fix symbol's fullName.
* Set Logic name to Language Name when there is no Logic name.
* Do not print migrations.
* Fix key length for MySQL.
* Add namespace to Loc/Ids.
* Add option for re-analysis.
* Add a testfile.
* Improve error messages.
* Create the freeness parameter OMS.
* Add failing testfiles.
* Remove code duplication.
* Temporarily remove failing test files - until #1655 and #1597 have been solved.
* Try longer locId in MySQL.
* Fix mapping type.
* Add default implementation of symbolKind.
* Add Indexes.
* Quiet down PostgreSQL on CREATE INDEX IF NOT EXISTS.
* Add PostgreSQL 9.6 to addons.
* Allow Hets-database to run without ontohub.
* Reduce column size for MySQL.
* Move the database-specific dependencies into their own module.
* Upgrade persistent (rebase on master).
* Minimise the module exports on Database.
* Upgrade stack.yml to new stack version.
* Fix SQLite module.
* WIP: Try System.Plugins.
* Remove System.Plugins again.
* Deactivate MySQL.
* Remove System.Plugins from the dependencies.
* Finalise db_mapping.txt
* Update readme.
* Don't use PostgreSQL for hets-desktop.
* Use hets_server in Travis/PostgreSQL job.
* Add PostgreSQL as a dependency to the server package.
* Update some documentation.
* Fix runtime dependencies.
* Describe main db options in the UserGuide.
* Add libpq5 to debian dependencies.
* Clean the database.yml files and link them from the UserGuide. |
7bb0a9e92bc7a6f868eaa0b9c3212c0af4f96b7f |
|
22-Aug-2017 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
Complete TPTP support (#1707)
* Add option to print the AST in XML/JSON output. Turn it off by default.
* Add abstract syntax of TPTP.
* Add parens and brackets to Common.Lexer.
* Add TPTP Parser.
* Add TPTP Sign.
* Add TPTP Morphism.
* Add TPTP StaticAnalysis.
* Fix IRI character parsing.
* Add TPTP Pretty.
* Add TPTP Logic.
* Map the tptp and p file extension to the TPTP logic for input.
* Add LibDefn parser for TPTP.
* Write TPTP output.
* Add EProver to TPTP.
* Add TPTP Sublogics.
* Add SPASS prover to TPTP.
* Add Vampire prover to TPTP.
* Add Darwin prover to TPTP.
* Add Leo-II prover to TPTP.
* Add Geo-III prover to TPTP - It does not support a timeout.
* Add CVC4 prover to TPTP.
* Add Isabelle prover to TPTP.
* Make IRI compatible with TPTP library file names.
* Revert "fail if names of sentences appear as names of symbols #1630"
This is a combination of 3 commits:
* Revert "check that the Result has no errors"
This reverts commit 9542b929f3cfabf1491c3f0489acf92ba703968f.
* Revert "better error message"
This reverts commit a7ea46d4c76b11735234092d0a50efcbc56f9642.
* Revert "fail if names of sentences appear as names of symbols"
This reverts commit 2487bae09bf3aabc7085880aee616648fe5ca241.
* Fix usage of magic file
There were other (system) magic files invoked as well with a higher
priority. Using the MAGIC environment variable instead of the
argument --magic-file overrides this behaviour and only uses the
specified magic file.
* Fix magic file
The escaping of "@" and "(" is not needed.
The escaping of a trailing space in clif is needed.
* Add TPTP to magic file.
* Add Satallax prover to TPTP.
* Properly check for http[s] URIs.
* Allow file:// in libdirs.
* Allow only one http[s] libdir - Parse the port correctly.
* Fix all remaining parsing problems.
* Move functions to debug the parser to a separate module.
* Get rid of all TPTP related compiler warnings.
* Move the type 'Morphism' to 'TPTP.Morphism'.
* Rename: TPTP/Logic.hs -> TPTP/Logic_TPTP.hs
* Implement all_sublogics.
* Recognise negated_conjecture as a proof obligation. |
e9458b1a7a19a63aa4c179f9ab20f4d50681c168 |
|
25-Mar-2016 |
Jens Elkner <jel+git@iws.cs.uni-magdeburg.de> |
applied utils/replaceAllHeaders.sh
- all $Header$ tokens in doc comments replaced with corresponding filename |
7af6ad49991a7f73b5d4233c89648a5a523f72bd |
|
15-Mar-2016 |
Till Mossakowski <till@communtu.de> |
avoid cyclic import |
726baec6dfb69adb27f2afb4b2027fe5e7670c4a |
|
02-Mar-2016 |
Till Mossakowski <till@communtu.de> |
set up basic infrastructure for Medusa output |
b33c310b053e6a4a48dc40e51ba56c50ac37d547 |
|
06-Nov-2014 |
notanartist <notanartist@outlook.com> |
generate error message for any non-owl input types (not supported jet for owl-output except manchester syntax) |
e5913b099c49fc59c889c5a216507acaee2cb9af |
|
06-Nov-2014 |
notanartist <notanartist@outlook.com> |
removed unused imports |
7bf6fd9cf7a2649a7ec8c72e47ebc69855e3ca84 |
|
06-Nov-2014 |
notanartist <notanartist@outlook.com> |
orig document is reloaded when storing OWL output types via the owl api. the file name parsing was also fixed.. |
e38219f3dd2f5711440478cbffa76ce3db530543 |
|
28-Oct-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
added json logic graph output |
6e43eacac47d12b64c6a46ca4a6e975591276f82 |
|
22-Oct-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
add usability attribute of external tools to xml logic graph |
8762d0e3d492aba4d1621fb0de685f0be1372864 |
|
01-Sep-2014 |
notanartist <notanartist@outlook.com> |
removed DOL from OwlFormats, and added the original RDFIn-Out types in case .rdf file is not owl. |
9e6789e67e329416d7f3acf0e7b8367b8dea991b |
|
29-Aug-2014 |
notanartist <notanartist@outlook.com> |
writing of owl files improved. still experimental |
29bda77eb81294ac19df7f1fd0e322dff03cdad0 |
|
28-Aug-2014 |
notanartist <notanartist@outlook.com> |
rdf output (-o rdf) will now actually have some output, and will generate .rdf file at the 'usual' location (i think it's the dir where the file has been read from) |
190f316d57e8d02268dbd753d4256babcaa259b2 |
|
25-Aug-2014 |
notanartist <notanartist@outlook.com> |
had error after faulty merge |
8ddb1f6f0aa4eb1836867ba3dde21ac1ec79a58d |
|
25-Aug-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
encode spec IRIs in output file names |
ab2eda6997430fc16acdf5c7b188234b95e06ac4 |
|
25-Aug-2014 |
notanartist <notanartist@outlook.com> |
keep temp files for debugging |
5a4f61f810ca32f70a9a7cd1be73c8e5e3a83d20 |
|
25-Aug-2014 |
notanartist <notanartist@outlook.com> |
experimental build-in writing functionality via the java parser. does not work when called as of now; the parser fails to read gTh from file in its current format |
bbba10ee00dcf6bcbc9f22473b1acd0983b10512 |
|
25-Aug-2014 |
notanartist <notanartist@outlook.com> |
added infrastructure to support any owl format for in- and output. functionality at the momemt is as-before. implementation for the formats will go as required; fst goal is rdf.xml. |
c7d44bc923b7eb1a01abd095cd004030fee589ea |
|
25-Aug-2014 |
notanartist <notanartist@outlook.com> |
added more options to the java-parser. can set input and output filetype now. ..also added char-escape for omn output |
f6d9d0e4c6a681672cdfd5f6886a12569a87cb65 |
|
25-Aug-2014 |
notanartist <notanartist@outlook.com> |
keep temp files for debugging |
fc969e97fa885f099bead91f0d791c4a90bedb37 |
|
20-Aug-2014 |
notanartist <notanartist@outlook.com> |
experimental build-in writing functionality via the java parser. does not work when called as of now; the parser fails to read gTh from file in its current format |
bfda2d14f172a668e5590942e7f90954dc587524 |
|
12-Aug-2014 |
notanartist <notanartist@outlook.com> |
added infrastructure to support any owl format for in- and output. functionality at the momemt is as-before. implementation for the formats will go as required; fst goal is rdf.xml. |
90f2701847982938e41a537c54b1ab3446124c52 |
|
12-Aug-2014 |
notanartist <notanartist@outlook.com> |
added more options to the java-parser. can set input and output filetype now. ..also added char-escape for omn output |
024703c9d1326c23e307c0b0d453ed3358e87fe4 |
|
05-Aug-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
add json output |
50a3afe91cef447a03d579976c179dc266290c93 |
|
27-Jun-2014 |
Christian Maeder <cmaeder@users.noreply.github.com> |
also use output directory when writing out the logic graph |
034d9e2e9ada5aaa5665180720744d51166dacd4 |
|
17-Mar-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
pass hets options to dev-graph xml output
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18548 cec4b9c1-7d33-0410-9eda-942365e851bb |
a7a43d265fef55ddfd7c4412cd96c621ef9738ff |
|
13-Feb-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
reformated export list
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18483 cec4b9c1-7d33-0410-9eda-942365e851bb |
11c3a215d5cf043181e83929f1ce214df65cb587 |
|
18-Dec-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
show lib-ids without ankle brackets
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18401 cec4b9c1-7d33-0410-9eda-942365e851bb |
d4ebd9e5adc974cfa2bdf4bdd155e07be0e26f75 |
|
28-May-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
added option full-signatures to xml output #1157
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17981 cec4b9c1-7d33-0410-9eda-942365e851bb |
427ff3172ae2dfebe3c8fc972735158999997e8a |
|
28-May-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
added syms.xml output
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17978 cec4b9c1-7d33-0410-9eda-942365e851bb |
9175e29c044318498a40f323f189f9dfd50378ef |
|
25-Mar-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
let hets run without file arguments #1123
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17809 cec4b9c1-7d33-0410-9eda-942365e851bb |
f527d5da7cd679c1a9b50a4906a0c12d395a6087 |
|
21-Mar-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
implemented #1122
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17804 cec4b9c1-7d33-0410-9eda-942365e851bb |
4cc271fa22221d0d20cf303553f86c4e3b1a56e4 |
|
07-Dec-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
switched to better table2 data type
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17679 cec4b9c1-7d33-0410-9eda-942365e851bb |
d34c6711bc746459074986c06f7c28b083b4be2f |
|
23-Nov-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
changed lists to sets for #1084
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17625 cec4b9c1-7d33-0410-9eda-942365e851bb |
feeab95fdf7ec92bcce607c104d9dc98e0e6ea90 |
|
08-Oct-2012 |
Soeren D. Schulze <soeren.d.schulze@gmx.de> |
introduced new API for prefixes and applied this to CommonLogic
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17489 cec4b9c1-7d33-0410-9eda-942365e851bb |
4c872eeb600fe8479dbda395405cf13c3d573c24 |
|
22-Sep-2012 |
Soeren D. Schulze <soeren.d.schulze@gmx.de> |
integrated KIF pretty printer
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17404 cec4b9c1-7d33-0410-9eda-942365e851bb |
eaa88a5cefdc814e61039c5dcc1bffc324a2f93e |
|
12-Sep-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
also output untranslated theories with a warning
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17332 cec4b9c1-7d33-0410-9eda-942365e851bb |
411588cc915b27cef4e7e66fb23e67514b3a0c92 |
|
28-Aug-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
support OWL Ship syntax output
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17255 cec4b9c1-7d33-0410-9eda-942365e851bb |
c1d06b3018b34ede2b3fb6c7fe2ad28cd5ce5b68 |
|
28-Aug-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
added syntax IRI to theories
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17252 cec4b9c1-7d33-0410-9eda-942365e851bb |
32607d06fe7826eb0711c19d348ee4e395f2577a |
|
24-Aug-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
output .omn files for several logics
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17235 cec4b9c1-7d33-0410-9eda-942365e851bb |
96ae1a1d2197d0e0d5b80da2474b64c456feb1b0 |
|
13-Jul-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
added counter example maximum
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17031 cec4b9c1-7d33-0410-9eda-942365e851bb |
35cb254f1f46a6f33b5c24111a37fbab49d79cfe |
|
25-Jun-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow selecting by simple name
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16975 cec4b9c1-7d33-0410-9eda-942365e851bb |
57075b3ac70f37e55f72aa86aa1b70c6ccca8207 |
|
22-Jun-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
pretty print out parsed lisp content with -v4
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16968 cec4b9c1-7d33-0410-9eda-942365e851bb |
c1168d10047d2c1394b82953158747775a9b4556 |
|
22-Jun-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
show sparQ parse error
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16960 cec4b9c1-7d33-0410-9eda-942365e851bb |
1f9274bb2aa44ea236327814dce99946be52e348 |
|
14-Jun-2012 |
Felix Gabriel Mance <f.mance@jacobs-university.de> |
readded RDF as logic
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16940 cec4b9c1-7d33-0410-9eda-942365e851bb |
aad8b6ac810a08fca14ce0fbbf324fcce5305ad6 |
|
12-Jun-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
use IRI in commented out names of SoftFOL files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16910 cec4b9c1-7d33-0410-9eda-942365e851bb |
074f8feaf71e0b71a95145e7439746f8eb8e2a7c |
|
12-Jun-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
properly write Isabelle files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16909 cec4b9c1-7d33-0410-9eda-942365e851bb |
52e573502bb19ca616ea63283d58ba73f39675d2 |
|
11-Jun-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
create proper/short file names from IRIs
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16900 cec4b9c1-7d33-0410-9eda-942365e851bb |
486db0a875bcdd0b80cf0d447d14c9c00a92ae94 |
|
25-Apr-2012 |
Simon Ulbricht <tekknix@informatik.uni-bremen.de> |
show all dgsymbols as xml for symbols-link
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16832 cec4b9c1-7d33-0410-9eda-942365e851bb |
ea8e98e298f33f9362293f392c8fb192722b8904 |
|
30-Mar-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Changed Simple-ID to IRI on Library-, Structure- and Architecture-level
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16750 cec4b9c1-7d33-0410-9eda-942365e851bb |
a7b34c1a61dabe150288424d90389d5988bf9d7a |
|
27-Mar-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
added node name to symbols
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16749 cec4b9c1-7d33-0410-9eda-942365e851bb |
bb9642ff292545658dc11251b83a7b7af3c1fccb |
|
19-Mar-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
add direct imports #1012
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16735 cec4b9c1-7d33-0410-9eda-942365e851bb |
961978c71545e0177683279f8b63358b3e3804b8 |
|
12-Mar-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
#1007 for CASL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16718 cec4b9c1-7d33-0410-9eda-942365e851bb |
734257b9ea9fcaa18d4e3627f54f5295a99aa1f7 |
|
11-Mar-2012 |
Felix Gabriel Mance <f.mance@jacobs-university.de> |
changed RDF abstract syntax
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16701 cec4b9c1-7d33-0410-9eda-942365e851bb |
c30231257d9116b514dce02703a515fe21cd427d |
|
08-Mar-2012 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
command line option for #1007
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16694 cec4b9c1-7d33-0410-9eda-942365e851bb |
8e537a087207fb2ea9073ea66776c36b821a58c6 |
|
07-Feb-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
import forget
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16652 cec4b9c1-7d33-0410-9eda-942365e851bb |
e4f0eaffd002e9e553ee113be33f9aa6e4181c43 |
|
06-Dec-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow compilation without rdf4h
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16524 cec4b9c1-7d33-0410-9eda-942365e851bb |
c4076ff1721f8901a30e4b7aa004479ecb2631e0 |
|
06-Dec-2011 |
Felix Gabriel Mance <f.mance@jacobs-university.de> |
added instances for rdf
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16521 cec4b9c1-7d33-0410-9eda-942365e851bb |
3ec3a22fe2b9c38a3575c98a82b4e3f988af64a6 |
|
13-Oct-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added clif export
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16282 cec4b9c1-7d33-0410-9eda-942365e851bb |
88e08f20c80fea4b7892bbb5e70c5002f7c1da18 |
|
19-Sep-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
joined variants
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16141 cec4b9c1-7d33-0410-9eda-942365e851bb |
308834907a120fd8771e18292ed2ca9cd767c12d |
|
25-Aug-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed OWL1
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16026 cec4b9c1-7d33-0410-9eda-942365e851bb |
21dbca247d5964daf2c5abd2de2ac1101e3e1ef4 |
|
13-Jul-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
also output OWL1
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15544 cec4b9c1-7d33-0410-9eda-942365e851bb |
928291e1beb4df5ec1f595188b64eab7c2adbb80 |
|
01-Jul-2011 |
Felix Gabriel Mance <f.mance@jacobs-university.de> |
cleaning printing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15428 cec4b9c1-7d33-0410-9eda-942365e851bb |
9b6a888fced92090f2f3d60f551b8bf38bf2eecb |
|
24-Jun-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
switched omn output to OWL2
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15291 cec4b9c1-7d33-0410-9eda-942365e851bb |
53a3042e1da2253fd3f103bfef4deb47fc0bf6a6 |
|
17-Jun-2011 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
added a freecad writer to hets
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15176 cec4b9c1-7d33-0410-9eda-942365e851bb |
d864f0a0e04e61b5f87963496765eafcf646ed7b |
|
01-Jun-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
output lib-name in dg-xml
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15049 cec4b9c1-7d33-0410-9eda-942365e851bb |
4d54e7814b18ce142359c92a5868e6dcff9219b5 |
|
17-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
added urls to dot graphs
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14728 cec4b9c1-7d33-0410-9eda-942365e851bb |
520c5bce318eff52d9315f7c4491c3381a0c4336 |
|
08-Feb-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
use given encoding for writing files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14504 cec4b9c1-7d33-0410-9eda-942365e851bb |
a43c1a7fa08c12524415386aa13a566cc9e53a4f |
|
03-Dec-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
add filepath to xml output #887
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14284 cec4b9c1-7d33-0410-9eda-942365e851bb |
180ab8c3df8cb0c88f0e881bca93354df6b5d560 |
|
05-Nov-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
make view output logic independent
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14196 cec4b9c1-7d33-0410-9eda-942365e851bb |
ef4c609cebc5260771dae6e4f3a54a8959e81ed9 |
|
01-Nov-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
write morphism to file
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14182 cec4b9c1-7d33-0410-9eda-942365e851bb |
411392046c2ba1752cde81eaa92a95a2c28b672d |
|
01-Nov-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
output OWL morphisms differently for #871
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14181 cec4b9c1-7d33-0410-9eda-942365e851bb |
00df6fd583c19393fa141d5a0e21ac74c7bf5b19 |
|
01-Nov-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
added an option to display the gmorphism of a view
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14180 cec4b9c1-7d33-0410-9eda-942365e851bb |
9b3aefff51492156e8e7f7f6a57986dac35a55fc |
|
22-Sep-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
adjusted dot output
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14089 cec4b9c1-7d33-0410-9eda-942365e851bb |
bdeddba30d29f413af1e1ae6b6bab275c017bd98 |
|
01-Sep-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
added code to integrate change management #725
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13961 cec4b9c1-7d33-0410-9eda-942365e851bb |
98890889ffb2e8f6f722b00e265a211f13b5a861 |
|
01-Sep-2010 |
Corneliu-Claudiu Prodescu <Corneliu-Claudiu.Prodescu@dfki.de> |
Added see license.txt to license field
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13959 cec4b9c1-7d33-0410-9eda-942365e851bb |
b87efd3db0d2dc41615ea28669faf80fc1b48d56 |
|
11-Aug-2010 |
Corneliu-Claudiu Prodescu <Corneliu-Claudiu.Prodescu@dfki.de> |
Changed haddock headers and inserted empty headers for the ones missing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13857 cec4b9c1-7d33-0410-9eda-942365e851bb |
1937dccb04b363364f7a7de17fdaae1d70583af9 |
|
15-Jul-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
refactored global theory results
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13718 cec4b9c1-7d33-0410-9eda-942365e851bb |
aa5986b28217b40d59a3418e6492946268066961 |
|
02-Jun-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed unused imports
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13496 cec4b9c1-7d33-0410-9eda-942365e851bb |
938677803842b384a91fef21f58f86b8e3188b43 |
|
02-Jun-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
removed useless pathification and experimental entry, fixed writeVerbFiles, added relative path computation to Utils and added outdir support to the omdoc export
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13478 cec4b9c1-7d33-0410-9eda-942365e851bb |
5ca1fe655d7d4e35e59a082b5955b306643329d0 |
|
01-Jun-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
removed hxtfilter from Hets and fixing uris and output directories for the omdoc interface
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13477 cec4b9c1-7d33-0410-9eda-942365e851bb |
72079df98b3cb7cc1fd82a0a24984893dcd05eca |
|
01-Jun-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
removed the hook for the old omdoc interface and hooked the new interface to the omdoc suffix, added the bytestring dependency to the hexpat flag
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13474 cec4b9c1-7d33-0410-9eda-942365e851bb |
bdf2e01977470bedcb4425e2dadabc9e9f6ba149 |
|
16-Apr-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
replaced the result type of sym_of in Logic by List of set of symbol. See also revision 13301 for the previous change.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13348 cec4b9c1-7d33-0410-9eda-942365e851bb |
955fa80b5038b97c2bc4336409ea5ea3d03ebfcf |
|
14-Apr-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
added method for writing a list of libraries to files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13330 cec4b9c1-7d33-0410-9eda-942365e851bb |
63da71bfb4226f504944b293fb77177ebcaea7d4 |
|
16-Mar-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
hooked in the OMDoc import function, corrected the output of adts and subsort relations in CASL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13236 cec4b9c1-7d33-0410-9eda-942365e851bb |
0850c3e5fb6285405ebaeb5aa433985203ac892d |
|
12-Mar-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
changed the omdoc logic interface, added mapping datatypes to omdoc, added utility function for writing multiple files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13218 cec4b9c1-7d33-0410-9eda-942365e851bb |
ba7903578ca168160ed411ef534fa95c5cddf8f0 |
|
15-Feb-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
pathify doesn't need an interface in Logic
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13072 cec4b9c1-7d33-0410-9eda-942365e851bb |
5f2c34b8971f9ca7e63364b69e167851d001168e |
|
26-Jan-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
added Result type to the omdoc export
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13006 cec4b9c1-7d33-0410-9eda-942365e851bb |
bc263f610d20a9cd3014ddfca903026127fa0d48 |
|
13-Jan-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
made proper flags for dg xml output after automatic
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12978 cec4b9c1-7d33-0410-9eda-942365e851bb |
fb37a248ebad4696bbc9d9b94ce1cfc6497a9160 |
|
04-Nov-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
check for duplicate def edges
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12780 cec4b9c1-7d33-0410-9eda-942365e851bb |
b47b34ad26c061320d08bc909d7ec7a08dc32881 |
|
15-Oct-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
also output reference nodes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12651 cec4b9c1-7d33-0410-9eda-942365e851bb |
ec25781c1180ea07f66b48c34f93cf5634e9277c |
|
07-Oct-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved ComputeTheory to folder Static
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12587 cec4b9c1-7d33-0410-9eda-942365e851bb |
e6ac593966607b1da5b619e0f9492d37820eed74 |
|
25-Sep-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
create a matching theory name for unamed libraries
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12520 cec4b9c1-7d33-0410-9eda-942365e851bb |
e49fd57c63845c7806860a9736ad09f6d44dbaed |
|
23-Sep-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
refactored, camel cased, library names
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12493 cec4b9c1-7d33-0410-9eda-942365e851bb |
2665d7759e63acff0bcd4135678f2cc6f2041d46 |
|
21-Sep-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
switched from OPTIONS to LANGUAGE pragma
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12478 cec4b9c1-7d33-0410-9eda-942365e851bb |
863c98ae89e37c21c0c04b9b130b5136688976ee |
|
31-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
produced finer DG xml
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12369 cec4b9c1-7d33-0410-9eda-942365e851bb |
46b207daf66b64930a59f3615c8b127aac0b8e43 |
|
26-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
started implementing #729 (XML for DGs)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12298 cec4b9c1-7d33-0410-9eda-942365e851bb |
b030615029df0cdac0e103d39bf865409e5133f8 |
|
07-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed commented out code
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12051 cec4b9c1-7d33-0410-9eda-942365e851bb |
7ebcceae3d34771cae3bbb8c8060bef0b894376e |
|
07-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
adjusted documentation wrt printing conjectures
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12050 cec4b9c1-7d33-0410-9eda-942365e851bb |
53e165a53dfa59f717588d1f8236c9a763826525 |
|
07-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
do not convert theorems to axioms
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12049 cec4b9c1-7d33-0410-9eda-942365e851bb |
706201451843aa76b8d862de800570c9838c9910 |
|
06-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
followed hlint suggestions
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12038 cec4b9c1-7d33-0410-9eda-942365e851bb |
9e9e018cefd6a9a242a93af959369dc7aa8f8526 |
|
05-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
use xml rather than HaXml
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12034 cec4b9c1-7d33-0410-9eda-942365e851bb |
1780ec6fd307212ae6834d85ae6b5d38e059c444 |
|
20-Jul-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
splitted ComputeTheory from TheoremHideShift
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11976 cec4b9c1-7d33-0410-9eda-942365e851bb |
ef2affdc0cdf3acd5c051597c04ab9b08a346a7d |
|
15-Jul-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
reused genericity signatures in spec entries
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11931 cec4b9c1-7d33-0410-9eda-942365e851bb |
0002f35c81ef5e9beff063919b143a0d77944b49 |
|
16-Jun-2009 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
exp changed to omdoc-export
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11800 cec4b9c1-7d33-0410-9eda-942365e851bb |
c99faa256f0f009609a83e2bf5ac67679c2c48c2 |
|
04-Jun-2009 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
exp is now connected to the omega-export
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11784 cec4b9c1-7d33-0410-9eda-942365e851bb |
6c08e47c4275556c18f4f89521bf21fe94c28dd5 |
|
18-Mar-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
refactored or reverted computeTheory
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11544 cec4b9c1-7d33-0410-9eda-942365e851bb |
537fd3025770215ef72807c5f37cc8740b74299d |
|
13-Mar-2009 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
omdoc devgraph export hooked in under exp
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11515 cec4b9c1-7d33-0410-9eda-942365e851bb |
c5910518e27568335f4b340cfeff2759d67a203b |
|
04-Mar-2009 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
adapted experimental output, going now over writeVerbFile
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11487 cec4b9c1-7d33-0410-9eda-942365e851bb |
f6328b89068f460f1cb176749af4bfe1114975fe |
|
04-Mar-2009 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
composed name qualifying with experimental omdoc export
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11480 cec4b9c1-7d33-0410-9eda-942365e851bb |
f8cc2399c16fcda7e3bf9d901a0de0cc8a455f86 |
|
03-Mar-2009 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
added new outputtype for experimental stuff and hooked in the experimental omdoc output
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11473 cec4b9c1-7d33-0410-9eda-942365e851bb |
f6b2c6c33c635279973b8f378470da7dbb8ecee8 |
|
10-Feb-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
show all diagnostics
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11379 cec4b9c1-7d33-0410-9eda-942365e851bb |
4c6617c9df37d1cabd09c5640e5e0fdf0573690f |
|
25-Nov-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
fixed ticket #620
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11081 cec4b9c1-7d33-0410-9eda-942365e851bb |
ce900a84ed9d9882c64fccbd6300f6b0d67efa82 |
|
25-Nov-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
only dump once in writeSpecFiles
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11079 cec4b9c1-7d33-0410-9eda-942365e851bb |
ec351e60425e2f99448cb44e933d3828f8025ddd |
|
24-Nov-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
reparse owl file when writing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11073 cec4b9c1-7d33-0410-9eda-942365e851bb |
56440c7ae61e7277a3494452d0165ee52e677b29 |
|
07-Nov-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
write out owl file for: -o owl
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10967 cec4b9c1-7d33-0410-9eda-942365e851bb |
fe4e6766a6e51cca3f8cc9632c25936af147d8b9 |
|
20-Oct-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
added SHELLAC and HXTFILTER dependencies
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10846 cec4b9c1-7d33-0410-9eda-942365e851bb |
d5fe06af711a6912ae028ebf873eada4ee8733f8 |
|
23-Sep-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
replaced umlaut in Luettich
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10718 cec4b9c1-7d33-0410-9eda-942365e851bb |
4c8d3c5a9e938633f6147b5a595b9b93bfca99e6 |
|
23-Sep-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
separated HetCASL and LibEnv related parts
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10717 cec4b9c1-7d33-0410-9eda-942365e851bb |
697e63e30aa3c309a1ef1f9357745111f8dfc5a9 |
|
22-Sep-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
separated library names from HetCASL libraries
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10708 cec4b9c1-7d33-0410-9eda-942365e851bb |
5382091fd2a705e6f026026e8a6adcd3607bdb9f |
|
18-Sep-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
white spaces only
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10691 cec4b9c1-7d33-0410-9eda-942365e851bb |
154be5bfac61cf5b61fd1571e7bfc2572c4b546a |
|
03-Sep-2008 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
handle restricted constraints separately
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10647 cec4b9c1-7d33-0410-9eda-942365e851bb |
62d5dbbceb675837039e6bad0971c324cce96a21 |
|
27-Aug-2008 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
added restricted constraints as VSE sentences
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10595 cec4b9c1-7d33-0410-9eda-942365e851bb |
25662bf82f592e3268fddcc2c86e83c203b82e53 |
|
26-Aug-2008 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
used when and unless
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10587 cec4b9c1-7d33-0410-9eda-942365e851bb |
36a493b7eec0f9d719674296c26afe7fd9bfe327 |
|
12-Aug-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
create s-expr without Result monad
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10491 cec4b9c1-7d33-0410-9eda-942365e851bb |
7fe976d9f9c4af1aa7636c568d9919859523de0a |
|
18-Jul-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
also convert signatures to S-exprs
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10363 cec4b9c1-7d33-0410-9eda-942365e851bb |
21489db35f79507a68ee6e6926e01b8e8ea60c6b |
|
18-Jul-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
convert named sentences to S-expressions
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10360 cec4b9c1-7d33-0410-9eda-942365e851bb |
38824a7dba4f7d82532afec67e0b594a5af5d76b |
|
17-Jul-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
first translation to S-Expressions
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10355 cec4b9c1-7d33-0410-9eda-942365e851bb |
7294adef84ced43038a704d24e7640f71610d193 |
|
27-Jun-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
revert to old computeTheory
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10219 cec4b9c1-7d33-0410-9eda-942365e851bb |
82cb6feb596ba77e49423735eca8d58be3cc7527 |
|
25-Jun-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
changed computeTheory call
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10190 cec4b9c1-7d33-0410-9eda-942365e851bb |
038fc609b1d0dfe9698c4cab26fc7db2225820ef |
|
23-Jun-2008 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
introduced flag for computeTheory to use normal forms just when possible
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10179 cec4b9c1-7d33-0410-9eda-942365e851bb |
36f69d35e01d2d6b6bdc165b49661f2a80af8687 |
|
11-Jun-2008 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
computeTheory and theoremHideShift changes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10088 cec4b9c1-7d33-0410-9eda-942365e851bb |
d27d203b3f42f0e0ecea00e3f19f55f66045bd96 |
|
17-Apr-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
totalized printing and reparsed tptp files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9934 cec4b9c1-7d33-0410-9eda-942365e851bb |
795114606fde20e909387c27e848b4754ec79013 |
|
19-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow to dump (parts of) the logic graph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9802 cec4b9c1-7d33-0410-9eda-942365e851bb |
34bc490dec9f3c600fff0c6fd8f027ec97fbeee4 |
|
19-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
deleted trailing whitespace
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9789 cec4b9c1-7d33-0410-9eda-942365e851bb |
bbd9ff47b93f02c2cb2f101b074da02a2f683fe3 |
|
19-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
handle proof history (replay, undo, redo) for global rules and automatic
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9788 cec4b9c1-7d33-0410-9eda-942365e851bb |
63719301448519453f66383f4e583d9fd5b89ecb |
|
18-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
changed writing files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9780 cec4b9c1-7d33-0410-9eda-942365e851bb |
e90d90d9363711dbdf9e5461474aeb85fd2d1871 |
|
12-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved pretty printing to PrintDevGraph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9746 cec4b9c1-7d33-0410-9eda-942365e851bb |
b68a352fddb62ae9dfd48d71b8dbef1e00ba40a2 |
|
11-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
modified dump
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9742 cec4b9c1-7d33-0410-9eda-942365e851bb |
bbba6dd86153aacb0f662b182b128df0eb09fd54 |
|
11-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
added a flexible dump option
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9740 cec4b9c1-7d33-0410-9eda-942365e851bb |
8865728716566f42fa73e7e0bc080ba3225df764 |
|
11-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed unimplemented output formats
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9739 cec4b9c1-7d33-0410-9eda-942365e851bb |
c8a9d35be2207e0d4fbd26a2411e1ba17e3e4c96 |
|
07-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
separated data types and XML generation
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9722 cec4b9c1-7d33-0410-9eda-942365e851bb |
b4d51ce3a34a074859f5f34cf430307f5963f912 |
|
07-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
HaXml is not longer part of uni
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9717 cec4b9c1-7d33-0410-9eda-942365e851bb |
7688e20f844fe88f75c04016841ebb5e5e3d927f |
|
04-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
replaced tuples by proper data types, renamed NODE_NAME to NodeName
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9685 cec4b9c1-7d33-0410-9eda-942365e851bb |
d3720ba517d582ba9eeed603fe3bd015ac02ab8e |
|
03-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
use envSuffix
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9676 cec4b9c1-7d33-0410-9eda-942365e851bb |
efb44558d78b59ea6ce8c16cb5eb1ac0a2604c84 |
|
23-Feb-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
generate a legal simple Id
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9616 cec4b9c1-7d33-0410-9eda-942365e851bb |
3143271856dbf456bd7acc1c07193173f886d986 |
|
22-Feb-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow printing theories of all nodes (#449)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9607 cec4b9c1-7d33-0410-9eda-942365e851bb |
5efed683fd173e9d53bd5f1929ba5b0c8a228710 |
|
11-Feb-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
used labDG instead of safeContextDG
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9542 cec4b9c1-7d33-0410-9eda-942365e851bb |
f9e0b18852b238ddb649d341194e05d7200d1bbe |
|
29-Oct-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
extended signatures are already needed during logic specific static analysis
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9093 cec4b9c1-7d33-0410-9eda-942365e851bb |
1bc5dccbf0083a620ae1181c717fea75e4af5e5c |
|
18-Oct-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added extended signatures
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9060 cec4b9c1-7d33-0410-9eda-942365e851bb |
08d506ebb78da1e8656a73a349492e042f4c9f72 |
|
07-Sep-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added reparsing of dfg files and added trace message
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8811 cec4b9c1-7d33-0410-9eda-942365e851bb |
b085709d4b69dc84724000b7b917f348edfa932e |
|
28-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved cpp directives
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8728 cec4b9c1-7d33-0410-9eda-942365e851bb |
1842453990fed8a1bd7a5ac792d7982c1d2bfcd5 |
|
15-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
made a separate module for G_theory
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8618 cec4b9c1-7d33-0410-9eda-942365e851bb |
ab9b86500ed66416e1a7c01be54491ed72c7d633 |
|
15-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
write out isabelle theories for every theorem if -o prf,thy and at least -v3 is given
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8616 cec4b9c1-7d33-0410-9eda-942365e851bb |
4067eba4f5605d9569d78085deb1a27f08ac34e2 |
|
14-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
restructured writing files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8612 cec4b9c1-7d33-0410-9eda-942365e851bb |
10d4ba2cf1730c68947490a6471648a81c3dc264 |
|
14-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
change layout at sparQ
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8610 cec4b9c1-7d33-0410-9eda-942365e851bb |
807d5fddaa5dd8924321c73400fcf875a9ed9a9c |
|
14-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
libdir is not needed for printing Isabelle theories
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8606 cec4b9c1-7d33-0410-9eda-942365e851bb |
e987f6f058c28f3a30d9edfd26345e2841ea7dc4 |
|
13-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
write out theorems
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8598 cec4b9c1-7d33-0410-9eda-942365e851bb |
3447c1e95850c17a7949e674deb7fbde25f09e5f |
|
31-Jul-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
accidental removal of dot
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8521 cec4b9c1-7d33-0410-9eda-942365e851bb |
1954518162694c2ef8e0e1263283dd3c75e9ca72 |
|
31-Jul-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed tabs, changed utf-8 to latin-1
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8518 cec4b9c1-7d33-0410-9eda-942365e851bb |
2afae0880da7ca73c9376fd4d653ab19833fe858 |
|
23-Jul-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
replaced GlobalContext by DGraph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8454 cec4b9c1-7d33-0410-9eda-942365e851bb |
3f69b6948966979163bdfe8331c38833d5d90ecd |
|
05-Jul-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
changed my maintainer email
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8261 cec4b9c1-7d33-0410-9eda-942365e851bb |
b76d27eba526ecac2a20400fa505ec5c642ae7d2 |
|
02-Jul-2007 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
Added support to write tptp directly
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8215 cec4b9c1-7d33-0410-9eda-942365e851bb |
f04e8f3ff56405901be968fd4c6e9769239f1a9b |
|
26-Jun-2007 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
Renamed almost all files with SPASS into SoftFOL.
Only SoftFOL/Logic_SPASS remains.
It will be updated very soon.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8150 cec4b9c1-7d33-0410-9eda-942365e851bb |
edd35c6c970fa1707dc6ad7a3ba26119e0046223 |
|
30-May-2007 |
Cui Jian <ken@informatik.uni-bremen.de> |
step one of abstraction of DGraph, see ticket 269
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7947 cec4b9c1-7d33-0410-9eda-942365e851bb |
2dcec0e101ddd4169f5323462911e988337c2dee |
|
11-May-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
analyse indices of global context with -v5 -o th
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7890 cec4b9c1-7d33-0410-9eda-942365e851bb |
3986813db69106b9bb1b62faa77532af42512a0c |
|
02-May-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
newer HaXml package needed anyway
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7862 cec4b9c1-7d33-0410-9eda-942365e851bb |
48a98aa04f4c2c1f5f8f79c007e1ff95e699b31a |
|
04-Apr-2007 |
Florian Mossakowski <fmossa@web.de> |
usage of ModelChecker for modelSparQ option implemented
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7800 cec4b9c1-7d33-0410-9eda-942365e851bb |
234a4acce6c4f1cd802f9a1ad24c6a465d4bb6fc |
|
26-Feb-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
only computeTheory for corresponding file types
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7537 cec4b9c1-7d33-0410-9eda-942365e851bb |
ad270004874ce1d0697fb30d7309f180553bb315 |
|
21-Feb-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
switched to Data.Set, Data.Map and Data.Dynamic
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7491 cec4b9c1-7d33-0410-9eda-942365e851bb |
e6d40133bc9f858308654afb1262b8b483ec5922 |
|
01-Jan-2007 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
added Description header
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7287 cec4b9c1-7d33-0410-9eda-942365e851bb |
e24d81c69aecd41abb2f4969519c9e7126b1d687 |
|
15-Dec-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
added indices to G_sign, GMorphism, G_morphism und G_theory
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7264 cec4b9c1-7d33-0410-9eda-942365e851bb |
e786574801c772175aaced9e28f00eeb8c279920 |
|
06-Nov-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
relaxed UNI_PACKAGE dependency
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7129 cec4b9c1-7d33-0410-9eda-942365e851bb |
d81905a5b924415c524d702df26204683c82c12e |
|
12-Oct-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
added option for modelSparQ
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7048 cec4b9c1-7d33-0410-9eda-942365e851bb |
0b73fd9cab131c1b25b542007c98b5f8717b1d36 |
|
14-Aug-2006 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
* imporoved develpoment graphs in GraphViz/dot format
* added output option for expanded development graph in dot format
(extension .graph.exp.dot; shows names for internal nodes)
* slight code improvements in Static.DevGraph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6815 cec4b9c1-7d33-0410-9eda-942365e851bb |
4cd978f7cad8579ed812ebb7a089dd5d5e6b525b |
|
19-Jul-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
refined printTheory
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6690 cec4b9c1-7d33-0410-9eda-942365e851bb |
e2f0f3fe5b21965caef3978eb648ba972abfdfa8 |
|
17-Jul-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
omit referenced nodes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6671 cec4b9c1-7d33-0410-9eda-942365e851bb |
875bba59f1d2ae102148ab089ccd6d00b5efa7e5 |
|
06-Jul-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed unused imports
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6625 cec4b9c1-7d33-0410-9eda-942365e851bb |
47d6bc7bc9a708427f96be8d805f712697ad3d9e |
|
30-Jun-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
phased out PPUtils, used showDoc for showPretty, and moved instances and utilities to DocUtils
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6552 cec4b9c1-7d33-0410-9eda-942365e851bb |
28bec3c11488588bcc3c8eae6996c8d9dbe582bd |
|
29-Jun-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed old latex printing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6541 cec4b9c1-7d33-0410-9eda-942365e851bb |
91a356d176c7e9b4eef6e8734559bfb858d5e630 |
|
26-Jun-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
switched to new doc
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6520 cec4b9c1-7d33-0410-9eda-942365e851bb |
f3a6a96ee93adc9eb36acf6afbd73ece7e779ded |
|
21-Jun-2006 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
* moved genSPASSProblem from SPASS.Print to SPASS.Conversions
* in SPASS.CreateDFGDoc renamed printDFG to printTheoryAsDFG
* Driver.WriteFn uses SPASS.CreateDFGDoc.printTheoryAsDFG
* SPASS.ProverState and SPASS.Prove use now SPASS.PrintDFG
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6472 cec4b9c1-7d33-0410-9eda-942365e851bb |
01dc01f32f5d42ae1d2b5515c5e4bb97f47d7c0c |
|
18-Jun-2006 |
Hendrik Iben <hiben@informatik.uni-bremen.de> |
changed omdoc interface function
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6457 cec4b9c1-7d33-0410-9eda-942365e851bb |
c0604b5bde7fc31b268f9ea24e79c029c8c5d82f |
|
23-May-2006 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
improved an error message
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6376 cec4b9c1-7d33-0410-9eda-942365e851bb |
ae35311385999d91f812155fe99439724d54063b |
|
19-May-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
write the thy file even after reparse errors
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6362 cec4b9c1-7d33-0410-9eda-942365e851bb |
cb4574a302dda93c7ac97e880280f46783ff297d |
|
17-May-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
don't print a void translation
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6336 cec4b9c1-7d33-0410-9eda-942365e851bb |
78e7910c3360f74f1db172d63d20bb07c64e56e3 |
|
16-May-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
translate specs before writing out
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6327 cec4b9c1-7d33-0410-9eda-942365e851bb |
6d797de98c443b8949a248ac53c6e20ee87de404 |
|
25-Apr-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
output .graph.dot files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6254 cec4b9c1-7d33-0410-9eda-942365e851bb |
7e828434af28f94f7e27524575844ce3a44df45d |
|
19-Apr-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
show diagnostics
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6211 cec4b9c1-7d33-0410-9eda-942365e851bb |
937ad7a0f64e679fd3f06d763937667a47bdbf00 |
|
29-Mar-2006 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
added printing of sublogic for verbosity >= 4 and improved SPASS error message.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6130 cec4b9c1-7d33-0410-9eda-942365e851bb |
34393039c300e992fa92261e4bb362c6ce5b600b |
|
22-Mar-2006 |
Hendrik Iben <hiben@informatik.uni-bremen.de> |
using generated filename for omdoc, recursion works
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6097 cec4b9c1-7d33-0410-9eda-942365e851bb |
26851c9b86b3ffb3043981b25057292f9e3602c8 |
|
22-Mar-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
missing dot before file extension
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6094 cec4b9c1-7d33-0410-9eda-942365e851bb |
865ae561becd3cb451d6280125886b3e03ddf0a4 |
|
21-Mar-2006 |
Hendrik Iben <hiben@informatik.uni-bremen.de> |
added non-recursive omdoc output
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6084 cec4b9c1-7d33-0410-9eda-942365e851bb |
596a8e9039bd2f42c09cc0da4a57c8073f96fbdd |
|
20-Mar-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
create Haskell output
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6077 cec4b9c1-7d33-0410-9eda-942365e851bb |
e7e3cca7d7c0afb9a5e56ae004a8fa661ce6073c |
|
20-Mar-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
provided support for omdoc
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6067 cec4b9c1-7d33-0410-9eda-942365e851bb |
00cc35c28abca1e35864cc0fca0d55761a8647f8 |
|
20-Mar-2006 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
Corrected output of dfg.c,dfg and thy (and ComptableXml) such that theorems are output as axioms now.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6065 cec4b9c1-7d33-0410-9eda-942365e851bb |
add408dd9d1f792ed3606410f5eede2dd4180614 |
|
14-Mar-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
use output dir for output files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5995 cec4b9c1-7d33-0410-9eda-942365e851bb |
9ec13d5d1b125101ce0964fe79cfb6c226a6a0bf |
|
28-Feb-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
avoid .env.pp.het files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5880 cec4b9c1-7d33-0410-9eda-942365e851bb |
0e7407d270da049e0b19b3b737996c5577b4970c |
|
28-Feb-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed shadowing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5874 cec4b9c1-7d33-0410-9eda-942365e851bb |
8a5c05062ef501bf725a86a370a5145a198e81fd |
|
24-Feb-2006 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
major changes
* added option for writing a SPASS-file with "false" as conjecture for
checking the consistency
* refactored SPASS logic to avoid code duplication
minor things
* changed maintainence of some files from 'rwagner' to 'luettich'
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5871 cec4b9c1-7d33-0410-9eda-942365e851bb |
b83ff3749d99d03b641adee264b781039a551add |
|
17-Feb-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
also store LIB-DEFN in .env files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5844 cec4b9c1-7d33-0410-9eda-942365e851bb |
f0eb47a1c9a5eff66911524130dcf327de641c95 |
|
10-Feb-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
made -o ast.het show the abstract syntax
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5798 cec4b9c1-7d33-0410-9eda-942365e851bb |
daec53c285f692c56db0cefe16061b46ba602cf0 |
|
26-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
display proved graph after .prf file was written and do not write .prf when .prf is read in
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5715 cec4b9c1-7d33-0410-9eda-942365e851bb |
04d04d19fdd5320953c78ad5b6d2d11f85bc4bcf |
|
17-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed type synonyms ProofStatus and LibNode
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5654 cec4b9c1-7d33-0410-9eda-942365e851bb |
a081d56252673c9e4a017e6282f59766f0cbcd42 |
|
16-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
store libname with .env and .prf files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5648 cec4b9c1-7d33-0410-9eda-942365e851bb |
333780eae2be9f20fe46dedbf5eb46ffa0cbfd02 |
|
13-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
incorporated ProofHistory into LibEnv as ProofStatus
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5637 cec4b9c1-7d33-0410-9eda-942365e851bb |
7968d3a131e5a684ec1ff0c6d88aae638549153d |
|
12-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved ProofHistory and Status from DevGraph to StatusUtils, added prf files, omitted export list in Driver.Options
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5634 cec4b9c1-7d33-0410-9eda-942365e851bb |
62ec122da8d4fdfa66cc059b97dabbf10c81affe |
|
09-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed toShATerm
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5616 cec4b9c1-7d33-0410-9eda-942365e851bb |
edc4d8faa97073b96157868aaa887d6e4dfddf85 |
|
05-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
switch to toShATerm' ATC member
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5602 cec4b9c1-7d33-0410-9eda-942365e851bb |
38c817b94e0a5b1ae94178b1075c187e07bcc5e1 |
|
30-Dec-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
only used short version string for ATC files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5567 cec4b9c1-7d33-0410-9eda-942365e851bb |
0206ab93ef846e4e0885996d052b9b73b9dc66b0 |
|
28-Dec-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
split off Automatic from InferBasic and checked with ghc-6.2.2
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5563 cec4b9c1-7d33-0410-9eda-942365e851bb |
3490b73f69b58ab742417b0867d0e2d4a7778cc0 |
|
28-Dec-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
added DGFile type and applied Inferbasic.automatic to DevGraph.emptyProofStatus
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5562 cec4b9c1-7d33-0410-9eda-942365e851bb |
e982190515f83fe6615436530ebe89bb320770d6 |
|
16-Dec-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
check generated thy files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5529 cec4b9c1-7d33-0410-9eda-942365e851bb |
aa9a7405e3150b8d1caeba44af7c9e562231aff7 |
|
25-Nov-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
changed theory creation
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5461 cec4b9c1-7d33-0410-9eda-942365e851bb |
6e1ecd948a1844206ad678907eb97c7296b805ef |
|
25-Nov-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
changed verbosity
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5460 cec4b9c1-7d33-0410-9eda-942365e851bb |
9f08800df9da91d444560875167fbf7acb8396ed |
|
11-Nov-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
implemented more output types
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5379 cec4b9c1-7d33-0410-9eda-942365e851bb |
873cf3314879d7742e0118532e41b70c5d4e89b1 |
|
08-Nov-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
speed up for no output types
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5351 cec4b9c1-7d33-0410-9eda-942365e851bb |
59ffdc90faada70cc1580ba5963f8f6d7e88cb25 |
|
04-Nov-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
rearranged definitions
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5345 cec4b9c1-7d33-0410-9eda-942365e851bb |
9658657e918981d91c8647ed8c220464f10a6235 |
|
01-Nov-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed SCC annotations
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5322 cec4b9c1-7d33-0410-9eda-942365e851bb |
8797631d5eb386d245fcc80fcd2b523a1b0535b1 |
|
25-Oct-2005 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
added dfg output file format
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5255 cec4b9c1-7d33-0410-9eda-942365e851bb |
9603ad7198b72e812688ad7970e4eac4b553837a |
|
25-Oct-2005 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
Refactoring of ThSens, Theory, SenStatus:
* SenStatus is now parametrised over a theoremStatus, too;
it is used for structured and basic theories;
value is no longer a (Named a);
isDef, isAxiom are now fields of SenStatus, too
* ThSens is not a Set any longer it is now a Common.OrderedMap.OMap
* Theory contains now a ThSens OMap with
theoremStatus == Proof_status proof_tree
version_nr is updated for changed ThSens structure
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5250 cec4b9c1-7d33-0410-9eda-942365e851bb |
c7fe3371bcd2a5f76c9be6d457bffaca9b7e2cae |
|
06-Oct-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed outputting global annos and simplified write code
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5149 cec4b9c1-7d33-0410-9eda-942365e851bb |
f11b87e6fd9aeb5514f97da1ce0149f30f3e3f8a |
|
05-Oct-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved outdir handling to write_LIB_DEFN
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5143 cec4b9c1-7d33-0410-9eda-942365e851bb |
951bd6674ebe0958d7ac959f3de9be6c49f3fa79 |
|
05-Oct-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
avoided lookup in LibEnv and unnecessary inputs
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5136 cec4b9c1-7d33-0410-9eda-942365e851bb |
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0 |
|
29-Sep-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
expanded tabs to spaces
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5106 cec4b9c1-7d33-0410-9eda-942365e851bb |
1651d17a9d7530af8763c462c93ac5f2f4d5fcf9 |
|
15-Sep-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
only write env file after full analysis
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5016 cec4b9c1-7d33-0410-9eda-942365e851bb |
a059fb5629939bb0d74da56094b12bb793759f0c |
|
25-Aug-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
move Proofs.Proofs types to DevGraph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4980 cec4b9c1-7d33-0410-9eda-942365e851bb |
f5c16d70215311c0392b5723f427f714e34ba6b9 |
|
18-Aug-2005 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
started implementation of computeCompTable
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4943 cec4b9c1-7d33-0410-9eda-942365e851bb |
f26489cf50364d60a14c9bf33ca2c91855ad438a |
|
18-Aug-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
CASL.CompositionTable.CompositionTable depends on uni
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4942 cec4b9c1-7d33-0410-9eda-942365e851bb |
c2257f94016aeb9e5c3ff3d4d675a81f8f873f0d |
|
17-Aug-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
writing out thy and comptable.xml files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4939 cec4b9c1-7d33-0410-9eda-942365e851bb |
46b1095ba983ce859e17c2a12f48b50583b7150c |
|
11-Aug-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
prepared for writing composition tables
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4908 cec4b9c1-7d33-0410-9eda-942365e851bb |
f39b8dd9651dfcc38b06191cda23cacbfc298323 |
|
11-Aug-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
added options
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4907 cec4b9c1-7d33-0410-9eda-942365e851bb |
11280087fb7891a39bae5305886e76c0cc30886c |
|
20-Jun-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
in Proofs.Proofs is not much left
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4469 cec4b9c1-7d33-0410-9eda-942365e851bb |
f3a94a197960e548ecd6520bb768cb0d547457bb |
|
15-Jun-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
aligned module description for haddock-0.7
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4438 cec4b9c1-7d33-0410-9eda-942365e851bb |
97018cf5fa25b494adffd7e9b4e87320dae6bf47 |
|
15-Jun-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
replaced Licence with License for haddock-07
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4433 cec4b9c1-7d33-0410-9eda-942365e851bb |
64c2422e1ba0691556a6639e959820add102315c |
|
09-Jun-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
used catch instead of try for ghc-5
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4396 cec4b9c1-7d33-0410-9eda-942365e851bb |
c64d33a7fbeae730cbe65193fe3cc24e7aa1ddd6 |
|
09-May-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
changed PosItem and ShATermConversion instance generation
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4217 cec4b9c1-7d33-0410-9eda-942365e851bb |
5b27e46c0086b51b68015ddd85434017fda70728 |
|
06-Apr-2005 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
Added ".het" to the recognized and removed extensions of input files; the generated ".pp.casl"-files have now the extension ".pp.het".
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4016 cec4b9c1-7d33-0410-9eda-942365e851bb |
b53688bfed888214b485cf76439d57262d80e0a7 |
|
25-Feb-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved from hetcats for hierarchical modules
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3857 cec4b9c1-7d33-0410-9eda-942365e851bb |