summaryrefslogtreecommitdiff
path: root/src/generic/problemresolver/choice_indexed_map.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-25Make choice_indexed_map::try_get a const method.Daniel Burrows1-1/+1
2009-06-18Fix how the size of a choice_indexed_set is counted.Daniel Burrows1-4/+10
2009-06-16Compute the size of choice indexed maps.Daniel Burrows1-5/+25
2009-06-09Add 3-way comparisons to the resolver layer instead of using operator<.Daniel Burrows1-1/+2
2009-06-06Add a convenience routine in choice_indexed_map that checks whether a map con...Daniel Burrows1-0/+21
2009-06-04Add support for writing a choice_indexed_map to a std::ostream.Daniel Burrows1-1/+43
2009-06-02Fix enough compile errors that the problem resolver subdirectory compiles.Daniel Burrows1-5/+5
2009-06-01More compile fixes.Daniel Burrows1-1/+1
2009-06-01Fix some type errors in the choice indexed map.Daniel Burrows1-5/+5
2009-06-01Add a for_each method on choice-indexed maps that lets client code iterate ov...Daniel Burrows1-1/+63
2009-06-01More compile fixes.Daniel Burrows1-1/+1
2009-05-29Various compilation fixes for the problem resolver.Daniel Burrows1-5/+7
2009-05-25Kill off dep-scoped choices.Daniel Burrows1-128/+37
2009-05-25Rework the choice-indexed-set stuff in terms of a choice-indexed-map instead.Daniel Burrows1-0/+487