gikoha’s blog

個人的メモがわり

2021-03-01から1ヶ月間の記事一覧

M1 Mac上のiPhone/iPadアプリのデータ置き場

M1 MacでiPhone/iPadアプリケーションの不具合のとき、いわゆる「データ・キャッシュのクリア」だけ行いたい場合 ~/Library/Containers の中に目的のアプリのデータ構造が入っているためそれを削除すればいい 逆に言うとアプリの削除の際もここの中にデータ…

ShiftSolver for GLPK

ShiftSolver for GLPK glpsol による医師拘束割り付けを作ってみました ほとんど https://qiita.com/ki073/items/a8b26883e931e4bf6584 の丸写しです data セクションのparamのみ30日分にしているが、他はcsvから読み込むように変更 fixon.csv : 当直のよう…

macdonald問題のGMPLによる解

code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode >…

GLPKのテスト

*:first-child { margin-top: 0 !important; } body > *:last-child { margin-bottom: 0 !important; } a { color: #4183C4; } a.absent { color: #cc0000; } a.anchor { display: block; padding-left: 30px; margin-left: -30px; cursor: pointer; positio…

intelしかないhomebrew bottleのインストール方法

intelしかないhomebrew bottleのインストール方法 M1 MacBookPro に pandoc が使いたくてインストールしようとする % brew install pandoc Error: pandoc: no bottle available! You can try to install from source with: brew install --build-from-source…

Big Sur on MacBookPro (Early 2013 Retina 15inch)

Big Sur on MacBookPro (Early 2013 Retina 15inch) 自分の古いMBPに Big Surがサポートされていないため 無理矢理入れることにした USBメモリをフォーマット (16GB以上あるもの) sudo diskutil listで /dev/disk2 が USBメモリであることを確認 sudo diskut…