Skip to content

Instantly share code, notes, and snippets.

@jmmshn
Last active October 17, 2022 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmmshn/5425c8a2cc25531b94e796ae46afbf7e to your computer and use it in GitHub Desktop.
Save jmmshn/5425c8a2cc25531b94e796ae46afbf7e to your computer and use it in GitHub Desktop.
dextra_orderbook_2node_inf
model, bought, sold, price = construct_model(total_trade_volume, orderbook)
optimize!(model)
summarize(orderbook, bought, sold, price)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment