sidekick/src/util
2021-09-27 19:28:45 -04:00
..
tests feat(util): a Bitvec module, refactor testing 2021-07-19 09:57:02 -04:00
Backtrack_stack.ml feat(vec): more 2021-07-20 23:28:54 -04:00
Backtrack_stack.mli feat(util): add Backtrack_stack.iter 2020-11-17 18:23:58 -05:00
Backtrackable_tbl.ml refactor: make backtrackable table polymorphic in values 2019-06-11 10:19:07 -05:00
Backtrackable_tbl.mli refactor: make backtrackable table polymorphic in values 2019-06-11 10:19:07 -05:00
Bag.ml move to containers 3.0 2020-09-08 22:33:24 -04:00
Bag.mli move to containers 3.0 2020-09-08 22:33:24 -04:00
Bitvec.ml wip: refactor SAT solver 2021-07-19 09:57:02 -04:00
Bitvec.mli feat(util): a Bitvec module, refactor testing 2021-07-19 09:57:02 -04:00
dune feat(util): add VecI32 based on bigarray 2021-07-20 10:07:29 -04:00
Error.ml refactor: get SAT properly again on some problems 2018-05-20 14:30:36 -05:00
Error.mli refactor: get SAT properly again on some problems 2018-05-20 14:30:36 -05:00
Hash.ml perf(hash): use FNV hashing 2021-04-04 17:45:36 -04:00
Hash.mli refactor: move Hash to util/; fix some warnings 2019-06-10 10:46:16 -05:00
IArray.ml add IArray.iteri2 2021-06-15 20:54:43 -04:00
IArray.mli add IArray.iteri2 2021-06-15 20:54:43 -04:00
Int_id.ml feat: move Int_id into its own module 2021-08-25 23:52:08 -04:00
Log.ml cleanup msat, rename it sidekick.sat 2021-07-18 01:40:55 -04:00
Log.mli cleanup msat, rename it sidekick.sat 2021-07-18 01:40:55 -04:00
Profile.ml perf(tef): inlining attrs 2021-06-11 21:53:13 -04:00
Profile.mli feat(profile): util with2 2021-06-11 21:53:13 -04:00
Sidekick_util.ml feat: move Int_id into its own module 2021-08-25 23:52:08 -04:00
Stat.ml move to containers 3.0 2020-09-08 22:33:24 -04:00
Stat.mli feat(cc): expose a way to access bitfields 2019-06-10 15:19:57 -05:00
Util.ml fix compat 2021-08-24 19:41:36 -04:00
Util.mli refactor(sat): hide atoms, API now talks only about literals 2021-08-19 09:35:54 -04:00
Vec.ml utils 2021-09-27 19:22:48 -04:00
Vec.mli utils 2021-09-27 19:22:48 -04:00
Vec_float.ml feat(vec): factor a bit of code for auxiliary functions in vectors 2021-09-27 19:26:04 -04:00
Vec_float.mli feat(util): add Vec_sig to express common vector interface 2021-08-20 18:04:54 -04:00
Vec_sig.ml perf(sat): use Atom.Vec for temporary atom array 2021-09-27 19:28:45 -04:00
VecI32.ml feat(vec): factor a bit of code for auxiliary functions in vectors 2021-09-27 19:26:04 -04:00
VecI32.mli feat(util): add Vec_sig to express common vector interface 2021-08-20 18:04:54 -04:00