satune.git
6 years agoMerge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler into...
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

6 years agoAdd some comments for Hamed
bdemsky [Thu, 29 Jun 2017 06:46:28 +0000 (23:46 -0700)]
Add some comments for Hamed

6 years agoFix encoding bug and fix misconception of how memory management of Constraints works
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

6 years agoPushing my own branch, do some cleanings ...
Hamed [Thu, 29 Jun 2017 01:20:47 +0000 (18:20 -0700)]
Pushing my own branch, do some cleanings ...

6 years agoFixing some bugs, using InUseArray, and completing table-function encoding
Hamed [Thu, 29 Jun 2017 00:44:32 +0000 (17:44 -0700)]
Fixing some bugs, using InUseArray, and completing table-function encoding

6 years agoGenerating constraints for BooleanOrder
Hamed [Wed, 28 Jun 2017 18:50:41 +0000 (11:50 -0700)]
Generating constraints for BooleanOrder

6 years agoFixing inline functions
Hamed [Wed, 28 Jun 2017 02:13:33 +0000 (19:13 -0700)]
Fixing inline functions

6 years agoFix some bugs, Moving backend codes to SATEncoder
Hamed [Wed, 28 Jun 2017 02:08:44 +0000 (19:08 -0700)]
Fix some bugs, Moving backend codes to SATEncoder

6 years agoUsing inline functions instead of macros for accessing function/element encodings
Hamed [Tue, 27 Jun 2017 18:39:07 +0000 (11:39 -0700)]
Using inline functions instead of macros for accessing function/element encodings

6 years agoMerge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler
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

6 years agoMoving back getBinaryConstraint
Hamed [Tue, 27 Jun 2017 17:00:25 +0000 (10:00 -0700)]
Moving back getBinaryConstraint

6 years agoAdd comments to code of things Hamed should fix (in addition to email)
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)

6 years agoBinary encoding for ElementSet and table-based ElementFunction
Hamed [Tue, 27 Jun 2017 02:16:29 +0000 (19:16 -0700)]
Binary encoding for ElementSet and table-based ElementFunction

6 years agoMerge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/constraint_compiler
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

6 years agoAdd Order Encoding
Brian Demsky [Sat, 24 Jun 2017 02:52:04 +0000 (19:52 -0700)]
Add Order Encoding

6 years agoFix double free bug in function encoding
bdemsky [Sat, 24 Jun 2017 02:39:56 +0000 (19:39 -0700)]
Fix double free bug in function encoding

6 years agoMerge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler
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

6 years agoFixing bug with running the test
Hamed [Sat, 24 Jun 2017 02:03:16 +0000 (19:03 -0700)]
Fixing bug with running the test

6 years agoDecideEncoding
Hamed [Sat, 24 Jun 2017 01:35:28 +0000 (18:35 -0700)]
DecideEncoding

6 years agoMerge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler
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

6 years agoFixing compile bugs
Hamed [Sat, 24 Jun 2017 01:32:47 +0000 (18:32 -0700)]
Fixing compile bugs

6 years agoTest email notification
bdemsky [Fri, 23 Jun 2017 22:24:42 +0000 (15:24 -0700)]
Test email notification

6 years agoResolving Conflicts ... Still there're errors that should be fixed
Hamed [Fri, 23 Jun 2017 07:26:08 +0000 (00:26 -0700)]
Resolving Conflicts ... Still there're errors that should be fixed

6 years agoAdding naive encoding pass. functionEncoding partially is added
Hamed [Fri, 23 Jun 2017 04:19:27 +0000 (21:19 -0700)]
Adding naive encoding pass. functionEncoding partially is added

6 years agoAdd initialization of TableEntry vector
Brian Demsky [Thu, 22 Jun 2017 22:07:06 +0000 (15:07 -0700)]
Add initialization of TableEntry vector

6 years agoFix memory bug
Brian Demsky [Thu, 22 Jun 2017 22:00:17 +0000 (15:00 -0700)]
Fix memory bug

