Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- clear all
- close all
- clc
- % 1. Create an empth optimization problem
- prob = optimproblem("Description","Factory Location")
- show(prob)
- % 2. Create optimization variables
- x = optimvar("x")
- y = optimvar("y")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement