VsdpjMain.java
/*
* Created on 2012/01/22
* Copyright (C) 2012 Koga Laboratory. All rights reserved.
*
*/
package org.mklab.sdpj.main;
/**
* Class <code>VsdpjMain</code> is designed for interpreter subroutine of class <code>Vsdpj</code>.
* More detail information about usage of class <code>Vsdpj</code>, you can refer to Class
* <code>{@link org.mklab.sdpj.solver.Sdpj}</code>.
*
* @author wu
* @version 0.0.1, 2012/01/22
*/
public class VsdpjMain {
/**
* interpreter subroutine of class <code>Vsdpj</code>
*
* @param args arguments string
*/
public static void main(String[] args) {
// If necessary, please implement it.
// And now it is not time.
}
}