6b9d418b9d00bf4f5b37be276a48bed04965a0ed |
|
08-Jan-2018 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
Add Comorphism from CASL to TPTP (#1731)
* adapted SuleCFOL2SoftFOL to SuleCFOL2TPTP
* SuleCFOL2TPTP: made it compile
* removed superfluous stuff from comorphism
* description of comorphism
* Add implementation notes.
* Add first functions structure, implement subsort encoding.
* Implement remainder of sort axioms and function axioms.
* Work in progress: prepare sign.
* Handle overloading of ops and preds.
* Resolve conditionals and translate formulae.
* Rename variables (must start uppercase).
* Remove translation clutter.
* Rename target logic.
* Create translated Sign.
* Fix resolving unique existential quantifier.
* Fix resolving Conditional TERMs.
* Lots of small fixes.
* More small fixes.
* Work in progress: Recognise conjectures.
* Work in progress: Recognise conjectures #2.
* Ensure that the tempdir exists.
* Fix sentence name translation.
* Work on TODOs.
* Fix subsort sentences.
* CASL test file for comorphisms
* more CASL tests
* Replace own code be CASL.Utils code.
* more CASL tests
* more CASL tests
* corrected sublogic
* Nat example
* Replace all non-alphanumeric characters.
* Move Morphism to Morphism.hs and rename TPTP.Logic to TPTP.Logic_TPTP.
* Remove now useless comments.
* use scoped type variables
* Remove sentence prefix.
* Add helper functions for 'and' and 'or'.
* Translate false to false.
* Fail with the module name in the message.
* Add reference to Hets issue.
* Translate space to underscore.
* Fix partial overloading translation.
* Get rid of compiler warnings.
* Simplify language_name.
* Fix error message.
* Simplify GenSuleCFOL2TPTP data structure. |
a836ddc0778b3eb7636b831a3ca0afabab6c13c0 |
|
18-May-2016 |
mcodescu <mscodescu@gmail.com> |
negation normal form as a separate comorphism |
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 |
2954f6dd519742dd6d6dd8de6f3e5902ed6c07ab |
|
11-Mar-2016 |
mcodescu <mscodescu@gmail.com> |
comorphisms, need more testing |
5b65f67382b3df7a09905b792ece64276cd6973c |
|
03-Apr-2015 |
Till Mossakowski <till@communtu.de> |
removed CASL2Prop that was the evil guy, restored ExtModal2CASL |
f0c911cd8f2f63ba51ffa6662eb055a192828ec8 |
|
24-Mar-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Remove ExtModal2OWL from the list of comorphisms. |
9f226cec9f978edaba67aee4c4e04e3d3b994b87 |
|
03-Sep-2013 |
Daniel Calegari <dcalegar@fing.edu.uy> |
first incomplete version of QVTR comorphism
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18160 cec4b9c1-7d33-0410-9eda-942365e851bb |
8f8c59d19f9f1eb7801a637a3ab0686b2ca62bd4 |
|
01-Aug-2013 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
default comorphism for CSMOF
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18115 cec4b9c1-7d33-0410-9eda-942365e851bb |
f3a838d9e2932da421939f348a2c3d31ded88989 |
|
01-Aug-2013 |
Daniel Calegari <dcalegar@fing.edu.uy> |
CSMOF2CASL added as a comorphism
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18114 cec4b9c1-7d33-0410-9eda-942365e851bb |
81f49ee02aaa3bc870401f8883bf52742eb3ea7a |
|
20-May-2013 |
Jonathan von Schroeder <sternkinder@gmail.com> |
Merge branch 'hybrid'
Conflicts:
CASL/Logic_CASL.hs
Comorphisms/LogicGraph.hs
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17960 cec4b9c1-7d33-0410-9eda-942365e851bb |
f9a337c44fbf30e9ea2058ccdb023cdb54bf92ff |
|
27-Mar-2013 |
Jonathan von Schroeder <sternkinder@gmail.com> |
changed target sublogic
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17827 cec4b9c1-7d33-0410-9eda-942365e851bb |
7cad2789c70e29f733effaed840d034e4a9e7aad |
|
27-Mar-2013 |
Jonathan von Schroeder <sternkinder@gmail.com> |
first version of comorphism TFHP -> HasCASL
(todo: numbering of bound variables?)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17826 cec4b9c1-7d33-0410-9eda-942365e851bb |
81e71677da25aee1caa7fef177c45ddd69bbf22e |
|
27-Mar-2013 |
Jonathan von Schroeder <sternkinder@gmail.com> |
removed useless semantic extension
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17819 cec4b9c1-7d33-0410-9eda-942365e851bb |
ce2aa52cf67a45b753e1695a46d0ba8400934fa7 |
|
02-Dec-2012 |
Jonathan von Schroeder <sternkinder@gmail.com> |
added products to comorphism from HasCASL to THF
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17664 cec4b9c1-7d33-0410-9eda-942365e851bb |
33058801ab5d25176a18013fe052489a49175bb0 |
|
29-Nov-2012 |
Jonathan von Schroeder <sternkinder@gmail.com> |
* adjusted sublogics for thf internal comorphisms
* fixed detection for ShortTypes extension
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17650 cec4b9c1-7d33-0410-9eda-942365e851bb |
bf453a6867cca0aa530bc8cac9eed9c3f70594b4 |
|
29-Nov-2012 |
Jonathan von Schroeder <sternkinder@gmail.com> |
added infrastructure for polymorphism in thf0
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17647 cec4b9c1-7d33-0410-9eda-942365e851bb |
ee9093207e84fdb2f9578e3c33fc61fb5cb1b2ff |
|
17-Oct-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved content from CommonLogic2CASLCompact to CommonLogic2CASL and deleted files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17575 cec4b9c1-7d33-0410-9eda-942365e851bb |
1233e4dc235245cee0a6888f71cba0377934ae8f |
|
17-Oct-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
renamed comorphisms
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17574 cec4b9c1-7d33-0410-9eda-942365e851bb |
12ba16b2f63d9fabaf9f49c05d391d28b01788d7 |
|
15-Oct-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
create signature only for Seq comorphisms
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17566 cec4b9c1-7d33-0410-9eda-942365e851bb |
f9b4684c7d2aadcc970d74bd53c2ffdd999a780e |
|
15-Oct-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
use the full sublogic as comorphism indicator
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17565 cec4b9c1-7d33-0410-9eda-942365e851bb |
c40f92ca02d1553c1250dc49ed6f7b5c71401f17 |
|
14-Oct-2012 |
Jonathan von Schroeder <sternkinder@gmail.com> |
added file missing in last commit
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17558 cec4b9c1-7d33-0410-9eda-942365e851bb |
da386d94a33b67b44c0a3d38fcb1e86c47b16cab |
|
14-Oct-2012 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
FOLSeq2CFOL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17557 cec4b9c1-7d33-0410-9eda-942365e851bb |
5b6ade33b580d76b6df7feaf235b3d47f6ce0327 |
|
13-Oct-2012 |
Jonathan von Schroeder <sternkinder@gmail.com> |
added comorphism to remove ShortTypes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17553 cec4b9c1-7d33-0410-9eda-942365e851bb |
55dfa79a16e5f0ddb60bceab3717c07e62e65846 |
|
13-Oct-2012 |
Jonathan von Schroeder <sternkinder@gmail.com> |
made semantic extension explicit
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17552 cec4b9c1-7d33-0410-9eda-942365e851bb |
510721537a32e4fb45f572576356d907aa6e2cf0 |
|
12-Oct-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
prepared for CommonLogicImp2CASLCompact
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17540 cec4b9c1-7d33-0410-9eda-942365e851bb |
b3c65c964090c079cf82fc09191b021fcae2419b |
|
11-Oct-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
renamed CommonLogic2CASL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17529 cec4b9c1-7d33-0410-9eda-942365e851bb |
d0916b96ca9f90822c0bb6062b13d5de83bf410a |
|
03-Oct-2012 |
Soeren D. Schulze <soeren.d.schulze@gmx.de> |
recognize IRIs for "logic" and "serialization"
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17475 cec4b9c1-7d33-0410-9eda-942365e851bb |
99b4ae53a7d2f1b71e8e737c82cacd3a7ec64e9b |
|
01-Oct-2012 |
Jonathan von Schroeder <sternkinder@gmail.com> |
first version of comorphism THFP2THF0
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17462 cec4b9c1-7d33-0410-9eda-942365e851bb |
914b90f3d6644fd464c5b26712b65d515a58c037 |
|
01-Oct-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
added ExtModal comorphisms to code out subsorts and partial functions
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17457 cec4b9c1-7d33-0410-9eda-942365e851bb |
7c44d0c6ca67c2e2f7bb3b95dbc2e8cf7aa20e11 |
|
18-Sep-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
created curried HasCASL signature
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17351 cec4b9c1-7d33-0410-9eda-942365e851bb |
c549c7db6c5c3fa20df0df194eb968fc0bd377b3 |
|
18-Sep-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
generalized signature and symbol mapping
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17348 cec4b9c1-7d33-0410-9eda-942365e851bb |
91e9fabb7e21a8ca74be83cfbb06e79b99f4e42c |
|
06-Sep-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
use ExtModal2CASL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17303 cec4b9c1-7d33-0410-9eda-942365e851bb |
e16215e4bbdbab16b50cd2e0e6fff19682baaa39 |
|
31-Aug-2012 |
Soeren D. Schulze <soeren.d.schulze@gmx.de> |
CommonLogic2Isabelle stub
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17280 cec4b9c1-7d33-0410-9eda-942365e851bb |
233c9bf946d6f3689b7901dfab3255300c873187 |
|
23-Aug-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
added ExtModal2OWL comorphism
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17231 cec4b9c1-7d33-0410-9eda-942365e851bb |
1ea4b86ab3f5a34824945e099176785070496d2d |
|
20-Aug-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
some translations work
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17212 cec4b9c1-7d33-0410-9eda-942365e851bb |
fdb0456772ace0c63f206610a692b1de9b8b894d |
|
08-Aug-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
omit unfinished comorphisms
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17150 cec4b9c1-7d33-0410-9eda-942365e851bb |
1070181294f9381ac4ac19eba1c3ecc40fc731a4 |
|
01-Aug-2012 |
Mihaela Turcu <m.turcu@jacobs-university.de> |
started comorphism from ext modal to casl
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17088 cec4b9c1-7d33-0410-9eda-942365e851bb |
aa7cc6042ab7f01edc6a66d4f80951ed40562a27 |
|
31-Jul-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
added comorphism skeleton
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17080 cec4b9c1-7d33-0410-9eda-942365e851bb |
f8065e835104ae5eaa148e9b37a81e768990724b |
|
01-May-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added IRI expansion on library/structure/architecture level
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16844 cec4b9c1-7d33-0410-9eda-942365e851bb |
dabd165ae9e9b9dc3498eb54839efb5c57a42cc0 |
|
14-Oct-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added comorphism CL2CASL-Compact
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16288 cec4b9c1-7d33-0410-9eda-942365e851bb |
91cba1f3e1492aaa327d5558583c684aaebc67de |
|
13-Oct-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
fixed compiletime error
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16286 cec4b9c1-7d33-0410-9eda-942365e851bb |
298cf1492fd48721ce991b70b7744a00ceb0d216 |
|
13-Oct-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
minor fixes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16285 cec4b9c1-7d33-0410-9eda-942365e851bb |
8eb651219fe25f4f98beef71ab00677c15e9c11f |
|
12-Oct-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
changed comorphism name
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16269 cec4b9c1-7d33-0410-9eda-942365e851bb |
8b6fee95f9d848c78824b9aeccdf9a081efaebd3 |
|
05-Oct-2011 |
Felix Gabriel Mance <f.mance@jacobs-university.de> |
added part of Propositional2OWL2
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16235 cec4b9c1-7d33-0410-9eda-942365e851bb |
0fefa32a0a32ce300e3a436457f19a04c1ca07f7 |
|
12-Sep-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
more use of SoftFOL.Sign in SoftFOL2CL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16117 cec4b9c1-7d33-0410-9eda-942365e851bb |
e3ed0ae47dd551ddd9d74c33fff11b19a23a1d97 |
|
03-Sep-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added Prop2CL Comorphism
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16086 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 |
658187feb755694eb5ff29561bda7109c22c743c |
|
24-Aug-2011 |
Alexis Tsogias <Alexis.Tsogias@dfki.de> |
Added a Comorphism for HasCasl to THF0. Some other minor changes.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16011 cec4b9c1-7d33-0410-9eda-942365e851bb |
ce5fb67d0cc1313da4e63feeb6da2d318773f589 |
|
24-Aug-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
added embedding comorphism to ExtModal
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16009 cec4b9c1-7d33-0410-9eda-942365e851bb |
a74ab3c5acce836728749fef70e3f21eeff4a486 |
|
06-Aug-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
CommonLogic2CommonLogic finished
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15907 cec4b9c1-7d33-0410-9eda-942365e851bb |
a14f8718962397b20a50b662f2e5b3101991b195 |
|
27-Jul-2011 |
Francisc Nicolae Bungiu <f.bungiu@jacobs-university.de> |
OWL22CommonLogic comorphism added
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15741 cec4b9c1-7d33-0410-9eda-942365e851bb |
6122c5e77abe39b3c296c2f273159178bd7a3e71 |
|
21-Jul-2011 |
Francisc Nicolae Bungiu <f.bungiu@jacobs-university.de> |
DMU2OWL2 comorphism added
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15648 cec4b9c1-7d33-0410-9eda-942365e851bb |
f88469d6b07144237111e8148a7acf0652127066 |
|
12-Jul-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
added OWL22CASL comorphism to logic graph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15533 cec4b9c1-7d33-0410-9eda-942365e851bb |
e657b7607878955a69f627e959c7cf99133f7f76 |
|
01-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
added yet identical SoftFOL induction variant
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14838 cec4b9c1-7d33-0410-9eda-942365e851bb |
a74f814d3b445eadad6f68737a98a7a303698aff |
|
17-Nov-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
revert replacement of Map.foldWithKey to allow compilation using ghc-6.10.4
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14229 cec4b9c1-7d33-0410-9eda-942365e851bb |
9e5c10805bd50b5baaf6bf1f6a3f085c7afb17d8 |
|
16-Nov-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
use Map.foldrWithKey
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14227 cec4b9c1-7d33-0410-9eda-942365e851bb |
6fc41a5f93c1859888c6e6d6eb0ddff86d48fb45 |
|
26-Oct-2010 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
hurried implementation of the comorphism
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14165 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 |
51dc4ec3c58b834d0ef0eb3d5a8d9379983377bf |
|
16-Aug-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
added Adl signature translation
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13885 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 |
e036e115761fe7c09c210c337440a1864d794093 |
|
03-Aug-2010 |
Martha Rohte <mata@informatik.uni-bremen.de> |
OWL2CommonLogic mapMorphism
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13809 cec4b9c1-7d33-0410-9eda-942365e851bb |
eb8bd58b5980a12a7f60ed40f9baf7263bc53946 |
|
28-Jul-2010 |
Jonathan von Schroeder <sternkinder@gmail.com> |
changes comorphisms Prop <=> QBF
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13774 cec4b9c1-7d33-0410-9eda-942365e851bb |
12732dade065521caf9b5772b0b4001d06e17917 |
|
28-Jun-2010 |
Karl Luc <kluc@tzi.de> |
added CommonLogic back to LogicGraph, outcommented OWL2CommonLogic due changes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13644 cec4b9c1-7d33-0410-9eda-942365e851bb |
0833beb79f31e71a77e39dabdf37b2e77b8525d7 |
|
25-Jun-2010 |
Kristina Sojakova <kristinas@cmu.edu> |
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13630 cec4b9c1-7d33-0410-9eda-942365e851bb |
5b2a2c254e1072447628a5f5d95d951b7f43ec5d |
|
12-May-2010 |
Karl Luc <kluc@tzi.de> |
first approach of CommonLogic2Casl translation, not working yet
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13428 cec4b9c1-7d33-0410-9eda-942365e851bb |
2fbb2ead4af2c1222b58504449fb63006fa3ca9d |
|
12-May-2010 |
Martha Rohte <mata@informatik.uni-bremen.de> |
Updated and included OWL2CommonLogic.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13423 cec4b9c1-7d33-0410-9eda-942365e851bb |
2d00b580613fcdc777040a3f855e5cdbdac5d8df |
|
22-Dec-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed warnings (detected by ghc-6.12.1)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12953 cec4b9c1-7d33-0410-9eda-942365e851bb |
09943dce50b9804d3729d0b989f07202205986e0 |
|
03-Nov-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved lookup square and added Ord instances
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12776 cec4b9c1-7d33-0410-9eda-942365e851bb |
c3f7e132e0c214b755c6c4b485f4748c4dd1595c |
|
26-Oct-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed redundant imports
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12730 cec4b9c1-7d33-0410-9eda-942365e851bb |
d00500d90db0ff1397a9c8e82f9fb16ff68645a2 |
|
21-Oct-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
added DMU to OWL translation
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12684 cec4b9c1-7d33-0410-9eda-942365e851bb |
f66d509b0e67058c91f60a7c20d6e58b67ac7720 |
|
14-Oct-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow to compile without CASLEXTENSIONS
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12647 cec4b9c1-7d33-0410-9eda-942365e851bb |
342beb91d58bcf41178240c37d0f6c0c4f83c53e |
|
09-Oct-2009 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
Normalization of freeness works for Maude. Needs improvements.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12611 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 |
0f77efdcc159eee5682aabf2b9a3c178c467b466 |
|
24-Aug-2009 |
Adrián Riesco <ariesco@fdi.ucm.es> |
Maude2CASL comorphism added again
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12272 cec4b9c1-7d33-0410-9eda-942365e851bb |
d9f083ad186edd34f1c29e332efc6ea4824ef4dd |
|
20-Aug-2009 |
Martin Kühl <martin.kuehl@gmail.com> |
Fix the build(tm).
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12182 cec4b9c1-7d33-0410-9eda-942365e851bb |
8178ab1a9429c7298930ce3482f106e6fd172989 |
|
19-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
added Maude2CASL comorphism
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12159 cec4b9c1-7d33-0410-9eda-942365e851bb |
4278792968573e39da24e8eb73f931ba9c15cd50 |
|
09-Jun-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
added monadic HasCASL translation
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11788 cec4b9c1-7d33-0410-9eda-942365e851bb |
b0614ce452d26051ba4c94d3b41156fb3f4b100e |
|
15-Apr-2009 |
Kristina Sojakova <kristinas@cmu.edu> |
Adding the implementation of Logic.Comorphism for DFOL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11688 cec4b9c1-7d33-0410-9eda-942365e851bb |
228f49c7667370745d5b07c12e49b06b55e2dab5 |
|
17-Mar-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
added CASL2Prop
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11536 cec4b9c1-7d33-0410-9eda-942365e851bb |
f661402744c3babf18d3211e95ae1cc9690d4ab4 |
|
23-Feb-2009 |
Liam O'Reilly <csliam@swansea.ac.uk> |
Removed the comorphism CspCASL2Isabelle and supporting files. The comorphism has been moved to the prover CspCASLProver which is a better "fit" for our system
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11422 cec4b9c1-7d33-0410-9eda-942365e851bb |
dd1a0e54a051de7a8a49e677f0d4082b640c75c7 |
|
23-Jan-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
added the plain CASL2VSE inclusion since this happens when CASL is read as logic VSE
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11303 cec4b9c1-7d33-0410-9eda-942365e851bb |
286f4deb69d3912337bb09dd7f81284d12912ce8 |
|
21-Jan-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
added CspCASL comorphisms
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11292 cec4b9c1-7d33-0410-9eda-942365e851bb |
317bcd45211dd8f28a8ebb3dee7a67197391fc0d |
|
10-Nov-2008 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
removed DL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10984 cec4b9c1-7d33-0410-9eda-942365e851bb |
4faf99623e8c83a1bc94af8304db9244b8956f1b |
|
07-Nov-2008 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
bypassing casl_dl in owl2casl
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10968 cec4b9c1-7d33-0410-9eda-942365e851bb |
c4451dc7da4a15726ba96179aecf046a5df5cae1 |
|
20-Oct-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow to exclude OWL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10849 cec4b9c1-7d33-0410-9eda-942365e851bb |
c3cbbe724ffe79f6ff5d53b14a42d2c5a3353c2b |
|
10-Oct-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
lookup yields Maybe
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10805 cec4b9c1-7d33-0410-9eda-942365e851bb |
59c57d304252f055c88e49d218029dfb44ccc34e |
|
15-Sep-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed plain CASL2VSE in favour of CASL2VSEImport
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10683 cec4b9c1-7d33-0410-9eda-942365e851bb |
31d95eb87da83c0463988e5ca2a520a4b1af5e4f |
|
14-Aug-2008 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
added ref comorphism to logic graph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10499 cec4b9c1-7d33-0410-9eda-942365e851bb |
0b06cf161496343f3320e45d228ad4bc2f1f2b0f |
|
12-Aug-2008 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
begin comorphism with default implementations
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10486 cec4b9c1-7d33-0410-9eda-942365e851bb |
fc0740994421eb2773590efbf1043ecb09d15938 |
|
04-Aug-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
new comorphism skeleton
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10445 cec4b9c1-7d33-0410-9eda-942365e851bb |
6a00a2b0961b1553d4f5106d655f6f90bb6c1777 |
|
29-Jul-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
keep non-composed inclusions
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10407 cec4b9c1-7d33-0410-9eda-942365e851bb |
e4257c7b13b1122a1e6ec9e43753f3e565b88449 |
|
29-Jul-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
started #557
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10406 cec4b9c1-7d33-0410-9eda-942365e851bb |
a4a01ddab418043fd569676d24d5df7f23a84490 |
|
21-Jul-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
compute transitive inclusions
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10375 cec4b9c1-7d33-0410-9eda-942365e851bb |
ae35803bc1d25904228b519ebed6a7d841435c42 |
|
14-Jul-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
shortened too long lines
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10317 cec4b9c1-7d33-0410-9eda-942365e851bb |
a65b135c4ed7e68b2510bc218018ffa8f9a34fe8 |
|
03-Jul-2008 |
Liam O'Reilly <csliam@swansea.ac.uk> |
Liam O'Reilly (Swansea): Setup Comorphism from CspCASL to IsabelleHOL. This morphism does not do anything useful yet.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10252 cec4b9c1-7d33-0410-9eda-942365e851bb |
2add146602f6eb47058b67142bd91ae40a32fd66 |
|
27-Jun-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved imports
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10217 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 |
37b12d1a8f271366b7a80ce2ec992f98004fd4da |
|
03-Jun-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
added embedding of CASL into VSE
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10055 cec4b9c1-7d33-0410-9eda-942365e851bb |
cebd258d089dd05ba16927c90f0b09b8895eaaeb |
|
01-Apr-2008 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
added non-trivial inclusion DL->CASL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9855 cec4b9c1-7d33-0410-9eda-942365e851bb |
fa0ee3a3fcd7ca061f2957d14ab394fe096fd63c |
|
26-Mar-2008 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
added comorphism RelScheme -> CASL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9837 cec4b9c1-7d33-0410-9eda-942365e851bb |
a406e4512e77395a77726ad41e16108f571e3d92 |
|
26-Mar-2008 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
added comorphism RelScheme -> CASL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9836 cec4b9c1-7d33-0410-9eda-942365e851bb |
556f473448dfcceee22afaa89ed7a364489cdbbb |
|
19-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved Any types out of Grothendieck
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9807 cec4b9c1-7d33-0410-9eda-942365e851bb |
ebe4d5a8e51f6009d6e7ca465f5963ce46a07fd2 |
|
19-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
construct inclusions of logic graph from comorphisms
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9801 cec4b9c1-7d33-0410-9eda-942365e851bb |
60e525d70f0adee5b947abc2fd47fc3cc576cc8e |
|
13-Mar-2008 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
added Comorphism DL2CASL_DL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9763 cec4b9c1-7d33-0410-9eda-942365e851bb |
cf14e6261612b01737cb0f3d4d8e948422baab91 |
|
17-Jan-2008 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
added CASL_DL Syntax Parser
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9445 cec4b9c1-7d33-0410-9eda-942365e851bb |
917793c4f698cccff468ba82a37c65ef58d6114d |
|
09-Jan-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
OWL2CASL should not exist
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9416 cec4b9c1-7d33-0410-9eda-942365e851bb |
0ccedaa1271b84aaabbb4b09269a04d6b11610ef |
|
06-Jan-2008 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
OWL2CASL_DL now included hopefully
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9410 cec4b9c1-7d33-0410-9eda-942365e851bb |
6df64cc5d232c0c0d6ca337573c00544cc00d894 |
|
22-Dec-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
Comorphisms.OWL2CASL_DL is missing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9401 cec4b9c1-7d33-0410-9eda-942365e851bb |
9b8fcbb7f9a953d75d64a3fcf5c99f174b46fc1a |
|
20-Dec-2007 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9399 cec4b9c1-7d33-0410-9eda-942365e851bb |
7fd4c34af8415eb699517b1b238a24c02a9a2e9b |
|
21-Nov-2007 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
added darwin as model finder
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9224 cec4b9c1-7d33-0410-9eda-942365e851bb |
90d7cac36f60438bd35124e3389b5bce6d114b46 |
|
29-Oct-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
deleted trailing spaces
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9095 cec4b9c1-7d33-0410-9eda-942365e851bb |
c7e03d0708369f944b6f235057b39142a21599f2 |
|
29-Oct-2007 |
Mihai Codescu <mcodescu@informatik.uni-bremen.de> |
CASL signatures colimits and gWeaklyAmalgamableCocone
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9094 cec4b9c1-7d33-0410-9eda-942365e851bb |
1cbee24256e1c03a06103283c9dd8dcd97a10f70 |
|
08-Oct-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added the current logic to the logic graph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9003 cec4b9c1-7d33-0410-9eda-942365e851bb |
f4cf6a84492d99bc7f5ce91a121b0e5a7d30e20b |
|
02-Oct-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added HasCASL2Haskell as inclusion
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8980 cec4b9c1-7d33-0410-9eda-942365e851bb |
9533de2aedd63b932f9941016ad29654711c77c7 |
|
01-Oct-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added CspCASL2Modal
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8967 cec4b9c1-7d33-0410-9eda-942365e851bb |
b4e40b91734dc997c7edbe5676d0408e49f65f0b |
|
10-Sep-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
renamed CASL2SoftFOL to SuleCFOL2SoftFOL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8824 cec4b9c1-7d33-0410-9eda-942365e851bb |
1d581e55c7ec020a445684310394c3a5fc056e96 |
|
23-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
replaced .tzi with .informatik.uni-bremen
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8690 cec4b9c1-7d33-0410-9eda-942365e851bb |
7c8e78fd66aca3d24b77a9f9635f201e2f576d27 |
|
23-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added more descriptive TreatFormula datatype
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8689 cec4b9c1-7d33-0410-9eda-942365e851bb |
f1decd64e7a0c0d7201b5d3e0fa8196766651882 |
|
22-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added parameters to CASL2SubCFOL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8677 cec4b9c1-7d33-0410-9eda-942365e851bb |
bb4d3b6e93db1495f02de46aff5076862e30517b |
|
09-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added injection and projection functions
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8573 cec4b9c1-7d33-0410-9eda-942365e851bb |
cf7e0d6750e408ddb47545d6b8349a70cf0b47af |
|
08-Aug-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
started implementing ticket #1
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8563 cec4b9c1-7d33-0410-9eda-942365e851bb |
5096ec953f946191a5654e612feddb0ebe56f5f2 |
|
12-Jul-2007 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
removed CspCASL2Modal because this is too unfinished
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8345 cec4b9c1-7d33-0410-9eda-942365e851bb |
96f0ef61a405144ff30a9d77963881dc32113750 |
|
06-Jul-2007 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
* cleanup of unused imports in Comorphisms.LogicGraph
* new heterogenous sublogic graph is implemented according
to comments in ticket #336
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8279 cec4b9c1-7d33-0410-9eda-942365e851bb |
2b565fe5cfb9f99857fd25b52304758d8544e266 |
|
04-Jul-2007 |
Mihai Codescu <codescu@iws.cs.uni-magdeburg.de> |
Wrote institution comorphism modification class and added modifications as field in the logic graph.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8238 cec4b9c1-7d33-0410-9eda-942365e851bb |
d000408bc0e4519f75e60555c69d5a0d1a1dd67c |
|
29-Jun-2007 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
claculation of heterogeneous sublogic graph has its own module now.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8201 cec4b9c1-7d33-0410-9eda-942365e851bb |
bba825b39570777866d560bfde3807731131097e |
|
28-Jun-2007 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
* Made mapSublogic in class Comorphism partial
(result type is now Maybe sublogics)
* preliminary incomplete implementation of hetSublogicGraph
(not accessible form the GUI yet)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8183 cec4b9c1-7d33-0410-9eda-942365e851bb |
7ff59aa438d7a210789cad2c2c745bc9967eff82 |
|
28-Jun-2007 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
clarified the notion of inclusion
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8180 cec4b9c1-7d33-0410-9eda-942365e851bb |
d51a78fa9460b15e5de552ca18e0014f08c96a32 |
|
27-Jun-2007 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
Reworked Sublogics of Propositional
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8155 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 |
aa4679922a8363b4e494079f53aaf4f64554aae0 |
|
09-May-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
cleaned up
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7881 cec4b9c1-7d33-0410-9eda-942365e851bb |
934473566cf3a8e4044ed10e408b4c44079684b1 |
|
02-May-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
made it compile without uni
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7859 cec4b9c1-7d33-0410-9eda-942365e851bb |
017df765f5278a6033c976f86d6632b997691c5b |
|
03-Apr-2007 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
Prop2CNF has spass parser now
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7774 cec4b9c1-7d33-0410-9eda-942365e851bb |
3987ab280f8eab8bda64da0f1e70e3f19316a551 |
|
20-Mar-2007 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
CspCASL2Modal not stable yet
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7715 cec4b9c1-7d33-0410-9eda-942365e851bb |
a361e7a237379d97cc3cb963eaea97d8ee31abb4 |
|
20-Mar-2007 |
Razvan Pascanu <r.pascanu@jacobs-university.de> |
small changes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7710 cec4b9c1-7d33-0410-9eda-942365e851bb |
f43c099a90e2e435852e0a9aeb2a3b66adbb6a33 |
|
19-Mar-2007 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
improved DFG parser
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7705 cec4b9c1-7d33-0410-9eda-942365e851bb |
c6e08d5840bcbe83fb81efce17fc2c3c19e15710 |
|
19-Mar-2007 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
Major cleanups in prop logic
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7699 cec4b9c1-7d33-0410-9eda-942365e851bb |
c5c3ba1d1735af9ae35b4b1cb6e60777c9ea2fb1 |
|
15-Mar-2007 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
added some comorphisms + improved static analysis
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7684 cec4b9c1-7d33-0410-9eda-942365e851bb |
4336edf6ada5b582667322f91e705b4366798953 |
|
13-Mar-2007 |
Dominik Luecke <luecke@informatik.uni-bremen.de> |
Added comorphism Prop->CASL pls test it
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7671 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 |
506c295d6b139817c340782721748c5be12de693 |
|
19-Dec-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
only the name of the first comorphism is displayed in the logic graph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7276 cec4b9c1-7d33-0410-9eda-942365e851bb |
74c400939c0300510e5d789392af6245ac4fa63f |
|
07-Nov-2006 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
added simulated induction
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7133 cec4b9c1-7d33-0410-9eda-942365e851bb |
fe0e5e7c16ae2d6172cc583e0a9b8a54fce0dd55 |
|
25-Jul-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
use CASL2SubCFOL for PCFOL2CFOL and CoCASL2SubCFOL for CoPCFOL2CoCFOL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6715 cec4b9c1-7d33-0410-9eda-942365e851bb |
029ecf30a67b0f902fd270fef3bc97fce36e86ef |
|
23-May-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
added PCoClTyConsHOL2IsabelleHOL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6384 cec4b9c1-7d33-0410-9eda-942365e851bb |
39aba3124920b29f37927f6522a81ffb5d8f892e |
|
19-May-2006 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
renamed logic SPASS to logic SoftFOL and comorphism CASL2SPASS to SuleCFOL2SoftFOL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6364 cec4b9c1-7d33-0410-9eda-942365e851bb |
69a2065adec96bde44bf3682cb1475aed95dcbf7 |
|
17-May-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed monad/thymorph comorphisms
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6337 cec4b9c1-7d33-0410-9eda-942365e851bb |
306e32e1cf1b4a38a2e64e03d8b2ac80b2dcbd0c |
|
16-May-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
added comorphisms for Paolo's Haskell to Isabelle translations
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6334 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 |
2ff24403408aaeb5a019c689ef4771fbe6503a9b |
|
29-Sep-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
cleaned up
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5104 cec4b9c1-7d33-0410-9eda-942365e851bb |
18a4d5cb6828f080db9c5f9551785c5151027271 |
|
22-Jul-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
added CASL2SubCFOL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4743 cec4b9c1-7d33-0410-9eda-942365e851bb |
b565cd55a13dbccc4e66c344316da525c961e4ca |
|
16-Jul-2005 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
added coding of partiality and subsorting for CoCASL; properly renamed some encodings
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4684 cec4b9c1-7d33-0410-9eda-942365e851bb |
ba8deec65cff34b3f03bfc5a77072b913d5a72e9 |
|
27-Jun-2005 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
Added CASL2SPASS to the known comorphisms.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4516 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 |
b4fbc96e05117839ca409f5f20f97b3ac872d1ed |
|
13-Jun-2005 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
added maintainers
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4412 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 |
6e29f2565572024b963af2f6d486b567307dc770 |
|
20-Mar-2005 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
named list of ordinary comorphisms
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3985 cec4b9c1-7d33-0410-9eda-942365e851bb |
f2a87c712ea3cd13f86a95cae738f861f6c4a908 |
|
21-Feb-2005 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
fixed wrong cancellation of id comorphisms on sublogics
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3831 cec4b9c1-7d33-0410-9eda-942365e851bb |
6fe4f162a274ea2c609e11cf662f27a997c46c32 |
|
25-Jan-2005 |
Paolo Torrini <paolot@informatik.uni-bremen.de> |
modified to include Haskell to Isabelle HOLCF
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3710 cec4b9c1-7d33-0410-9eda-942365e851bb |
58b429c45eeb9eea394b6efb521e7489feef75a6 |
|
29-Dec-2004 |
Christian Maeder <Christian.Maeder@dfki.de> |
included HasCASL2Haskell
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3600 cec4b9c1-7d33-0410-9eda-942365e851bb |
9d34a8049237647d0188ee2ec88db2dc45f1f848 |
|
19-Dec-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Made heterogeneous spec CCS_Automaton go through; inserted true unions of Grothendieck signatures everywhere
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3574 cec4b9c1-7d33-0410-9eda-942365e851bb |
a0c2edf89c8b51141bc8919b920c85548e388d00 |
|
08-Dec-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
translation CspCASL to ModalCASL added
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3536 cec4b9c1-7d33-0410-9eda-942365e851bb |
c0c2380bced8159ff0297ece14eba948bd236471 |
|
24-Nov-2004 |
Christian Maeder <Christian.Maeder@dfki.de> |
based haskell logic on programatic but only allow for --just-parse currently
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3461 cec4b9c1-7d33-0410-9eda-942365e851bb |
708f4239cae428668c80488c4afb111da65ac790 |
|
09-Nov-2004 |
Christian Maeder <Christian.Maeder@dfki.de> |
included Haskell2IsabelleHOLCF
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3408 cec4b9c1-7d33-0410-9eda-942365e851bb |
410307167d116ddab45e02698eac31043619ed05 |
|
05-Nov-2004 |
Christian Maeder <Christian.Maeder@dfki.de> |
merged in Paolo's changes of IsaSign
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3382 cec4b9c1-7d33-0410-9eda-942365e851bb |
b3dca469a9e267d6d71acfdeca7bf284d0581dc7 |
|
29-Sep-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Made CspCASL logic more completed
Completed static analysis of data specs
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3201 cec4b9c1-7d33-0410-9eda-942365e851bb |
51e836611726885f6d2719d959ed1b51f8fd06f4 |
|
09-Aug-2004 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
Added the Comorphism Modal2CASL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3035 cec4b9c1-7d33-0410-9eda-942365e851bb |
ce8b15da31cd181b7e90593cbbca98f47eda29d6 |
|
22-Jul-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Completed PCFOL2FOL
Modularized CoCASL2ISabelleHOL
(Partly) solved Qual_var problem in Overload
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2969 cec4b9c1-7d33-0410-9eda-942365e851bb |
6d9f68d2b5fafea0b5e0fc59a1d557174e032c02 |
|
01-Jun-2004 |
Christian Maeder <Christian.Maeder@dfki.de> |
added HasCASL2HasCASL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2792 cec4b9c1-7d33-0410-9eda-942365e851bb |
4bc517a4dd3ac82361154d0c847cb33ad279cd0d |
|
01-Jun-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
CoCASL coding to Isabelle
Added instance Ord G_sublogics
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2784 cec4b9c1-7d33-0410-9eda-942365e851bb |
c4e3cade80a00690374e97f050fb5ade9d292850 |
|
01-Jun-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
CoCASL setup - cont'd
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2765 cec4b9c1-7d33-0410-9eda-942365e851bb |
04d17d4f8862860f968f6b72b902163aacda6343 |
|
17-May-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Added HasCASL2IsabelleHOL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2621 cec4b9c1-7d33-0410-9eda-942365e851bb |
f2d72b2254513ef810b0951f0b13a62c2921cb4d |
|
15-May-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
CASL2PCFOL added to logic graph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2615 cec4b9c1-7d33-0410-9eda-942365e851bb |
4b3a2c618e849a0ad4fb18eba58d24f37c57272e |
|
01-May-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Added comorphism from CASL to Modal
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2530 cec4b9c1-7d33-0410-9eda-942365e851bb |
41b374310469a547c7c2ae83f5531c77575ae2bb |
|
26-Apr-2004 |
Christian Maeder <Christian.Maeder@dfki.de> |
put web-page in ankle brackets for haddock
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2478 cec4b9c1-7d33-0410-9eda-942365e851bb |
bf76f4fcf07abaebea587df8135de8356c26a363 |
|
24-Apr-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Split logic graph into logics and comorphisms (needed for inlineAxioms)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2476 cec4b9c1-7d33-0410-9eda-942365e851bb |
d37f5c1bc7ed59644fbfb98e124e6d6d33b5b54f |
|
20-Apr-2004 |
Christian Maeder <Christian.Maeder@dfki.de> |
added Logic Modal
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2438 cec4b9c1-7d33-0410-9eda-942365e851bb |
968edf72c9abb1e35ad5f41419d0399c6d9acf32 |
|
19-Apr-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Basic inference debugged
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2416 cec4b9c1-7d33-0410-9eda-942365e851bb |
7d09621f989f5e6dfbf603b36b2fccbacf639a3c |
|
12-Mar-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Comorphism from CASL to Isabelle
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2260 cec4b9c1-7d33-0410-9eda-942365e851bb |
fa410b6f6294ad9cd4db2e5e9976d39de60dc987 |
|
19-Feb-2004 |
Christian Maeder <Christian.Maeder@dfki.de> |
adapted translation to Hatchet and add comorphism
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@2214 cec4b9c1-7d33-0410-9eda-942365e851bb |
1549f3abf73c1122acff724f718b615c82fa3648 |
|
10-Jan-2004 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Adapted lookupComorphism; it now parses the name and composes the involved comorphisms
todo lists updated
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@1936 cec4b9c1-7d33-0410-9eda-942365e851bb |
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5 |
|
22-Sep-2003 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
Added inclusion list to logic graph.
Better representation for CASL signature morphisms.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@1713 cec4b9c1-7d33-0410-9eda-942365e851bb |