From ce697372013637ae2873e29f7f4f1551ed4d5bbb Mon Sep 17 00:00:00 2001 From: Jordan Jalving Date: Mon, 8 Jun 2020 16:31:44 -0500 Subject: [PATCH] update readme --- LICENSE | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 17621d2..a1d5aa0 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index aa682e3..0560568 100644 --- a/README.md +++ b/README.md @@ -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)