bdemsky [Sun, 9 Jul 2017 03:13:09 +0000 (20:13 -0700)]
more edits
bdemsky [Sat, 8 Jul 2017 07:14:06 +0000 (00:14 -0700)]
more edits
bdemsky [Sat, 8 Jul 2017 07:01:40 +0000 (00:01 -0700)]
edits
bdemsky [Sat, 8 Jul 2017 03:26:20 +0000 (20:26 -0700)]
more edits
bdemsky [Thu, 6 Jul 2017 00:25:17 +0000 (17:25 -0700)]
Merge branch 'hamed' into brian
bdemsky [Wed, 5 Jul 2017 23:44:55 +0000 (16:44 -0700)]
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/constraint_compiler into brian
bdemsky [Wed, 5 Jul 2017 02:28:05 +0000 (19:28 -0700)]
more edits
bdemsky [Wed, 5 Jul 2017 02:03:43 +0000 (19:03 -0700)]
more code
bdemsky [Mon, 3 Jul 2017 22:03:31 +0000 (15:03 -0700)]
more bug fixes, think this should work
bdemsky [Mon, 3 Jul 2017 21:54:41 +0000 (14:54 -0700)]
Merge branch 'hamed' of ssh://plrg.eecs.uci.edu/home/git/constraint_compiler into hamed
bdemsky [Mon, 3 Jul 2017 21:54:34 +0000 (14:54 -0700)]
some bug fixes
Hamed [Mon, 3 Jul 2017 21:43:47 +0000 (14:43 -0700)]
Adding predicateOperator (equality operation ...)
Hamed [Mon, 3 Jul 2017 19:07:11 +0000 (12:07 -0700)]
Adding table-based implementation of predicates and new config for encoding negation of the table
bdemsky [Sun, 2 Jul 2017 04:40:08 +0000 (21:40 -0700)]
finish normalization
Hamed [Sun, 2 Jul 2017 00:44:36 +0000 (17:44 -0700)]
New approach for Total Order
bdemsky [Sat, 1 Jul 2017 22:23:25 +0000 (15:23 -0700)]
more code
bdemsky [Sat, 1 Jul 2017 07:17:10 +0000 (00:17 -0700)]
mods
bdemsky [Sat, 1 Jul 2017 06:53:36 +0000 (23:53 -0700)]
Add nodeedge files
Hamed [Sat, 1 Jul 2017 00:30:27 +0000 (17:30 -0700)]
After resolving conflicts ...
Hamed [Fri, 30 Jun 2017 23:35:49 +0000 (16:35 -0700)]
Starting predicates ...
bdemsky [Fri, 30 Jun 2017 22:39:22 +0000 (15:39 -0700)]
Get rid of annoying errors and fix crazy hash function
Hamed [Fri, 30 Jun 2017 17:18:10 +0000 (10:18 -0700)]
fixing some bugs ...
Hamed [Fri, 30 Jun 2017 03:20:54 +0000 (20:20 -0700)]
Fixing the constraint. Adding predicateTable
Hamed [Thu, 29 Jun 2017 19:52:19 +0000 (12:52 -0700)]
getting two of FIXMEs fixed
Hamed [Thu, 29 Jun 2017 01:51:05 +0000 (18:51 -0700)]
Merge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler into hamed
bdemsky [Thu, 29 Jun 2017 06:46:28 +0000 (23:46 -0700)]
Add some comments for Hamed
bdemsky [Thu, 29 Jun 2017 06:36:53 +0000 (23:36 -0700)]
Fix encoding bug and fix misconception of how memory management of Constraints works
Hamed [Thu, 29 Jun 2017 01:20:47 +0000 (18:20 -0700)]
Pushing my own branch, do some cleanings ...
Hamed [Thu, 29 Jun 2017 00:44:32 +0000 (17:44 -0700)]
Fixing some bugs, using InUseArray, and completing table-function encoding
Hamed [Wed, 28 Jun 2017 18:50:41 +0000 (11:50 -0700)]
Generating constraints for BooleanOrder
Hamed [Wed, 28 Jun 2017 02:13:33 +0000 (19:13 -0700)]
Fixing inline functions
Hamed [Wed, 28 Jun 2017 02:08:44 +0000 (19:08 -0700)]
Fix some bugs, Moving backend codes to SATEncoder
Hamed [Tue, 27 Jun 2017 18:39:07 +0000 (11:39 -0700)]
Using inline functions instead of macros for accessing function/element encodings
Hamed [Tue, 27 Jun 2017 17:00:32 +0000 (10:00 -0700)]
Merge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler
Hamed [Tue, 27 Jun 2017 17:00:25 +0000 (10:00 -0700)]
Moving back getBinaryConstraint
bdemsky [Tue, 27 Jun 2017 04:39:14 +0000 (21:39 -0700)]
Add comments to code of things Hamed should fix (in addition to email)
Hamed [Tue, 27 Jun 2017 02:16:29 +0000 (19:16 -0700)]
Binary encoding for ElementSet and table-based ElementFunction
bdemsky [Sat, 24 Jun 2017 02:52:55 +0000 (19:52 -0700)]
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/constraint_compiler
Brian Demsky [Sat, 24 Jun 2017 02:52:04 +0000 (19:52 -0700)]
Add Order Encoding
bdemsky [Sat, 24 Jun 2017 02:39:56 +0000 (19:39 -0700)]
Fix double free bug in function encoding
Hamed [Sat, 24 Jun 2017 02:04:12 +0000 (19:04 -0700)]
Merge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler
Hamed [Sat, 24 Jun 2017 02:03:16 +0000 (19:03 -0700)]
Fixing bug with running the test
Hamed [Sat, 24 Jun 2017 01:35:28 +0000 (18:35 -0700)]
DecideEncoding
Hamed [Sat, 24 Jun 2017 01:32:54 +0000 (18:32 -0700)]
Merge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler
Hamed [Sat, 24 Jun 2017 01:32:47 +0000 (18:32 -0700)]
Fixing compile bugs
bdemsky [Fri, 23 Jun 2017 22:24:42 +0000 (15:24 -0700)]
Test email notification
Hamed [Fri, 23 Jun 2017 07:26:08 +0000 (00:26 -0700)]
Resolving Conflicts ... Still there're errors that should be fixed
Hamed [Fri, 23 Jun 2017 04:19:27 +0000 (21:19 -0700)]
Adding naive encoding pass. functionEncoding partially is added
Brian Demsky [Thu, 22 Jun 2017 22:07:06 +0000 (15:07 -0700)]
Add initialization of TableEntry vector
Brian Demsky [Thu, 22 Jun 2017 22:00:17 +0000 (15:00 -0700)]
Fix memory bug
Brian Demsky [Thu, 22 Jun 2017 20:03:47 +0000 (13:03 -0700)]
edits
bdemsky [Thu, 22 Jun 2017 19:56:09 +0000 (12:56 -0700)]
Fix memory errors detected by valgrind and inline functions
bdemsky [Thu, 22 Jun 2017 19:19:20 +0000 (12:19 -0700)]
Remove extra files
bdemsky [Thu, 22 Jun 2017 19:11:28 +0000 (12:11 -0700)]
Add test case plus make changes so test case runs
bdemsky [Thu, 22 Jun 2017 06:57:05 +0000 (23:57 -0700)]
Inline Encoding Structs into appropriate AST Nodes
bdemsky [Thu, 22 Jun 2017 04:04:13 +0000 (21:04 -0700)]
Add all C files to tabbing file
bdemsky [Thu, 22 Jun 2017 02:24:40 +0000 (19:24 -0700)]
Add array object to standardize arrays
bdemsky [Wed, 21 Jun 2017 22:56:38 +0000 (15:56 -0700)]
Be consistent
bdemsky [Wed, 21 Jun 2017 22:47:07 +0000 (15:47 -0700)]
get rid of warnings
bdemsky [Wed, 21 Jun 2017 22:40:52 +0000 (15:40 -0700)]
edit
bdemsky [Wed, 21 Jun 2017 22:12:04 +0000 (15:12 -0700)]
edits
bdemsky [Wed, 21 Jun 2017 22:10:37 +0000 (15:10 -0700)]
Check in missing file
bdemsky [Wed, 21 Jun 2017 22:09:34 +0000 (15:09 -0700)]
edits
Hamed [Wed, 21 Jun 2017 21:12:04 +0000 (14:12 -0700)]
Keeping the type of Boolean/Element struct, as well as keeping backward edges for them.
bdemsky [Tue, 20 Jun 2017 21:19:01 +0000 (14:19 -0700)]
Make vectors work well inline
bdemsky [Tue, 20 Jun 2017 21:13:37 +0000 (14:13 -0700)]
Add support for deleting vectors that are inlined into other structs
bdemsky [Tue, 20 Jun 2017 21:09:50 +0000 (14:09 -0700)]
add notes
bdemsky [Tue, 20 Jun 2017 20:38:33 +0000 (13:38 -0700)]
Fix tabbing
bdemsky [Tue, 20 Jun 2017 20:38:08 +0000 (13:38 -0700)]
Edits
bdemsky [Tue, 20 Jun 2017 20:33:11 +0000 (13:33 -0700)]
ake
bdemsky [Tue, 20 Jun 2017 20:26:59 +0000 (13:26 -0700)]
Clean up Predicates
Hamed [Tue, 20 Jun 2017 19:16:10 +0000 (12:16 -0700)]
fixing elementSet and TablePredicate
Hamed [Tue, 20 Jun 2017 18:17:14 +0000 (11:17 -0700)]
Adding TablePredicate
Hamed [Tue, 20 Jun 2017 18:12:02 +0000 (11:12 -0700)]
Commit after resolving conflicts
Hamed [Tue, 20 Jun 2017 18:05:36 +0000 (11:05 -0700)]
New type of Element and Boolean.
bdemsky [Tue, 20 Jun 2017 06:56:41 +0000 (23:56 -0700)]
Remove COMPARE from backend in anticipation of AST changes
bdemsky [Tue, 20 Jun 2017 06:29:50 +0000 (23:29 -0700)]
More SAT Encoder
bdemsky [Tue, 20 Jun 2017 01:59:33 +0000 (18:59 -0700)]
Fix delete function
bdemsky [Tue, 20 Jun 2017 01:51:52 +0000 (18:51 -0700)]
Fix warnings, merge, and check my code in
Hamed [Tue, 20 Jun 2017 01:22:29 +0000 (18:22 -0700)]
commit after resolving conflict
Hamed [Tue, 20 Jun 2017 01:18:23 +0000 (18:18 -0700)]
developing function struct
bdemsky [Mon, 19 Jun 2017 23:34:52 +0000 (16:34 -0700)]
edits
bdemsky [Mon, 19 Jun 2017 23:27:57 +0000 (16:27 -0700)]
Edits
bdemsky [Mon, 19 Jun 2017 22:58:58 +0000 (15:58 -0700)]
Changes
bdemsky [Mon, 19 Jun 2017 21:15:45 +0000 (14:15 -0700)]
Add some notes
bdemsky [Mon, 19 Jun 2017 20:32:50 +0000 (13:32 -0700)]
edits
bdemsky [Mon, 19 Jun 2017 07:07:07 +0000 (00:07 -0700)]
Start work on Naive Encoders
bdemsky [Sat, 17 Jun 2017 07:11:57 +0000 (00:11 -0700)]
Fix some things that C++ doesn't like so we don't lose the possibility to use the C++ compiler in the future
bdemsky [Sat, 17 Jun 2017 06:34:50 +0000 (23:34 -0700)]
Implement CPython strategy
bdemsky [Sat, 17 Jun 2017 05:54:03 +0000 (22:54 -0700)]
Use union in Boolean to save space
bdemsky [Sat, 17 Jun 2017 04:51:07 +0000 (21:51 -0700)]
Fix Warnings
Hamed [Fri, 16 Jun 2017 23:42:33 +0000 (16:42 -0700)]
commit after resolving conflicts
Hamed [Fri, 16 Jun 2017 23:40:03 +0000 (16:40 -0700)]
adding TableEntries and ...
bdemsky [Fri, 16 Jun 2017 20:19:59 +0000 (13:19 -0700)]
edits
bdemsky [Fri, 16 Jun 2017 20:13:56 +0000 (13:13 -0700)]
edits
Hamed [Fri, 16 Jun 2017 19:04:05 +0000 (12:04 -0700)]
Merge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler
Hamed [Fri, 16 Jun 2017 19:03:16 +0000 (12:03 -0700)]
Commit after resolving conflicts
bdemsky [Fri, 16 Jun 2017 18:44:06 +0000 (11:44 -0700)]
rename
bdemsky [Fri, 16 Jun 2017 18:41:04 +0000 (11:41 -0700)]
Fix final makefile target
bdemsky [Fri, 16 Jun 2017 18:38:56 +0000 (11:38 -0700)]
Fix tabbing on everything