<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ubnt_intrepid</author_name>
  <author_url>https://blog.hatena.ne.jp/ubnt_intrepid/</author_url>
  <blog_title>にっき</blog_title>
  <blog_url>https://ubnt-intrepid.hatenablog.com/</blog_url>
  <categories>
    <anon>Programming</anon>
    <anon>Rust</anon>
  </categories>
  <description>少し前から手をつけていたのですが，Rust から Gurobi を呼び出したいなぁと（少し）思っていたので作ってみました． https://crates.io/crates/gurobi 基本的な API の使用は C++ 版のものを参考にしましたが，言語的な制約から多少異なったものになっています． 使い方 extern crate gurobi; fn main() { let env = gurobi::Env::new(&quot;logfile.log&quot;).unwrap(); // モデルのインスタンス生成 let mut model = gurobi::Model::new(&quot;modelnam…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fubnt-intrepid.hatenablog.com%2Fentry%2F2016%2F09%2F21%2F060152&quot; title=&quot;Gurobi の Rust API を作ってた - にっき&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-09-21 06:01:52</published>
  <title>Gurobi の Rust API を作ってた</title>
  <type>rich</type>
  <url>https://ubnt-intrepid.hatenablog.com/entry/2016/09/21/060152</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
