-
Notifications
You must be signed in to change notification settings - Fork 4
/
paradox.cabal
111 lines (97 loc) · 2.58 KB
/
paradox.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
cabal-version: 2.4
name: paradox
version: 4.0
category: Theorem Provers
license: MIT
copyright: LICENSE
synopsis: Tools for first-order theorem proving (paradox, equinox, infinox)
author: Koen Claessen, Niklas Sörensson, Ann Lillieström
maintainer: [email protected]
homepage: https://github.com/nick8325/equinox
executable equinox
main-is: Equinox/Main.hs
hs-source-dirs: Haskell
default-language: Haskell2010
default-extensions: ImplicitParams, RankNTypes
build-depends: base >= 4.14, containers, QuickCheck, mtl, minisat, random
ghc-options: -threaded
cxx-sources:
instantiate/MiniSatInstantiateClause.cc
instantiate/MiniSatWrapper.cc
cxx-options: -Wno-deprecated
include-dirs: instantiate
other-modules:
Clausify
Equinox.ConSat
Equinox.Fair
Equinox.FolSat
Equinox.PSequence
Equinox.TermSat
Equinox.TopSort
Flags
Form
Name
Observe
Output
ParseProblem
Parsek
Runner
Sat
Str
executable paradox
main-is: Paradox/Main.hs
hs-source-dirs: Haskell
default-language: Haskell2010
default-extensions: ImplicitParams, RankNTypes
build-depends: base >= 4.14, containers, mtl, minisat, random
ghc-options: -threaded
cxx-sources:
instantiate/MiniSatInstantiateClause.cc
instantiate/MiniSatWrapper.cc
cxx-options: -Wno-deprecated
include-dirs: instantiate
other-modules:
Clausify
Flags
Form
Name
Output
Paradox.AnalysisTypes
Paradox.Flatten
Paradox.Instantiate
Paradox.SolveInstances
ParseProblem
Parsek
Runner
Sat
Str
executable infinox
main-is: Infinox/Main.hs
hs-source-dirs: Haskell
default-language: Haskell2010
default-extensions: ImplicitParams, RankNTypes, FlexibleContexts
build-depends: base >= 4.14, containers, mtl, random, process, unix, directory, old-time
ghc-options: -threaded
other-modules:
Clausify
Flags
Form
Infinox.Auto
Infinox.Classify
Infinox.Conjecture
Infinox.Generate
Infinox.InjOnto
Infinox.Leo
Infinox.Relations
Infinox.Settings
Infinox.Symbols
Infinox.Timeout
Infinox.Types
Infinox.Util
Infinox.Zoom
Name
Output
ParseProblem
Parsek
Runner
Str