|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.neu.ccs.util.SDGlp
public class SDGlp
Solving SDG using Linear programming
Constructor Summary | |
---|---|
SDGlp(gen.Type type,
int n)
|
Method Summary | |
---|---|
void |
writeEqnsToFile(boolean buyer)
Writes the equations to a file inside result folder with name list_of_relations separated by '_' + "buyer"/"seller" + no_of_vars For example: Relation 170 and 119 with 100 number of variables for a buyer: the file will appear inside result folder as 170_119_buyer_100 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SDGlp(gen.Type type, int n)
Method Detail |
---|
public void writeEqnsToFile(boolean buyer) throws java.io.IOException
buyer
- - if the equations are for buyer or for seller
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |