FICO
FICO Xpress Optimization Examples Repository
FICO Optimization Community FICO Xpress Optimization Home
Back to examples browserPrevious exampleNext example

Switching to solving with Xpress Optimizer

Description
Passing from Mosel to solving with Xpress Solver (requires burglar4.mos, burglar.dat)


Source Files
By clicking on a file name, a preview is opened at the bottom of this page.
ugxprs1.c[download]
ugxprs2.c[download]
burglar4.mos[download]

Data Files





burglar.dat

! Data file for `burglar2.mos'

VALUE: [("camera") 15 ("necklace") 100 ("vase") 90 ("picture") 60
         ("tv") 40 ("video") 15 ("chest") 10 ("brick") 1]
WEIGHT:[("camera") 2 ("necklace") 20 ("vase") 20 ("picture") 30
         ("tv") 40 ("video") 30 ("chest") 60 ("brick") 10]

Back to examples browserPrevious exampleNext example