Nothing
###
### ignizio.example.3.5
###
### The data in this file define the coefficients, target values and achievements
### for Example 3-5 in Ignizio (1976) Goal Programming and Extensions.
###
coefficients <- matrix(
c( 8, 12,
1, 2,
1, 0,
0, 1 ),
nrow=4, byrow=TRUE )
targets <- c( 1000, 40, 30, 15 )
achievements <- data.frame( matrix(
c( 3, 1, 1.0, 0.0,
4, 1, 1.0, 0.0,
1, 2, 0.0, 1.0,
2, 3, 1.0, 0.0,
3, 4, 0.0, 1.0,
4, 4, 0.0, 1.5),
nrow=6, byrow=TRUE ) )
names( achievements ) <- c( "objective", "priority", "p", "n" )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.