We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c9fc1 commit 7710900Copy full SHA for 7710900
doc/src/sections/hiopbbpy.tex
@@ -21,7 +21,7 @@ \subsection{HiOpBBpy installation}
21
22
\Hibbpy also supports using nonlinear optimization solver Ipopt \cite{ipopt_impl} as its internal solver.
23
In order to use Ipopt, \Hibbpy optionally depends on {\it{cyipopt}}, which is a Python wrapper of Ipopt.
24
-To use Ipopt via {\it{cyipopt}},, one can install Ipopt from source, and then export the \verb~IPOPT_PATH~ and
+To use Ipopt via {\it{cyipopt}}, one can install Ipopt from source, and then export the \verb~IPOPT_PATH~ and
25
\begin{verbatim}
26
> export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$IPOPT_PATH/lib/pkgconfig
27
> export PATH=$PATH:$IPOPT_PATH/bin
0 commit comments