6 years agoedits
Brian Demsky [Thu, 22 Jun 2017 20:03:47 +0000 (13:03 -0700)]
edits

6 years agoFix memory errors detected by valgrind and inline functions
bdemsky [Thu, 22 Jun 2017 19:56:09 +0000 (12:56 -0700)]
Fix memory errors detected by valgrind and inline functions

6 years agoRemove extra files
bdemsky [Thu, 22 Jun 2017 19:19:20 +0000 (12:19 -0700)]
Remove extra files

6 years agoAdd test case plus make changes so test case runs
bdemsky [Thu, 22 Jun 2017 19:11:28 +0000 (12:11 -0700)]
Add test case plus make changes so test case runs

6 years agoInline Encoding Structs into appropriate AST Nodes
bdemsky [Thu, 22 Jun 2017 06:57:05 +0000 (23:57 -0700)]
Inline Encoding Structs into appropriate AST Nodes

6 years agoAdd all C files to tabbing file
bdemsky [Thu, 22 Jun 2017 04:04:13 +0000 (21:04 -0700)]
Add all C files to tabbing file

6 years agoAdd array object to standardize arrays
bdemsky [Thu, 22 Jun 2017 02:24:40 +0000 (19:24 -0700)]
Add array object to standardize arrays

6 years agoBe consistent
bdemsky [Wed, 21 Jun 2017 22:56:38 +0000 (15:56 -0700)]
Be consistent

6 years agoget rid of warnings
bdemsky [Wed, 21 Jun 2017 22:47:07 +0000 (15:47 -0700)]
get rid of warnings

6 years agoedit
bdemsky [Wed, 21 Jun 2017 22:40:52 +0000 (15:40 -0700)]
edit

6 years agoedits
bdemsky [Wed, 21 Jun 2017 22:12:04 +0000 (15:12 -0700)]
edits

6 years agoCheck in missing file
bdemsky [Wed, 21 Jun 2017 22:10:37 +0000 (15:10 -0700)]
Check in missing file

6 years agoedits
bdemsky [Wed, 21 Jun 2017 22:09:34 +0000 (15:09 -0700)]
edits

6 years agoKeeping the type of Boolean/Element struct, as well as keeping backward edges for...
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.

6 years agoMake vectors work well inline
bdemsky [Tue, 20 Jun 2017 21:19:01 +0000 (14:19 -0700)]
Make vectors work well inline

6 years agoAdd support for deleting vectors that are inlined into other structs
bdemsky [Tue, 20 Jun 2017 21:13:37 +0000 (14:13 -0700)]
Add support for deleting vectors that are inlined into other structs

6 years agoadd notes
bdemsky [Tue, 20 Jun 2017 21:09:50 +0000 (14:09 -0700)]
add notes

6 years agoFix tabbing
bdemsky [Tue, 20 Jun 2017 20:38:33 +0000 (13:38 -0700)]
Fix tabbing

6 years agoEdits
bdemsky [Tue, 20 Jun 2017 20:38:08 +0000 (13:38 -0700)]
Edits

6 years agoake
bdemsky [Tue, 20 Jun 2017 20:33:11 +0000 (13:33 -0700)]
ake

6 years agoClean up Predicates
bdemsky [Tue, 20 Jun 2017 20:26:59 +0000 (13:26 -0700)]
Clean up Predicates

6 years agofixing elementSet and TablePredicate
Hamed [Tue, 20 Jun 2017 19:16:10 +0000 (12:16 -0700)]
fixing elementSet and TablePredicate

6 years agoAdding TablePredicate
Hamed [Tue, 20 Jun 2017 18:17:14 +0000 (11:17 -0700)]
Adding TablePredicate

6 years agoCommit after resolving conflicts
Hamed [Tue, 20 Jun 2017 18:12:02 +0000 (11:12 -0700)]
Commit after resolving conflicts

