Skip to content

Commit

Permalink
bumped opengen version
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaville committed Oct 29, 2019
1 parent 66fab5e commit d5ecff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main() {
{% if problem.dim_constraints_aug_lagrangian() > 0 %}
/* initial lagrange mult. */
double y[{{meta.optimizer_name|upper}}_N1] = {0.0};
{% endif -%}
{%- endif %}

/* obtain cache */
{{meta.optimizer_name}}Cache *cache = {{meta.optimizer_name}}_new();
Expand Down
2 changes: 1 addition & 1 deletion open-codegen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os

NAME = 'opengen'
VERSION = '0.2.2-alpha.1'
VERSION = '0.2.2-alpha.2'
DESCRIPTION = 'Optimization Engine Code Generator'

here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit d5ecff8

Please sign in to comment.