Skip to content

Commit

Permalink
Merge pull request JuliaLang#94 from JuliaLang/cb/backtrack
Browse files Browse the repository at this point in the history
Add backtracking to max-sum, improve greedy solver; the solver is now exact
  • Loading branch information
carlobaldassi committed Jan 6, 2018
2 parents 2f304cb + 98e1e8f commit 32d3dbc
Show file tree
Hide file tree
Showing 7 changed files with 747 additions and 360 deletions.
1 change: 0 additions & 1 deletion bin/Pkg2/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Types
export VersionInterval, VersionSet
import Base: show, isempty, in, intersect, union!, union, ==, hash, copy, deepcopy_internal

import Pkg3.equalto
import Pkg3.iswindows

struct VersionInterval
Expand Down
Loading

0 comments on commit 32d3dbc

Please sign in to comment.