6 years agoNew type of Element and Boolean.
Hamed [Tue, 20 Jun 2017 18:05:36 +0000 (11:05 -0700)]
New type of Element and Boolean.

6 years agoRemove COMPARE from backend in anticipation of AST changes
bdemsky [Tue, 20 Jun 2017 06:56:41 +0000 (23:56 -0700)]
Remove COMPARE from backend in anticipation of AST changes

6 years agoMore SAT Encoder
bdemsky [Tue, 20 Jun 2017 06:29:50 +0000 (23:29 -0700)]
More SAT Encoder

6 years agoFix delete function
bdemsky [Tue, 20 Jun 2017 01:59:33 +0000 (18:59 -0700)]
Fix delete function

6 years agoFix warnings, merge, and check my code in
bdemsky [Tue, 20 Jun 2017 01:51:52 +0000 (18:51 -0700)]
Fix warnings, merge, and check my code in

6 years agocommit after resolving conflict
Hamed [Tue, 20 Jun 2017 01:22:29 +0000 (18:22 -0700)]
commit after resolving conflict

6 years agodeveloping function struct
Hamed [Tue, 20 Jun 2017 01:18:23 +0000 (18:18 -0700)]
developing function struct

6 years agoedits
bdemsky [Mon, 19 Jun 2017 23:34:52 +0000 (16:34 -0700)]
edits

6 years agoEdits
bdemsky [Mon, 19 Jun 2017 23:27:57 +0000 (16:27 -0700)]
Edits

6 years agoChanges
bdemsky [Mon, 19 Jun 2017 22:58:58 +0000 (15:58 -0700)]
Changes

6 years agoAdd some notes
bdemsky [Mon, 19 Jun 2017 21:15:45 +0000 (14:15 -0700)]
Add some notes

6 years agoedits
bdemsky [Mon, 19 Jun 2017 20:32:50 +0000 (13:32 -0700)]
edits

6 years agoStart work on Naive Encoders
bdemsky [Mon, 19 Jun 2017 07:07:07 +0000 (00:07 -0700)]
Start work on Naive Encoders

6 years agoFix some things that C++ doesn't like so we don't lose the possibility to use the...
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

6 years agoImplement CPython strategy
bdemsky [Sat, 17 Jun 2017 06:34:50 +0000 (23:34 -0700)]
Implement CPython strategy

6 years agoUse union in Boolean to save space
bdemsky [Sat, 17 Jun 2017 05:54:03 +0000 (22:54 -0700)]
Use union in Boolean to save space

6 years agoFix Warnings
bdemsky [Sat, 17 Jun 2017 04:51:07 +0000 (21:51 -0700)]
Fix Warnings

6 years agocommit after resolving conflicts
Hamed [Fri, 16 Jun 2017 23:42:33 +0000 (16:42 -0700)]
commit after resolving conflicts

6 years agoadding TableEntries and ...
Hamed [Fri, 16 Jun 2017 23:40:03 +0000 (16:40 -0700)]
adding TableEntries and ...

6 years agoedits
bdemsky [Fri, 16 Jun 2017 20:19:59 +0000 (13:19 -0700)]
edits

6 years agoedits
bdemsky [Fri, 16 Jun 2017 20:13:56 +0000 (13:13 -0700)]
edits

6 years agoMerge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/constraint_compiler
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

6 years agoCommit after resolving conflicts
Hamed [Fri, 16 Jun 2017 19:03:16 +0000 (12:03 -0700)]
Commit after resolving conflicts

6 years agorename
bdemsky [Fri, 16 Jun 2017 18:44:06 +0000 (11:44 -0700)]
rename

6 years agoFix final makefile target
bdemsky [Fri, 16 Jun 2017 18:41:04 +0000 (11:41 -0700)]
Fix final makefile target

6 years agoFix tabbing on everything
bdemsky [Fri, 16 Jun 2017 18:38:56 +0000 (11:38 -0700)]
Fix tabbing on everything

6 years agoFix freelist management
bdemsky [Fri, 16 Jun 2017 18:35:45 +0000 (11:35 -0700)]
Fix freelist management

