TimQu
74d22cb336
fixed a few warnings related to P{L|CA}A
10 years ago
Tom Janson
8c438da784
ksp: fix assertion
10 years ago
Tom Janson
2f7f5eb212
ksp: forward-declare model
10 years ago
dehnert
56d1928b9b
resolved some issues (ambiguity for call to carl::rationalize and several warnings because of signed/unsigned comparison)
10 years ago
TimQu
83a77e77ba
fixed use of gmp numbers
10 years ago
dehnert
b258f1e52d
some more warnings gone
10 years ago
dehnert
eac2735068
fixed more warnings
10 years ago
dehnert
5b09b91ae1
fixed more warnings
10 years ago
dehnert
136cb194d1
fixed a bunch of unused variable warnings
10 years ago
Sebastian Junges
14be5c128f
silenced warnings about unknown pragmas in eigen and gmm wrapper
10 years ago
Tom Janson
f390aeadf3
rm broken Dijkstra from graph.cpp
10 years ago
Tom Janson
b71ef02692
comments and fixes (?) to graph.cpp's Dijkstra
This implementation seemed pretty wrong in multiple ways;
I attempted to fix it (a long time ago) (see diff, you'll see what I'm
talking about), then gave up.
Luckily (?) the code is unused, just sitting there, sad and broken.
10 years ago
Tom Janson
87e8af9852
moved ksp stuff to right location
fix include
10 years ago
Tom Janson
6d1608a147
Dijkstra fixed, maybe
TODO: check; improve
Things that aren't going well:
- On the example graph BRP-16-2, all nodes have distance 1. I that
possible??
- The initial states list themself as their own predecessor. That's
bad, because it's simply false (unless there is a self-loop).
Former-commit-id: 06f9a28306 [formerly e7e2385e0d ]
Former-commit-id: 3505011831
11 years ago
dehnert
bf29488219
fix for decomposition
10 years ago
Sebastian Junges
c2ea78b880
no need anymore to create files from formulas if properties are present anyway
10 years ago
Sebastian Junges
18383f5220
several fixes in dft->gspn->jani code path: Most notably, mas are closed, successor nodes failed places keep intact and tb property is added
10 years ago
Sebastian Junges
88e17d423a
updated dft->gspn->jani workflow
10 years ago
dehnert
df7da86bd7
flattening JANI models appears to be working, started adding tests
10 years ago
dehnert
d6a32ca634
more work on flattening JANI compositions
10 years ago
dehnert
be4e21d1b3
first version of jani menu-game abstraction
10 years ago
dehnert
19fd72cfb6
optimized reuse of qualitative values
10 years ago
dehnert
fefdc7b216
more time measurements
10 years ago
dehnert
3d20cf0afd
some fixes and more refactoring
10 years ago
sjunges
112fb8f61e
moving dfts to their own lib and cli
10 years ago
dehnert
5d24a190ab
some refactoring for menu games
10 years ago
sjunges
84dff41287
fixed several gcc warnings
10 years ago
dehnert
633f4293e3
added option of splitting to predicate synthesis, added equivalence checker, fixed bug that caused some commands not to be abstracted
10 years ago
dehnert
bf5018b858
post-merge fixes
10 years ago
dehnert
cbd525b40b
Cmake adaptions here and there
10 years ago
sjunges
a1e2ada9f2
suppress more warnings in gmm and in eigen
10 years ago
Sebastian Junges
d246517757
removed src prefix in all includes
10 years ago
Sebastian Junges
e1d201c85e
c++ code compiles again after rename
10 years ago
Sebastian Junges
3a7ee7867b
rename files (does not compile)
10 years ago