Exemple #1
0
void
LinearSolver::updateOutputs() {

	updateLinearProgram();

	solve();
}
Exemple #2
0
void
LinearSolver::updateOutputs() {

	boost::timer::auto_cpu_timer timer("\tLinearSolver::updateOutputs()\t\t%ws\n");

	updateLinearProgram();

	solve();
}