GraphsOptim

A package for graph optimization algorithms that rely on mathematical programming.

https://github.com/juliagraphs/graphsoptim.jl

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords

graphs graphs-algorithms integer-programming jump linear-programming optimization
Last synced: 4 months ago · JSON representation ·

Repository

A package for graph optimization algorithms that rely on mathematical programming.

Basic Info
Statistics
  • Stars: 20
  • Watchers: 2
  • Forks: 5
  • Open Issues: 6
  • Releases: 1
Topics
graphs graphs-algorithms integer-programming jump linear-programming optimization
Created almost 4 years ago · Last pushed 4 months ago
Metadata Files
Readme Contributing License Citation

README.md

GraphsOptim

Dev Build Status Coverage Code Style: Blue

A package for graph optimization algorithms that rely on mathematical programming.

Getting started

This package is still experimental, which is why it is not yet registered. To install it, you need to use the GitHub URL:

julia using Pkg; Pkg.add(url="https://github.com/JuliaGraphs/GraphsOptim.jl")

Roadmap

This package only contains a few algorithms, and we would like to add more. New contributors are always welcome: just pick a problem from our roadmap issue, open a pull request following the guidelines, and we will help you get it merged!

Owner

  • Name: JuliaGraphs
  • Login: JuliaGraphs
  • Kind: organization

Graph modeling and analysis packages for the Julia programming language

Citation (CITATION.bib)

@misc{GraphsOptim.jl,
	author  = {Guillaume Dalle, Aurora Rossi and contributors},
	title   = {GraphsOptim.jl},
	url     = {https://github.com/JuliaGraphs/GraphsOptim.jl},
	version = {v0.1.0},
	year    = {2023},
	month   = {6}
}

GitHub Events

Total
  • Watch event: 2
  • Push event: 2
  • Pull request event: 1
  • Fork event: 1
  • Create event: 1
Last Year
  • Watch event: 2
  • Push event: 2
  • Pull request event: 1
  • Fork event: 1
  • Create event: 1

Committers

Last synced: almost 2 years ago

All Time
  • Total Commits: 18
  • Total Committers: 5
  • Avg Commits per committer: 3.6
  • Development Distribution Score (DDS): 0.278
Past Year
  • Commits: 13
  • Committers: 5
  • Avg Commits per committer: 2.6
  • Development Distribution Score (DDS): 0.385
Top Committers
Name Email Commits
Guillaume Dalle 2****e 13
Aurora Rossi 6****i 2
Chun-Tso Tsai 6****0 1
Dan Stahlke d****n@s****g 1
olegfafurin 4****n 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 7
  • Total pull requests: 17
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 3 months
  • Total issue authors: 5
  • Total pull request authors: 7
  • Average comments per issue: 1.43
  • Average comments per pull request: 1.59
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: less than a minute
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • gdalle (3)
  • scheinerman (1)
  • dstahlke (1)
  • Krastanov (1)
Pull Request Authors
  • github-actions[bot] (4)
  • matbesancon (4)
  • gdalle (4)
  • aurorarossi (3)
  • dstahlke (1)
  • adfeel220 (1)
  • olegfafurin (1)
Top Labels
Issue Labels
enhancement (4) good first issue (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • julia 2 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
juliahub.com: GraphsOptim

A package for graph optimization algorithms that rely on mathematical programming.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2 Total
Rankings
Dependent repos count: 3.2%
Downloads: 4.4%
Average: 8.0%
Dependent packages count: 16.3%
Last synced: 4 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/register.yml actions
  • julia-actions/RegisterAction latest composite