6 years agoFix warnings
bdemsky [Fri, 16 Jun 2017 18:19:19 +0000 (11:19 -0700)]
Fix warnings

6 years agoMerge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/constraint_compiler
bdemsky [Fri, 16 Jun 2017 18:15:45 +0000 (11:15 -0700)]
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/constraint_compiler

6 years agoadding fucntion's fields
Hamed [Fri, 16 Jun 2017 17:44:21 +0000 (10:44 -0700)]
adding fucntion's fields

6 years agoPartial commit for Boolean, Predicate, and Order
Hamed [Fri, 16 Jun 2017 17:01:08 +0000 (10:01 -0700)]
Partial commit for Boolean, Predicate, and Order

6 years agoFix functionencoder to have correct pointers...
bdemsky [Fri, 16 Jun 2017 06:27:39 +0000 (23:27 -0700)]
Fix functionencoder to have correct pointers...

6 years agoAdd Encoder changes
bdemsky [Fri, 16 Jun 2017 06:18:33 +0000 (23:18 -0700)]
Add Encoder changes

6 years agoAdd placeholders for encoders
bdemsky [Fri, 16 Jun 2017 04:45:23 +0000 (21:45 -0700)]
Add placeholders for encoders

6 years agoAdd Some Papers
bdemsky [Fri, 16 Jun 2017 00:47:18 +0000 (17:47 -0700)]
Add Some Papers

6 years agoConfigure Doxygen Better for C
bdemsky [Fri, 16 Jun 2017 00:36:45 +0000 (17:36 -0700)]
Configure Doxygen Better for C

6 years agoReorg code
bdemsky [Fri, 16 Jun 2017 00:22:39 +0000 (17:22 -0700)]
Reorg code

6 years agocommit after resolving conflicts
Hamed [Thu, 15 Jun 2017 19:56:05 +0000 (12:56 -0700)]
commit after resolving conflicts

6 years agoImplementing client interfaces regarding Sets
Hamed [Thu, 15 Jun 2017 19:15:58 +0000 (12:15 -0700)]
Implementing client interfaces regarding Sets

6 years agoAdd Set AST Constructor
bdemsky [Thu, 15 Jun 2017 06:14:13 +0000 (23:14 -0700)]
Add Set AST Constructor

6 years agochange tabbing
bdemsky [Thu, 15 Jun 2017 06:00:28 +0000 (23:00 -0700)]
change tabbing

6 years agofix makefile
bdemsky [Thu, 15 Jun 2017 05:37:47 +0000 (22:37 -0700)]
fix makefile

6 years agoClean up code and make delete the convention for functions that free structs
bdemsky [Thu, 15 Jun 2017 05:01:51 +0000 (22:01 -0700)]
Clean up code and make delete the convention for functions that free structs

6 years agoConvert constraint.c to C
bdemsky [Thu, 15 Jun 2017 04:41:13 +0000 (21:41 -0700)]
Convert constraint.c to C

6 years agoChanges
bdemsky [Thu, 15 Jun 2017 03:34:17 +0000 (20:34 -0700)]
Changes

6 years agoFinish rewriting Set/Table/Vector
bdemsky [Thu, 15 Jun 2017 03:30:03 +0000 (20:30 -0700)]
Finish rewriting Set/Table/Vector

6 years agoConvert HashSet
bdemsky [Thu, 15 Jun 2017 01:04:13 +0000 (18:04 -0700)]
Convert HashSet

6 years agoConvert Hashtable
bdemsky [Thu, 15 Jun 2017 00:31:06 +0000 (17:31 -0700)]
Convert Hashtable

6 years agoswitch to C
bdemsky [Wed, 14 Jun 2017 23:51:13 +0000 (16:51 -0700)]
switch to C

6 years agoSwitch to C for Zach
bdemsky [Wed, 14 Jun 2017 22:44:45 +0000 (15:44 -0700)]
Switch to C for Zach