Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jalving committed Jun 8, 2020
1 parent 7c0b5d2 commit ce69737
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 Jordan Jalving, University of Wisconsin-Madison
Copyright (c) 2020 Jordan Jalving, University of Wisconsin-Madison and Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ using MPIClusterManagers # to import MPIManager
using Distributed # need to also import Distributed to use addprocs()
using Plasmo

graph = ModelGraph()
graph = OptiGraph()

#Add nodes to a GraphModel
@node(graph,n1)
@node(graph,n2)
@optinode(graph,n1)
@optinode(graph,n2)

@variable(n1,0 <= x <= 2)
@variable(n1,0 <= y <= 3)
Expand Down

0 comments on commit ce69737

Please sign in to comment.