File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,10 @@ jobs:
53
53
${{ runner.os }}-
54
54
- uses : julia-actions/julia-buildpkg@v1
55
55
- uses : julia-actions/julia-runtest@v1
56
-
57
- finish :
58
- needs : [pre_job, test]
59
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
60
- name : Code coverage
61
- runs-on : ubuntu-latest
62
- steps :
63
- - uses : julia-actions/julia-processcoverage@v1
64
- - uses : codecov/codecov-action@v1
65
- with :
66
- file : lcov.info
56
+ - uses : julia-actions/julia-processcoverage@v1
57
+ - uses : codecov/codecov-action@v1
58
+ with :
59
+ file : lcov.info
67
60
68
61
docs :
69
62
name : Documentation
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ single_solution = max_config.c.data
121
121
show_graph (graph; locs= locations, vertex_colors=
122
122
[iszero (single_solution[i]) ? " white" : " red" for i= 1 : nv (graph)])
123
123
124
- # ##### Enumerate all solutions best several solutions
124
+ # ##### Enumerate all solutions and best several solutions
125
125
# We can use bounded or unbounded [`ConfigsMax`](@ref) to find all solutions with largest-K set sizes.
126
126
# In most cases, the bounded (default) version is preferred because it can reduce the memory usage significantly.
127
127
all_max_configs = solve (problem, ConfigsMax (; bounded= true ))[]
You can’t perform that action at this time.
0 commit comments