847 Commits (cc3f76b0ad23f96b3f7d79c218db73fd000298ce)

Author SHA1 Message Date
Josh Berdine cc3f76b0ad [sledge] Strengthen normalization of conditional terms
5 years ago
Josh Berdine b1b79a3fed [sledge] Fix Arithmetic.map
5 years ago
Josh Berdine 6ea7d26d78 [sledge] Improve printing
5 years ago
Josh Berdine 849c5c3ab5 [sledge] Add Map.partition_map
5 years ago
Josh Berdine 1da536ebe5 [sledge] Change to normal argument order for Set.mem
5 years ago
Josh Berdine 54f6b9e974 [sledge] Add iterator of subterms of Trm.t
5 years ago
Josh Berdine e4749098b2 [sledge] Add Arithmetic.solve_zero_eq
5 years ago
Josh Berdine f007b774f4 [sledge] Do not expose the internal Fml interface
5 years ago
Josh Berdine 21f3287e42 [sledge] Do not expose the internal Trm interface
5 years ago
Josh Berdine 194127eb4b [sledge] Move additional Fol representation operations to Trm and Fml
5 years ago
Josh Berdine dd19e11949 [sledge] Rename Fol core types to follow convention
5 years ago
Josh Berdine 1643bf1c50 [sledge] Factor core Fol modules into separate modules
5 years ago
Josh Berdine 90675ca33a [sledge] Improve Monad interface
5 years ago
Josh Berdine 50e4fc3e8c [sledge] Replace fold_vars with an iterator in Fol
5 years ago
Josh Berdine 4bca4f238e [sledge] Add Fol normalization of sequence terms
5 years ago
Josh Berdine 6b2f0a4a1e [sledge] Strengthen normalization of arithmetic equalities
5 years ago
Josh Berdine 04a9a06870 [sledge] Omit true from conjunction and false from disjunction
5 years ago
Josh Berdine 4a59f053fa [sledge] Improve printing
5 years ago
Josh Berdine 3b4c7ab41f [sledge] Move normalization of literals out of Propositional
5 years ago
Josh Berdine 2083e3ee86 [sledge] Minor simplifications using Set and Map iterators
5 years ago
Josh Berdine 920c553902 [sledge] Change type of fold functions for improved composition
5 years ago
Josh Berdine ec4cb61db3 [sledge] Shift to a more standard Set API
5 years ago
Josh Berdine 46abb011cb [sledge] Do not reverse Map.to_iter
5 years ago
Josh Berdine 4780b92584 [sledge] Shift to a more standard Map API
5 years ago
Josh Berdine 01bf695fa3 [sledge] Do not set -error-style short
5 years ago
Josh Berdine 917e57a5cf [sledge] Simplify equal_or_opposite to eval_iff
5 years ago
Josh Berdine f29f5cfb6b [sledge] Factor Fol.Fml out into a separate module
5 years ago
Josh Berdine e8b94baae2 [sledge] Normalize And and Or formulas wrt ACUZ
5 years ago
Josh Berdine 6ddb9fe1b8 [sledge] Avoid use of polymorphic compare default arguments in nonstdlib
5 years ago
Josh Berdine 5574c5e078 [sledge] Replace uses of Base.With_return with Iterators
5 years ago
Josh Berdine 1697382344 [sledge] Switch IArray from Core_kernel.Array to NS.Array
5 years ago
Josh Berdine 9959fbb478 [sledge] Switch from Base.Array to Containers.Array
5 years ago
Josh Berdine e5bcaa34cb [sledge] Add Term.split_const and use instead of const_of
5 years ago
Josh Berdine 429ddee9f5 [sledge] Add test for chunking segments when printing Sh
5 years ago
Josh Berdine c35c4e2789 [sledge] Switch from Base.List to Containers.List
5 years ago
Josh Berdine 409b21ec64 [sledge] Switch from Base.Option to Containers.Option
5 years ago
Josh Berdine 3f4f0cc4ac [sledge] Switch from Base.String to Containers.String
5 years ago
Josh Berdine 99791f55f7 [sledge] Switch from Base.Int to Stdlib and Containers
5 years ago
Josh Berdine 94bf571950 [sledge] Rename Fheap to FHeap for consistency
5 years ago
Josh Berdine ad25b2be4e [sledge] Rename Hash_queue to HashQueue for consistency
5 years ago
Josh Berdine 9a238a76da [sledge] Switch from Base.Hashtbl to Containers.Hashtbl
5 years ago
Josh Berdine 08da86ae62 [sledge] Switch from Base.Hash_set to CCHashSet
5 years ago
Josh Berdine b6a77f6567 [sledge] Refactor nonstdlib to avoid opening Core
5 years ago
Josh Berdine ce9a5cfa30 [sledge] Add containers-data dependency
5 years ago
Josh Berdine 73be4779ab [sledge] Minor simplification of outputting Report
5 years ago
Josh Berdine e2f0aab454 [sledge] Do not expose Report dependency on Unix.process_times
5 years ago
Josh Berdine a204c7f7be [sledge] Remove unused filter_map_endo functions
5 years ago
Josh Berdine 78a3dee2d9 [sledge] Rename gt0 to pos and remove le0, ge0, lt0
5 years ago
Josh Berdine 5fac93bd44 [sledge] Simplify is_negative based on NNF, add positive condition invariant
5 years ago
Josh Berdine 93ed599153 [sledge] Add formula invariant to check NNF
5 years ago