Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CompNet/SignedBenchmark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CompNet/SignedBenchmark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nejat-dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 1, 2017

  1. added ExCC as 2nd method & slightly modified the code

    ExCC is a method exact for solving CC problem.
    Currently, ExCC is slow (it takes 5-6 hours for a graph with 600 nodes).
    Consequently, it is preferable to apply it on graphs up to 100-200 nodes.
    TODO: Cplex is used with Open-Jdk. So the jar file called "cplex-partition-openjdk-1_8.jar"
    is not compatible with oracle Jdk.
    arinik9 committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    632f6af View commit details
    Browse the repository at this point in the history
  2. fix jar file name

    arinik9 committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    a38138f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. generate multiple networks with the same parameter set & handle prop …

    …negs for density=1
    
    1) We include a new variable 'network.no.list' which is
    a sequantial integer vector (i.e seq(1,10))
    2) when density=1, prop negs is equal to prop extarnal links according to our model hypothesis.
    Instead of ignoring prop negs in folder structure, we explicitely put prop negs folder
    even though prop negs is changed by only graph size (not even with prop mispl).
    This is a decision to make the system generic
    arinik9 committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    121eca7 View commit details
    Browse the repository at this point in the history
  2. update plot.graph.stats according to network.no.list && change 'out' …

    …folder structure
    
    Since we generate many graphs with the same parameter set, we updated plot.grap.stats().
    Now, it generates the same plots as before, but for all networks (according to network.no.list)
    On the other hand, we changed 'out' folder structure: out/networks and out/plots.
    Lastly, we found a bug in plot.graph.stats(): legend was buggy when x-axis represents 'prop.negs', we corrected it
    arinik9 committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    93665af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6b9ccf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c01f67c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e2d8c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    9fd43e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Resolved merge conflict

    arinik9 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    375b4ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ad1e8 View commit details
    Browse the repository at this point in the history
  3. .gitignore is now working

    arinik9 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    5ec82ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1a6768 View commit details
    Browse the repository at this point in the history
Loading