// Perform another addition
map.add(5);
// Access value
System.out.println("Current value: "
+ map.getValueRP(new GetValueRP()));
// Perform a subtraction
map.subtract(5);
// Access value
System.out.println("Current value: "
+ map.getValueRP(new GetValueRP()));
Estimate input=new Estimate();
input.setAscid(args[1]);
//change dynamically to whatever input in the following format [input1;input2;...;inputn]
input.setHlinput("[1;1;1;1]");