Skip to content

Commit

Permalink
corrected readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistar committed Jul 4, 2018
1 parent 145d2e4 commit 918133f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ B_SDP = BOCS(inputs.model, inputs.penalty, inputs, 2, 'sdp');
```

We also provide an example of running the python implementation of BOCS on the binary quadratic programming benchmark problem. The code can be run using the command 'python BOCSpy/example_bqp.py'. The script produces a plot with the convergence results from running BOCS-SA and BOCS-SDP on an instance of the problem.
We also provide an example of running the python implementation of BOCS on the binary quadratic programming benchmark problem. The code can be run using the command `python BOCSpy/example_bqp.py`. The script produces a plot with the convergence results from running BOCS-SA and BOCS-SDP on an instance of the problem.

## Comparison to other discrete optimization algorithms

Expand Down

0 comments on commit 918133f

Please sign in to comment.