Code Monkey home page Code Monkey logo

graphinvariants.jl's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

graphinvariants.jl's Issues

Support total domination number

We need to support the total domination number.

Relevant definitions from GrinPy:

For now, the brute force algorithm can be as "dumb" as possible (i.e., searches all combinations of vertices). In the future, we can add various upper and lower bounds for the total domination to limit the search space.

Clarify interactions with GraphsOptim.jl

Hi there, and congrats on the new package!
I'm one of the JuliaGraphs maintainers, and we've recently started to regroup all graph algorithms that require heavy dependencies (such as ILP solvers) inside a package called GraphsOptim.jl. It is dormant until I have some more time, but you might want to check out our discussion about it in this issue. It may be useful to you if you want to avoid duplicating code. Of course, we would also be interested in contributions :)

Support independent domination number

Relevant definitions from GrinPy:

The brute force algorithm can search through all combinations of vertices for now. We'll implement various upper and lower bounds in a later version to limit the search space.

Support domination number

We need to add support for computing the domination number of a graph.

Should probably be split between two functions, as we did for the independence number (see #1):

  • min_dominating_set()
  • domination_number()

Relevant GrinPy definitions:

We have an ILP and a brute force algo in GrinPy. Let's keep the brute force algo as simple as possible and have it search through all combinations of vertices. We'll add various upper and lower bounds in the future that we can use to limit the search space.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.