July 2007 Archives by subject
Starting: Mon Jul 2 08:16:14 EDT 2007
Ending: Fri Jul 27 12:48:18 EDT 2007
Messages: 205
- [gecoder-commits] [148] trunk: Changed the syntax of the sortedness constraint.
nobody at rubyforge.org
- [gecoder-commits] [149] trunk/doc/src/examples/: Separated the examples into separate pages.
nobody at rubyforge.org
- [gecoder-commits] [150] trunk/doc/src: Separated the examples into separate pages.
nobody at rubyforge.org
- [gecoder-commits] [151] trunk/example: Added some additional comments to the example to make them clearer.
nobody at rubyforge.org
- [gecoder-commits] [152] trunk: Made Model#wrap_enum public.
nobody at rubyforge.org
- [gecoder-commits] [153] trunk/doc/metainfo.yaml: Separated the examples into separate pages.
nobody at rubyforge.org
- [gecoder-commits] [154] trunk: Enumerable matrices now automatically wrap their resulting vectors a matrices if they are themselves wrapped.
nobody at rubyforge.org
- [gecoder-commits] [155] trunk/doc/src/index.page: Updated the development status.
nobody at rubyforge.org
- [gecoder-commits] [156] trunk/doc/src: Added long titles to the website pages (separate from those displayed in the menu).
nobody at rubyforge.org
- [gecoder-commits] [157] trunk/doc/src: Added a sitemap and a "to the top" link.
nobody at rubyforge.org
- [gecoder-commits] [158] trunk/doc/src/documentation/constraints.page: Fixed various typos.
nobody at rubyforge.org
- [gecoder-commits] [159] trunk/doc/src/default.css: Fixed an IE-related layout problem.
nobody at rubyforge.org
- [gecoder-commits] [160] trunk: Extracted the version out into a separate file so that it can be stored in a central location.
nobody at rubyforge.org
- [gecoder-commits] [161] trunk/Rakefile: Running :verify_rcov is now the default task.
nobody at rubyforge.org
- [gecoder-commits] [162] trunk/tasks/distribution.rake: Added a task for tagging the release in svn (adapted from RSpec's task).
nobody at rubyforge.org
- [gecoder-commits] [163] trunk: Added a task for uploading the website, adapted from RSpec's task.
nobody at rubyforge.org
- [gecoder-commits] [164] trunk: Added a task for uploading the packaged files (adapted from RSpec).
nobody at rubyforge.org
- [gecoder-commits] [165] trunk/doc: Split the constraints page into categories.
nobody at rubyforge.org
- [gecoder-commits] [166] trunk: Added magic sequence as an example.
nobody at rubyforge.org
- [gecoder-commits] [167] trunk: Added the specs to the distribution (along with related instructions).
nobody at rubyforge.org
- [gecoder-commits] [168] trunk: Preparing for the release of 0.4.0 .
nobody at rubyforge.org
- [gecoder-commits] [169] tags/0.4.0/: Tag release Gecode/R 0.4.0
nobody at rubyforge.org
- [gecoder-commits] [170] tags:
nobody at rubyforge.org
- [gecoder-commits] [171] trunk: Hammered out a couple of problems in the automated release process.
nobody at rubyforge.org
- [gecoder-commits] [172] trunk: - Relicense bindings to LGPL
nobody at rubyforge.org
- [gecoder-commits] [173] trunk: Remove warnings
nobody at rubyforge.org
- [gecoder-commits] [174] trunk: Refactored the constraints that only constraint equality and then hand over to integer variables (element, min and max).
nobody at rubyforge.org
- [gecoder-commits] [175] trunk/vendor/rust: Reverted some changes introduced in r172.
nobody at rubyforge.org
- [gecoder-commits] [176] trunk/lib/gecoder/interface/enum_wrapper.rb: Enums now cache their bound representation, substantially speeding up problems with many constraints with enumerations.
nobody at rubyforge.org
- [gecoder-commits] [177] trunk/example/magic_sequence.rb: Increased the size from 100 to 500 to match Gecode's example.
nobody at rubyforge.org
- [gecoder-commits] [178] trunk/specs/constraints: Refactored the specs for composite constraints.
nobody at rubyforge.org
- [gecoder-commits] [179] trunk: Fixed a problem that stopped reification for composite constraints from working when only equality was used, for instance elements[element].must_be.equal_to(foo, :reify => bool) .
nobody at rubyforge.org
- [gecoder-commits] [180] trunk/doc/src/examples/magic-sequence.page: Updated the output of the magic sequence example.
nobody at rubyforge.org
- [gecoder-commits] [181] trunk/lib/gecoder/interface: Refactored the use of simple stubs that just transfer the model and parameters to a new class.
nobody at rubyforge.org
- [gecoder-commits] [182] trunk: abs and mult now use composite expressions.
nobody at rubyforge.org
- [gecoder-commits] [183] trunk/lib/gecoder/interface/constraints/int/arithmetic.rb: The domain for the new variable in multiplication is now slightly less sloppy.
nobody at rubyforge.org
- [gecoder-commits] [184] trunk/tasks/distribution.rake: The examples are now included in the packaged files (like they should be).
nobody at rubyforge.org
- [gecoder-commits] [185] trunk: Added exclusive or.
nobody at rubyforge.org
- [gecoder-commits] [186] trunk/lib/gecoder/interface/constraints/int/arithmetic.rb: Fixed an error introduced in r183.
nobody at rubyforge.org
- [gecoder-commits] [187] trunk: Added #false? to bool variables to complement #true?.
nobody at rubyforge.org
- [gecoder-commits] [188] trunk: Added the option spec suit to the boolean specs.
nobody at rubyforge.org
- [gecoder-commits] [189] trunk: Added implication.
nobody at rubyforge.org
- [gecoder-commits] [190] trunk: Moved the composite expression and stub into the int namespace to allow bools to have something similar.
nobody at rubyforge.org
- [gecoder-commits] [191] trunk/lib/gecoder/interface: Refactored the composite classes into a superclass for easy of creating other types (other than int) of composites.
nobody at rubyforge.org
- [gecoder-commits] [192] trunk/lib/gecoder/interface/constraints/int_enum/arithmetic.rb: Removed a couple of unnecessary artifacts which resulted from copy-paste.
nobody at rubyforge.org
- [gecoder-commits] [193] trunk/lib/gecoder/interface: Updated out of date documentation.
nobody at rubyforge.org
- [gecoder-commits] [194] trunk/lib/gecoder/interface/constraints/bool_enum/: Added conjunction for boolean enumerations.
nobody at rubyforge.org
- [gecoder-commits] [195] trunk: Added conjunction for boolean enumerations.
nobody at rubyforge.org
- [gecoder-commits] [196] trunk: Added disjunction for boolean enumerations.
nobody at rubyforge.org
- [gecoder-commits] [197] trunk: Each type of variable now decides how to represent its domain in the inspect message.
nobody at rubyforge.org
- [gecoder-commits] [198] trunk: Added the basis for set variables.
nobody at rubyforge.org
- [gecoder-commits] [199] trunk: Added a custom spec matched for placing expectations on a set variable's bounds.
nobody at rubyforge.org
- [gecoder-commits] [200] trunk: Non-range domains can now be used when creating set variables.
nobody at rubyforge.org
- [gecoder-commits] [201] trunk: Cardinality can now be specified when creating set variables.
nobody at rubyforge.org
- [gecoder-commits] [202] trunk: Added arrays and matrices of set variables.
nobody at rubyforge.org
- [gecoder-commits] [203] trunk: Added documentation for set variables.
nobody at rubyforge.org
- [gecoder-commits] [204] trunk: Set vars now enforce that their bounds must be valid upon creation.
nobody at rubyforge.org
- [gecoder-commits] [205] trunk/lib/gecoder/interface/constraints/set/: Added domain constraints for set variables.
nobody at rubyforge.org
- [gecoder-commits] [206] trunk: Added domain constraints for set variables.
nobody at rubyforge.org
- [gecoder-commits] [207] trunk/doc: Added set domain constraint documentation.
nobody at rubyforge.org
- [gecoder-commits] [208] trunk/specs/constraints/set_domain.rb: Corrected the spec names.
nobody at rubyforge.org
- [gecoder-commits] [209] trunk/lib/gecoder/interface/constraints.rb: Typo.
nobody at rubyforge.org
- [gecoder-commits] [210] trunk/doc/src/documentation/integer-constraints.page: Removed outdated information.
nobody at rubyforge.org
- [gecoder-commits] [211] trunk/specs/spec_helper.rb: Fixed typos.
nobody at rubyforge.org
- [gecoder-commits] [212] trunk: Added relation constraints for set variables.
nobody at rubyforge.org
- [gecoder-commits] [213] trunk/specs/constraints/set_relation.rb: Uncommented some expectations that were commented while debugging.
nobody at rubyforge.org
- [gecoder-commits] [214] trunk/lib/gecoder/interface/variables.rb: The class name of the free variable's class is now given instead of the bound variable's class when inspecting free variables.
nobody at rubyforge.org
- [gecoder-commits] [215] trunk: Added the set elements relation constraint.
nobody at rubyforge.org
- [gecoder-commits] [216] trunk/lib/gecoder: The DFS search now uses Gecode's config values for distances.
nobody at rubyforge.org
- [gecoder-commits] [217] branches/bab-search/: Making a branch for the work on adding branch and bound search.
nobody at rubyforge.org
- [gecoder-commits] [218] branches/bab-search: Begun adding branch and bound search.
nobody at rubyforge.org
- [gecoder-commits] [219] trunk: Added instructions on installing Gecode/R from source without using gem.
nobody at rubyforge.org
- [gecoder-commits] [220] trunk/doc: Added a list of features.
nobody at rubyforge.org
- [gecoder-commits] [221] trunk: Added cardinality constraints with range for set variables.
nobody at rubyforge.org
- [gecoder-commits] [222] trunk/specs/constraints/set_domain.rb: Replaced set.size with set.val_size .
nobody at rubyforge.org
- [gecoder-commits] [223] trunk: Set constraints now enforce that they do not accept strength options.
nobody at rubyforge.org
- [gecoder-commits] [224] trunk/specs/constraints/arithmetic.rb: Fixed a couple of tests that weren't testing the strength value.
nobody at rubyforge.org
- [gecoder-commits] [225] trunk: Composite constraints now raise errors when one calls a method that doesn't exist.
nobody at rubyforge.org
- [gecoder-commits] [226] trunk: Added set cardinality constraints.
nobody at rubyforge.org
- [gecoder-commits] [227] trunk: Int domain constraints now raise an error if the rhs is of unexpected type.
nobody at rubyforge.org
- [gecoder-commits] [228] trunk: Set cardinality constraints no longer shadow integer domain constraints.
nobody at rubyforge.org
- [gecoder-commits] [229] trunk: Preparing for the release of 0.5.0 .
nobody at rubyforge.org
- [gecoder-commits] [230] tags/gecoder-0.5.0/: Tag release Gecode/R 0.5.0
nobody at rubyforge.org
- [gecoder-commits] [231] trunk/CHANGES: Spelling and rephrasing.
nobody at rubyforge.org
- [gecoder-commits] [232] trunk/vendor/rust/rust/templates/FunctionDefinition.rusttpl: Spelling.
nobody at rubyforge.org
- [gecoder-commits] [233] trunk/lib/gecoder/interface/constraints/set_enum/: Added channel constraints for sets.
nobody at rubyforge.org
- [gecoder-commits] [234] trunk: Added channel constraints for sets.
nobody at rubyforge.org
- [gecoder-commits] [235] trunk/specs/constraints/cardinality.rb: Removed superfluous test code.
nobody at rubyforge.org
- [gecoder-commits] [236] trunk/lib/gecoder/interface/constraints/set/cardinality.rb: Doc typo.
nobody at rubyforge.org
- [gecoder-commits] [237] trunk/doc/src/documentation/integer-constraints.page: Typo
nobody at rubyforge.org
- [gecoder-commits] [238] trunk: Added the set min constraint.
nobody at rubyforge.org
- [gecoder-commits] [239] trunk: Added set max constraint.
nobody at rubyforge.org
- [gecoder-commits] [240] trunk/specs/constraints/connection.rb: Spec typo.
nobody at rubyforge.org
- [gecoder-commits] [241] trunk: Added a couple of convenience methods for fetching enums of elements in sets' bounds.
nobody at rubyforge.org
- [gecoder-commits] [242] trunk/doc/src/index.page: Updated the development status.
nobody at rubyforge.org
- [gecoder-commits] [243] trunk: Added set sum constraints (optionally weighted).
nobody at rubyforge.org
- [gecoder-commits] [244] trunk/doc/src/index.page: Rephrased the development status.
nobody at rubyforge.org
- [gecoder-commits] [245] trunk: Added optional logging that logs all Gecode-calls to a file called gecoder.log .
nobody at rubyforge.org
- [gecoder-commits] [246] branches/bab-search: Added the code provided by David's for calling constrain in Ruby.
nobody at rubyforge.org
- [gecoder-commits] [247] branches/bab-search: The basic BAB spec now passes.
nobody at rubyforge.org
- [gecoder-commits] [248] branches/bab-search: The search now uses constrain, although the plumbing to get the user's block used is not thread safe nor pretty at the moment (there should be better ways).
nobody at rubyforge.org
- [gecoder-commits] [249] trunk: Added set include constraint.
nobody at rubyforge.org
- [gecoder-commits] [250] trunk/doc/src/features.page: Updated the features.
nobody at rubyforge.org
- [gecoder-commits] [251] trunk: Added distinct constraint for sets.
nobody at rubyforge.org
- [gecoder-commits] [252] trunk: Added the "at most one" distinctness constraint for sets.
nobody at rubyforge.org
- [gecoder-commits] [253] branches/bab-search: Merged up changes from trunk r219 to head.
nobody at rubyforge.org
- [gecoder-commits] [254] branches/bab-search/lib/gecoder/interface: Models now enforce that the space shouldn't be accessed unless permitted to catch unclean use of the space.
nobody at rubyforge.org
- [gecoder-commits] [255] branches/bab-search/lib/gecoder: Integer variables with non-range domains now use the IntVar constructor, avoiding additional constraints.
nobody at rubyforge.org
- [gecoder-commits] [256] branches/bab-search/lib/gecoder/interface/search.rb: Searching now uses the internal way of accessing space.
nobody at rubyforge.org
- [gecoder-commits] [257] branches/bab-search/lib/gecoder/interface: Branchings are now also delayed until needed, just like constraints.
nobody at rubyforge.org
- [gecoder-commits] [258] branches/bab-search/doc/src/features.page: Added a missed a page that was missed when merging in r253.
nobody at rubyforge.org
- [gecoder-commits] [259] branches/bab-search: Branching now passes the space-access restrictions.
nobody at rubyforge.org
- [gecoder-commits] [260] branches/bab-search: Adapted integer relation constraints to the new space-access restrictions.
nobody at rubyforge.org
- [gecoder-commits] [261] branches/bab-search/specs/constraints: Updated the expectations to play nice with the new space-access restrictions.
nobody at rubyforge.org
- [gecoder-commits] [262] branches/bab-search/lib/gecoder/interface/model.rb: Made the exception's message a bit more helpful.
nobody at rubyforge.org
- [gecoder-commits] [263] branches/bab-search/lib/gecoder/interface: Any interaction with gecode can now be queued by the model, not just constraints.
nobody at rubyforge.org
- [gecoder-commits] [264] branches/bab-search/lib/gecoder/interface/constraints/int/linear.rb: Linear constraints now adhere to the new space-access restrictions.
nobody at rubyforge.org
- [gecoder-commits] [265] branches/bab-search/lib/gecoder/interface/model.rb: Fixed a problem with nested calls to allow_space_access.
nobody at rubyforge.org
- [gecoder-commits] [266] trunk/lib/gecoder/interface/constraints/int_enum/sort.rb: Finished a TODO about replacing a Gecode call with a call to the interface itself.
nobody at rubyforge.org
- [gecoder-commits] [267] branches/bab-search: Adapted arithmetic constraints to the new space-access restrictions.
nobody at rubyforge.org
- [gecoder-commits] [268] branches/bab-search: Adapted boolean constraints to the new space-access restrictions.
nobody at rubyforge.org
- [gecoder-commits] [269] branches/bab-search/specs/constraints: Wrapped calls to #bind in the specs so that they are allowed to access the space.
nobody at rubyforge.org
- [gecoder-commits] [270] branches/bab-search: Adapted the last of the constraints except for count.
nobody at rubyforge.org
- [gecoder-commits] [271] branches/bab-search: Updated the spec to reflect the change in domain parameters.
nobody at rubyforge.org
- [gecoder-commits] [272] branches/bab-search/specs/constraints/count.rb: Fixed a problem in the count spec.
nobody at rubyforge.org
- [gecoder-commits] [273] branches/bab-search/specs/enum_wrapper.rb: All of the pre-bab specs are passing again.
nobody at rubyforge.org
- [gecoder-commits] [274] branches/bab-search: Finished branch and bound search.
nobody at rubyforge.org
- [gecoder-commits] [275] trunk: Merged down the finished branch bab-search (which adds BAB search).
nobody at rubyforge.org
- [gecoder-commits] [276] branches/bab-search/: Branch finished and merged into trunk.
nobody at rubyforge.org
- [gecoder-commits] [277] trunk: Integer variables no longer delegate unless explicitly told to.
nobody at rubyforge.org
- [gecoder-commits] [278] trunk/lib/gecoder/interface/binding_changes.rb: Removed aliases that are no longer used.
nobody at rubyforge.org
- [gecoder-commits] [279] trunk: Assigned boolean values are now accessed using #value .
nobody at rubyforge.org
- [gecoder-commits] [280] trunk: The value of an assigned set variable is now accessed via #value.
nobody at rubyforge.org
- [gecoder-commits] [281] trunk: Variables now raise exceptions themselves when not assigned (rather than propagating an assertion error from Gecode).
nobody at rubyforge.org
- [gecoder-commits] [282] trunk: Added the convenience-method #values to enumerations containing variables.
nobody at rubyforge.org
- [gecoder-commits] [283] trunk/example: Updated the examples to match the changes to variables.
nobody at rubyforge.org
- [gecoder-commits] [284] trunk: Added substitutions as an option for the set sum constraint.
nobody at rubyforge.org
- [gecoder-commits] [285] branches/bab-search/: Creating a branch for debugging BAB-search.
nobody at rubyforge.org
- [gecoder-commits] [286] branches/bab-search/example: Added two examples that currently give seg faults during optimization.
nobody at rubyforge.org
- [gecoder-commits] [287] branches/bab-search/example/quiz_131.rb: Fixed typo during optimization.
nobody at rubyforge.org
- [gecoder-commits] [288] branches/bab-search/specs/search.rb: Added a spec for reproducing the segfault problem, it's rather erratic and will produce segfaults after different number of round in the optimization.
nobody at rubyforge.org
- [gecoder-commits] [289] branches/bab-search/example/spec2_ex.rb: Added the spec's example as an example for easier debugging.
nobody at rubyforge.org
- [gecoder-commits] [290] branches/bab-search/lib/gecoder/interface/search.rb: Added some missing documentation.
nobody at rubyforge.org
- [gecoder-commits] [291] trunk: Added branching for set variables.
nobody at rubyforge.org
- [gecoder-commits] [292] branches/bab-search/lib/gecoder: Now uses Gecode's convenience method for finding the result of the bab-search.
nobody at rubyforge.org
- [gecoder-commits] [293] trunk: Prepared for the release of version 0.6.0 .
nobody at rubyforge.org
- [gecoder-commits] [294] tags/gecoder-0.6.0/: Tag release Gecode/R 0.6.0
nobody at rubyforge.org
- [gecoder-commits] [295] trunk/CHANGES: Typo.
nobody at rubyforge.org
- [gecoder-commits] [296] branches/bab-search: Garbage collection is now turned off during BAB-search, related spec now passes.
nobody at rubyforge.org
- [gecoder-commits] [297] branches/bab-search: Variables are now correctly refreshed after a branch and bound search.
nobody at rubyforge.org
- [gecoder-commits] [298] branches/bab-search: Temporary variables created during optimization are now created in the right space.
nobody at rubyforge.org
- [gecoder-commits] [299] branches/bab-search/lib/gecoder/interface/search.rb: Stop objects are no longer created for searches.
nobody at rubyforge.org
- [gecoder-commits] [300] trunk/lib/gecoder/bindings.rb: Moved the assignment to Raw so that the logging layer can be used without syntax errors.
nobody at rubyforge.org
- [gecoder-commits] [301] trunk: Fixed bug with cardinality constraints using composite sugar.
nobody at rubyforge.org
- [gecoder-commits] [302] branches/bab-search/example/quiz_131.rb: A reworked example that "should" work, either contains an error or reveals some sort of bug.
nobody at rubyforge.org
- [gecoder-commits] [303] trunk: Fixed a bug with set min and max constraints using composite sugar.
nobody at rubyforge.org
- [gecoder-commits] [304] trunk: Domains for int variables can no longer be specified as several individual elements, it has to be specified as either a single element, a range or another enumeration.
nobody at rubyforge.org
- [gecoder-commits] [305] branches/bab-search: Merged up all changes from trunk r285 to head.
nobody at rubyforge.org
- [gecoder-commits] [306] branches/bab-search/lib/gecoder/interface/search.rb: DFS now also runs with garbage collecting disabled.
nobody at rubyforge.org
- [gecoder-commits] [307] branches/bab-search: Composite constraints are now delayed so that they execute with the other of the Gecode interactions.
nobody at rubyforge.org
- [gecoder-commits] [308] branches/bab-search/example/quiz_131.rb: The quiz example now works for small arrays (if one does not count the empty sum).
nobody at rubyforge.org
- [gecoder-commits] [309] branches/bab-search: Growing of arrays is now done on the C++ level.
nobody at rubyforge.org
- [gecoder-commits] [310] branches/bab-search: Removed tha caching of stores since it seems to interfere with bab-search.
nobody at rubyforge.org
- [gecoder-commits] [311] branches/bab-search/lib/gecoder/interface/variables.rb: Removed the caching of variables since it seems to interfere with bab-search too.
nobody at rubyforge.org
- [gecoder-commits] [312] branches/bab-search/example/send_most_money.rb: The send+most=money example now works.
nobody at rubyforge.org
- [gecoder-commits] [313] branches/bab-search/example/quiz_131.rb: The example is no longer needed.
nobody at rubyforge.org
- [gecoder-commits] [314] trunk: Merged down the changes from the bab-search branch (r285 to head).
nobody at rubyforge.org
- [gecoder-commits] [315] trunk/CHANGES: Added the changes from the bab-search branch.
nobody at rubyforge.org
- [gecoder-commits] [316] branches/bab-search/: The bab-search branch is now finished, the changes have been merged down to the trunk.
nobody at rubyforge.org
- [gecoder-commits] [317] trunk/doc/src/features.page: Added BAB to the completed features.
nobody at rubyforge.org
- [gecoder-commits] [318] trunk/doc: Added the send+most=money example to the website.
nobody at rubyforge.org
- [gecoder-commits] [319] trunk/doc/src: Changed the name of the xml sitemap.
nobody at rubyforge.org
- [gecoder-commits] [320] trunk: Prepared for the release of 0.6.1 .
nobody at rubyforge.org
- [gecoder-commits] [321] trunk/vendor/rust/rust: Added a default mark function to Rust.
nobody at rubyforge.org
- [gecoder-commits] [322] trunk: Added custom mark methods.
nobody at rubyforge.org
- [gecoder-commits] [323] trunk/vendor/rust/rust: Rust now frees the map used to track Ruby objects even when the object isn't placed under Ruby GC control.
nobody at rubyforge.org
- [gecoder-commits] [324] trunk/lib/gecoder/interface/variables.rb: Readded variable caching.
nobody at rubyforge.org
- [gecoder-commits] [325] trunk: Updated the gem, adding a description and test files.
nobody at rubyforge.org
- [gecoder-commits] [326] trunk/doc/src/index.page: Fixed typos.
nobody at rubyforge.org
- [gecoder-commits] [327] tags/gecoder-0.6.1/: Tag release Gecode/R 0.6.1
nobody at rubyforge.org
- [gecoder-commits] [328] trunk: Model#set_var without any bounds specified now produces the set variable with the smallest possible lower bound and the largest possible upper bound.
nobody at rubyforge.org
- [gecoder-commits] [329] trunk/lib/gecoder/interface/constraints/int_enum/element.rb: The element constraint now only constrains the variable if asked to.
nobody at rubyforge.org
- [gecoder-commits] [330] trunk: Added #upper_bound_range to set var enums.
nobody at rubyforge.org
- [gecoder-commits] [331] trunk: Added the select set constraint (set array access).
nobody at rubyforge.org
- [gecoder-commits] [332] trunk: Added the select union constraint.
nobody at rubyforge.org
- [gecoder-commits] [333] trunk: Added the set intersection selection constraint.
nobody at rubyforge.org
- [gecoder-commits] [334] trunk: Added intersection selection with a specified universe.
nobody at rubyforge.org
- [gecoder-commits] [335] trunk/lib/gecoder/interface/search.rb: Removed the GC disabling during searches as it does not appear to be needed anymore.
nobody at rubyforge.org
- [gecoder-commits] [336] trunk: Added the select disjoint constraint.
nobody at rubyforge.org
- [gecoder-commits] [337] trunk/doc/src/features.page: Updated the features with the newly added set selection constraints.
nobody at rubyforge.org
- [gecoder-commits] [338] branches/branching/: Creating a branch for adding custom branching.
nobody at rubyforge.org
- [gecoder-commits] [339] branches/branching/lib/gecoder/bindings/bindings.rb: Partially extended the bindings to fit custom branching.
nobody at rubyforge.org
- [gecoder-commits] [340] branches/branching: Added some unfinished code for custom branching.
nobody at rubyforge.org
- [gecoder-commits] [341] branches/propagators/: Added a branch for implementing custom propagators.
nobody at rubyforge.org
- [gecoder-commits] [342] trunk: Refactored the conversion from parameters to Gecode::Raw::IntSet.
nobody at rubyforge.org
- [gecoder-commits] [343] trunk: Added set operation constraints with variable sets.
nobody at rubyforge.org
- [gecoder-commits] [344] trunk: Added set operation constraints with constant right hand side.
nobody at rubyforge.org
- [gecoder-commits] [345] trunk: Added set operation constraint with constant second operator.
nobody at rubyforge.org
- [gecoder-commits] [346] trunk: Added set operation constraints with constant left hand side.
nobody at rubyforge.org
- [gecoder-commits] [347] trunk: Fixed some minor documentation.
nobody at rubyforge.org
- [gecoder-commits] [348] trunk: Added set operation constraints for enumerations of sets.
nobody at rubyforge.org
- [gecoder-commits] [349] trunk/doc/src/features.page: Updated the features.
nobody at rubyforge.org
- [gecoder-commits] [350] trunk: Updated various documentation to reflect the current stage of development.
nobody at rubyforge.org
- [gecoder-commits] [351] trunk: Prepared for the release of 0.7.0 .
nobody at rubyforge.org
- [gecoder-commits] [352] tags/gecoder-0.7.0/: Tag release Gecode/R 0.7.0
nobody at rubyforge.org
Last message date:
Fri Jul 27 12:48:18 EDT 2007
Archived on: Fri Jul 27 12:48:21 EDT 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).