Skip to content

renatomelo/exact-influence-maximization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exact Influence Maximization

This project contains a set of Integer Linear Programing models implemented in Java using Gurobi as mathematical solver.

The method preprocessing(...) in src/models/MinTargetSet.java class is the implementation of the preprocessing rules proposed in my following paper:

Libraries:

  • Gurobi Optimization
  • JGraphT Library (a Java library of graph theory data structures and algorithms)
  • JUNG (Java Universal Network/Graph Framework)

List of Optimization Problems:

  • Minimum Target Set Selection (TSS)
  • Weighted Target Set Selection (WTSS)
  • Maximum Active Set (MAS)

Random Graph Generative Models:

  • G(n,p): Erdős–Rényi model
  • Directed Scale-free Graphs model
  • Kleiberg Small World model
  • Barabási–Albert model

About

Exact mathematical programming formulations for influence maximization problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published