Skip to content

Commit

Permalink
[ci skip] minor readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harshangrjn committed Mar 6, 2023
1 parent d6f7c53 commit ac6078e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ A few useful **hints** to explore within Alpine:
* Choose `presolve_bt` to `false` if you prefer the optimization-based bound tightening (OBBT) presolve to be turned off.
* If you prefer to use Alpine for only OBBT presolve, without any paritioning applied to the
nonlinear terms, include option `"apply_partitioning"` and set it to `false` while initializing the
Alpine solver.
Alpine solver.

# Random families of non-convex QCQPs
Scripts for generating homogeneous families of nonconvex QCQP instances, useful for benchmarking ML-based models for tuning certain algorithmic parameters of global optimization, can be found [here](https://github.com/lanl-ansi/Alpine.jl/tree/master/examples/random_QCQPs).
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Reference: "Learning to Accelerate the Global Optimization of Quadratically-Constrained
Quadratic Programs" by R. Kannan, H. Nagarajan, and D. Deka
(Link: https://arxiv.org/abs/2301.00306)
// @author Rohit Kannan <[email protected]>
// Contributor: @rohitkannan
"""

import random
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Reference: "Learning to Accelerate the Global Optimization of Quadratically-Constrained
Quadratic Programs" by R. Kannan, H. Nagarajan, and D. Deka
(Link: https://arxiv.org/abs/2301.00306)
// @author Rohit Kannan <[email protected]>
// Contributor: @rohitkannan
"""

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/random_QCQPs/qcqp/generate_qcqp_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Reference: "Learning to Accelerate the Global Optimization of Quadratically-Constrained
Quadratic Programs" by R. Kannan, H. Nagarajan, and D. Deka
(Link: https://arxiv.org/abs/2301.00306)
// @author Rohit Kannan <[email protected]>
// Contributor: @rohitkannan
"""

import random
Expand Down

0 comments on commit ac6078e

Please sign in to comment.