source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @184   10 years krafczy WIP CSTSimplifier
(edit) @183   10 years krafczy Expand a OR !(b OR c) to a OR (!b AND !c) to possibly speed some …
(edit) @182   11 years krafczy Handle constraint with OR at highest position and one of the sub-trees …
(edit) @181   11 years krafczy Revert previous commit
(edit) @180   11 years krafczy Split conditions in RSFDependsCondition into several parts, if they are …
(edit) @179   11 years krafczy Treat 'm' as 'y' for non-tristate variables in …
(edit) @178   11 years elshar Switched logging level in start scripts.
(edit) @177   11 years elshar Added Login output to all start scripts.
(edit) @176   11 years elshar Disabled setting AdvancedLogger?, if FileLogger? was set.
(edit) @175   11 years elshar Updated start scripts
(edit) @174   11 years elshar Updated start scripts
(edit) @173   11 years krafczy Implement toNotBooleanCST of RSFItemSelectsCondtion
(edit) @172   11 years krafczy Implement toNotBolleanConstraintSyntaxTree of RSFDependsCondition
(edit) @171   11 years krafczy Add links to the specifications in the wiki to the RSF*Choices
(edit) @170   11 years krafczy Update method signature of RSFCondition
(edit) @169   11 years krafczy Create missing selected variables in ItemSelects? statements Fix handling …
(edit) @168   11 years krafczy Improve error messages
(edit) @167   11 years krafczy Fix NullPointerException? in RSFItemSelectsCondition
(edit) @166   11 years krafczy Update handling for defaults and prompts
(edit) @165   11 years krafczy Add handling for tristate ItemSelects?
(edit) @164   11 years krafczy Add handling for tristate Choices
(edit) @163   11 years krafczy Add additional Depends to RSFChoice (too hacky?)
(edit) @162   11 years krafczy Add constraints to ensure that only one of the created integer and string …
(edit) @161   11 years krafczy Update/change translation of Depends constraint
(edit) @160   11 years krafczy Comment out unnecessary/unhelpful unit test
(edit) @159   11 years elshar Bug fix, new test case
(edit) @158   11 years elshar Test case for ticket #9
(edit) @157   11 years krafczy Update/change variable depending on a tristate variable
(edit) @156   11 years krafczy Handle multiple depends lines for one variable
(edit) @155   11 years krafczy Add getSelectedVariable() to RSFCondition to properly handle NOT(str=n)
(edit) @154   11 years krafczy Fix RSFChoice to make sure that no variable is selected if the choice …
(edit) @153   11 years krafczy Update/change empty strings or integers to =n
(edit) @152   11 years krafczy Update/change _MODULE condition
(edit) @151   11 years krafczy Fix double negation bug in DIMACS writer (ticket #5)
(edit) @150   11 years elshar Bug fix in adding linefeeds to comments.
(edit) @149   11 years elshar help corrected
(edit) @148   11 years elshar help corrected
(edit) @147   11 years elshar
(edit) @146   11 years elshar
(edit) @145   11 years elshar New test cases
(edit) @144   11 years elshar Smaller bug fixes and new ToDos?
(edit) @143   11 years elshar Smaller bug fix while reading *.model files without specifying any …
(edit) @142   11 years elshar Removed checkstyle error
(edit) @141   11 years krafczy * Fix xor to CNF conversion in RSFChoice * Restructure RSFConditions to …
(edit) @140   11 years krafczy Implement automatic test in RsfToDiamcsTranslationTest?.testEmptyStrings()
(edit) @139   11 years krafczy Update ToDo?.txt
(edit) @138   11 years krafczy Finish choices in RSFReader
(edit) @137   11 years krafczy Remove _EMPTY variable for strings in RSFReader
(edit) @136   11 years elshar New test case for translation into dimacs format.
(edit) @135   11 years elshar * MaxTermConverter2: Output of an error added * Changed Help in …
(edit) @134   11 years krafczy Handle Choices in RSFReader (WIP)
(edit) @133   11 years krafczy Add condition if a tristate depends on a tristate in RSFDependsCondition
(edit) @132   11 years krafczy Simplify boolean expression generated by RSFItemSelectsCondition
(edit) @131   11 years krafczy Handle string comparisons = and !='foo' correctly in RSFReader
(edit) @130   11 years elshar Removed obsolete DSL methods from visitors.
(edit) @129   11 years elshar Cleanup of one test case
(edit) @128   11 years elshar Restructured resources, added test cases for DIMACS translation
(edit) @127   11 years elshar Fixed broken test case
(edit) @126   11 years elshar Added help to output of DimacsWriter?
(edit) @125   11 years elshar Added help to output of DimacsWriter?
(edit) @124   11 years elshar Started to implement new test case.
(edit) @123   11 years elshar Changed settings of Jacoco
(edit) @122   11 years elshar Changed settings of Jacoco
(edit) @121   11 years elshar RemovedBundle? class, changed settings of Jacoco
(edit) @120   11 years elshar Test case added
(edit) @119   11 years elshar
(edit) @118   11 years elshar Runtime optimizations inside of ModelOptimizer?
(edit) @117   11 years anonymous This is an empty revision for padding.
(edit) @116   11 years anonymous This is an empty revision for padding.
(edit) @115   11 years anonymous This is an empty revision for padding.
(edit) @114   11 years anonymous This is an empty revision for padding.
(edit) @113   11 years anonymous This is an empty revision for padding.
(edit) @112   11 years anonymous This is an empty revision for padding.
(edit) @111   11 years anonymous This is an empty revision for padding.
(edit) @110   11 years anonymous This is an empty revision for padding.
(edit) @109   11 years krafczy Add support for not boolean constraints to RSFReader
(edit) @108   11 years krafczy Reword console output a bit
(edit) @107   11 years krafczy Handle integers and strings in RSFReader
(edit) @106   11 years krafczy Fix links in javadoc comments
(edit) @105   11 years krafczy Fix typo
(edit) @104   11 years elshar
(edit) @103   11 years krafczy Handle "y" condition in RSFCondition
(edit) @102   11 years krafczy Remove constant variables from constraints in …
(edit) @101   11 years krafczy Handle constants and 'm' in RSF conditions Shorten RSFDependsCondition
(edit) @100   11 years krafczy Use VariablePool? in ModelReader? and RSFReader Don't create multiple …
(edit) @99   11 years anonymous This is an empty revision for padding.
(edit) @98   11 years anonymous This is an empty revision for padding.
(edit) @97   11 years elshar Stated implementation of RSF -> Dimacs translation Avoiding translating …
(edit) @96   11 years elshar
(edit) @95   11 years elshar * Moved test method from tests for MaxTerm1Converter to MaxTerm2Converter …
(edit) @94   11 years krafczy Update comments in ModelOptimizer?
(edit) @93   11 years krafczy Add ModelOptimizer?.removeDuplicatedConstraints()
(edit) @92   11 years krafczy Optimize ModelOptimizer?.handleConstantVariables() a bit
(edit) @91   11 years krafczy Rename UnusedVariableChecker? to ModelOptimizer? and add …
(edit) @90   11 years krafczy Optimize UnusedVariableChecker?
(edit) @89   11 years krafczy MaxTermConverter?: Add constraints directly instead of saving them in …
(edit) @88   11 years krafczy Add UnusedVariableChecker?
(edit) @87   11 years krafczy Remove unused import from RSFReaderTest
(edit) @86   11 years krafczy Speedup MaxTermConverter2 by ignoring paths that are already true
(edit) @85   11 years anonymous This is an empty revision for padding.
Note: See TracRevisionLog for help on using the revision log.